Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/file/src/
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-12-stable/lib/libc/gen/
Dfmtcheck.c312 EFT f1t, f2t; in __fmtcheck() local
317 f1t = FMTCHECK_START; in __fmtcheck()
320 while ((f1t = get_next_format(&f1p, f1t)) != FMTCHECK_DONE) { in __fmtcheck()
321 if (f1t == FMTCHECK_UNKNOWN) in __fmtcheck()
324 if (f1t != f2t) in __fmtcheck()