Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/tzcode/
H A Dzdump.c424 saveabbr(char **buf, ptrdiff_t *bufalloc, struct tm const *tmp) in saveabbr() function
630 ab = saveabbr(&abbrev, &abbrevsize, &tm); in main()
662 ab = saveabbr(&abbrev, &abbrevsize, &newtm); in main()
749 char const *ab = lotm_ok ? saveabbr(&loab, &loabsize, &lotm) : NULL; in hunt()