Home
last modified time | relevance | path

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

/NextBSD/contrib/netbsd-tests/lib/libc/gen/
HDt_fmtcheck.c36 const char *fmtcheck(const char *f1, const char *f2)
96 f = fmtcheck(f1, f2); in ATF_TC_BODY()
/NextBSD/lib/libc/tests/gen/
HDfmtcheck_test.c87 f = fmtcheck(f1, f2); in ATF_TC_BODY()
/NextBSD/lib/libdpv/
HDutil.c71 if (label != NULL && fmtcheck(cmd, "%s") == cmd) in shell_spawn_pipecmd()
HDdpv.c521 status_fmt = fmtcheck(status_format_custom, status_format_default); in dpv()
566 path_fmt = fmtcheck(output, "%s"); in dpv()
/NextBSD/usr.sbin/ctm/ctm/
HDctm_passb.c39 snprintf(buf, sizeof(buf), fmtcheck(TarCmd, TARCMD), BackupFile); in PassB()
/NextBSD/contrib/file/src/
HDfmtcheck.c215 fmtcheck(const char *f1, const char *f2) in fmtcheck() function
HDfile.h580 const char *fmtcheck(const char *, const char *)
HDMakefile.in217 asctime_r.c asprintf.c ctime_r.c fmtcheck.c getline.c \
496 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/fmtcheck.Plo@am__quote@
HDsoftmagic.c118 const char *ptr = fmtcheck(m->desc, def); in file_fmtcheck()
126 #define F(a, b, c) fmtcheck((b)->desc, (c))
/NextBSD/lib/libusbhid/
HDusage.c191 fmtcheck(pages[k].page_contents[j].name, "%d"), in hid_usage_in_page()
/NextBSD/lib/libc/gen/
HDMakefile.inc44 fmtcheck.c \
194 fmtcheck.3 \
HDfmtcheck.c38 __weak_reference(__fmtcheck, fmtcheck);
HDSymbol.map122 fmtcheck;
/NextBSD/contrib/file/
HDconfigure.ac148 …vasprintf strlcpy strlcat getline ctime_r asctime_r localtime_r gmtime_r pread strcasestr fmtcheck)
HDREADME86 src/fmtcheck.c - replacement for OS's that don't have it.
HDconfig.h.in41 /* Define to 1 if you have the `fmtcheck' function. */
HDChangeLog219 * Fix issue with long formats not matching fmtcheck
227 * add fmtcheck(3) for those who don't have it
/NextBSD/include/
HDstdio.h404 const char *fmtcheck(const char *, const char *) __format_arg(2);