Searched refs:fmtcheck (Results 1 – 18 of 18) sorted by relevance
| /NextBSD/contrib/netbsd-tests/lib/libc/gen/ |
| HD | t_fmtcheck.c | 36 const char *fmtcheck(const char *f1, const char *f2) 96 f = fmtcheck(f1, f2); in ATF_TC_BODY()
|
| /NextBSD/lib/libc/tests/gen/ |
| HD | fmtcheck_test.c | 87 f = fmtcheck(f1, f2); in ATF_TC_BODY()
|
| /NextBSD/lib/libdpv/ |
| HD | util.c | 71 if (label != NULL && fmtcheck(cmd, "%s") == cmd) in shell_spawn_pipecmd()
|
| HD | dpv.c | 521 status_fmt = fmtcheck(status_format_custom, status_format_default); in dpv() 566 path_fmt = fmtcheck(output, "%s"); in dpv()
|
| /NextBSD/usr.sbin/ctm/ctm/ |
| HD | ctm_passb.c | 39 snprintf(buf, sizeof(buf), fmtcheck(TarCmd, TARCMD), BackupFile); in PassB()
|
| /NextBSD/contrib/file/src/ |
| HD | fmtcheck.c | 215 fmtcheck(const char *f1, const char *f2) in fmtcheck() function
|
| HD | file.h | 580 const char *fmtcheck(const char *, const char *)
|
| HD | Makefile.in | 217 asctime_r.c asprintf.c ctime_r.c fmtcheck.c getline.c \ 496 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/fmtcheck.Plo@am__quote@
|
| HD | softmagic.c | 118 const char *ptr = fmtcheck(m->desc, def); in file_fmtcheck() 126 #define F(a, b, c) fmtcheck((b)->desc, (c))
|
| /NextBSD/lib/libusbhid/ |
| HD | usage.c | 191 fmtcheck(pages[k].page_contents[j].name, "%d"), in hid_usage_in_page()
|
| /NextBSD/lib/libc/gen/ |
| HD | Makefile.inc | 44 fmtcheck.c \ 194 fmtcheck.3 \
|
| HD | fmtcheck.c | 38 __weak_reference(__fmtcheck, fmtcheck);
|
| HD | Symbol.map | 122 fmtcheck;
|
| /NextBSD/contrib/file/ |
| HD | configure.ac | 148 …vasprintf strlcpy strlcat getline ctime_r asctime_r localtime_r gmtime_r pread strcasestr fmtcheck)
|
| HD | README | 86 src/fmtcheck.c - replacement for OS's that don't have it.
|
| HD | config.h.in | 41 /* Define to 1 if you have the `fmtcheck' function. */
|
| HD | ChangeLog | 219 * Fix issue with long formats not matching fmtcheck 227 * add fmtcheck(3) for those who don't have it
|
| /NextBSD/include/ |
| HD | stdio.h | 404 const char *fmtcheck(const char *, const char *) __format_arg(2);
|