Home
last modified time | relevance | path

Searched refs:saveabbr (Results 1 – 1 of 1) sorted by relevance

/src/contrib/tzcode/
H A Dzdump.c403 saveabbr(char **buf, ptrdiff_t *bufalloc, struct tm const *tmp) in saveabbr() function
616 ab = saveabbr(&abbrev, &abbrevsize, &tm); in main()
648 ab = saveabbr(&abbrev, &abbrevsize, &newtm); in main()
735 char const *ab = lotm_ok ? saveabbr(&loab, &loabsize, &lotm) : NULL; in hunt()