Searched refs:fmtcheck (Results 1 – 15 of 15) sorted by relevance
| /freebsd/contrib/netbsd-tests/lib/libc/gen/ |
| H A D | t_fmtcheck.c | 36 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 D | fmtcheck_test.c | 84 f = fmtcheck(f1, f2); in ATF_TC_BODY()
|
| /freebsd/contrib/file/src/ |
| H A D | Makefile.in | 173 $(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 D | fmtcheck.c | 235 fmtcheck(const char *f1, const char *f2) in fmtcheck() function
|
| H A D | file.h | 700 const char *fmtcheck(const char *, const char *)
|
| H A D | softmagic.c | 178 ptr = fmtcheck(desc, def); in file_fmtcheck() 186 #define F(a, b, c) fmtcheck((b), (c))
|
| /freebsd/lib/libusbhid/ |
| H A D | usage.c | 190 fmtcheck(pages[k].page_contents[j].name, "%d"), in hid_usage_in_page()
|
| /freebsd/lib/libc/gen/ |
| H A D | Makefile.inc | 55 fmtcheck.c \ 236 fmtcheck.3 \
|
| H A D | fmtcheck.c | 37 __weak_reference(__fmtcheck, fmtcheck);
|
| H A D | Symbol.map | 112 fmtcheck;
|
| /freebsd/include/ |
| H A D | stdio.h | 407 const char *fmtcheck(const char *, const char *) __format_arg(2);
|
| /freebsd/contrib/file/ |
| H A D | configure.ac | 212 …f strlcpy strlcat getline ctime_r asctime_r localtime_r gmtime_r pread strcasestr fmtcheck dprintf)
|
| H A D | README.md | 87 * `src/fmtcheck.c` - replacement for OS's that don't have it.
|
| H A D | config.h.in | 53 /* Define to 1 if you have the 'fmtcheck' function. */
|
| H A D | ChangeLog | 877 * Fix issue with long formats not matching fmtcheck 885 * add fmtcheck(3) for those who don't have it
|