Home
last modified time | relevance | path

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

/freebsd/contrib/file/src/
H A Dfmtcheck.c238 EFT f1t, f2t; in fmtcheck() local
243 f1t = FMTCHECK_START; in fmtcheck()
246 while ((f1t = get_next_format(&f1p, f1t)) != FMTCHECK_DONE) { in fmtcheck()
247 if (f1t == FMTCHECK_UNKNOWN) in fmtcheck()
250 if (f1t != f2t) in fmtcheck()
/freebsd/lib/libc/gen/
H A Dfmtcheck.c309 EFT f1t, f2t; in __fmtcheck() local
314 f1t = FMTCHECK_START; in __fmtcheck()
317 while ((f1t = get_next_format(&f1p, f1t)) != FMTCHECK_DONE) { in __fmtcheck()
318 if (f1t == FMTCHECK_UNKNOWN) in __fmtcheck()
321 if (f1t != f2t) in __fmtcheck()