zdump.c | 407 saveabbr(char **buf, ptrdiff_t *bufalloc, struct tm const *tmp) function in typeref:typename:char const * 616 ab = saveabbr(&abbrev, &abbrevsize, &tm); 649 ab = saveabbr(&abbrev, &abbrevsize, &newtm); 736 char const *ab = lotm_ok ? saveabbr(&loab, &loabsize, &lotm) : NULL;
|