Home
last modified time | relevance | path

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

/coreutils/src/
Dls.c1372 char *nfmt = abformat[recent][i]; in abformat_init() local
1376 nbytes = snprintf (nfmt, ABFORMAT_SIZE, "%s", fmt); in abformat_init()
1382 nbytes = snprintf (nfmt, ABFORMAT_SIZE, "%.*s%s%s", in abformat_init()
4189 char const *nfmt = (use_abformat in align_nstrftime() local
4192 return nstrftime (buf, size, nfmt, tm, tz, ns); in align_nstrftime()