Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/lib/libc/gen/
H A Dt_fmtcheck.c36 const char *fmtcheck(const char *f1, const char *f2)
96 f = fmtcheck(f1, f2); in ATF_TC_BODY()
/freebsd/lib/libc/tests/gen/
H A Dfmtcheck_test.c84 f = fmtcheck(f1, f2); in ATF_TC_BODY()
/freebsd/contrib/file/src/
H A DMakefile.in173 $(DEPDIR)/fmtcheck.Plo $(DEPDIR)/getline.Plo \
235 asctime_r.c asprintf.c ctime_r.c dprintf.c fmtcheck.c \
516 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/fmtcheck.Plo@am__quote@ # am--include-marker
747 -rm -f $(DEPDIR)/fmtcheck.Plo
830 -rm -f $(DEPDIR)/fmtcheck.Plo
H A Dfmtcheck.c235 fmtcheck(const char *f1, const char *f2) in fmtcheck() function
H A Dfile.h700 const char *fmtcheck(const char *, const char *)
H A Dsoftmagic.c178 ptr = fmtcheck(desc, def); in file_fmtcheck()
186 #define F(a, b, c) fmtcheck((b), (c))
/freebsd/lib/libusbhid/
H A Dusage.c190 fmtcheck(pages[k].page_contents[j].name, "%d"), in hid_usage_in_page()
/freebsd/lib/libc/gen/
H A DMakefile.inc55 fmtcheck.c \
236 fmtcheck.3 \
H A Dfmtcheck.c37 __weak_reference(__fmtcheck, fmtcheck);
H A DSymbol.map112 fmtcheck;
/freebsd/include/
H A Dstdio.h407 const char *fmtcheck(const char *, const char *) __format_arg(2);
/freebsd/contrib/file/
H A Dconfigure.ac212 …f strlcpy strlcat getline ctime_r asctime_r localtime_r gmtime_r pread strcasestr fmtcheck dprintf)
H A DREADME.md87 * `src/fmtcheck.c` - replacement for OS's that don't have it.
H A Dconfig.h.in53 /* Define to 1 if you have the 'fmtcheck' function. */
H A DChangeLog877 * Fix issue with long formats not matching fmtcheck
885 * add fmtcheck(3) for those who don't have it