Home
last modified time | relevance | path

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

/src/contrib/file/src/
H A Dfmtcheck.c189 get_next_format(const char **pf, EFT eft) in get_next_format() function
246 while ((f1t = get_next_format(&f1p, f1t)) != FMTCHECK_DONE) { in fmtcheck()
249 f2t = get_next_format(&f2p, f2t); in fmtcheck()
/src/lib/libc/gen/
H A Dfmtcheck.c256 get_next_format(const char **pf, EFT eft) in get_next_format() function
313 while ((f1t = get_next_format(&f1p, f1t)) != FMTCHECK_DONE) { in __fmtcheck()
316 f2t = get_next_format(&f2p, f2t); in __fmtcheck()