/src/distrib/utils/libhack/ |
fmtcheck.c | 1 /* $NetBSD: fmtcheck.c,v 1.2 2022/04/14 15:51:29 martin Exp $ */ 4 fmtcheck(const char *a, const char *b) function in typeref:typename:const char *
|
Makefile.inc | 27 strerror.o strsignal.o syslog.o utmp.o fmtcheck.o \
|
/src/tests/lib/libc/gen/ |
t_fmtcheck.c | 36 const char *fmtcheck(const char *f1, const char *f2) 78 // When fmtcheck supports '$', it could be used in dcngettext. 88 atf_tc_set_md_var(tc, "descr", "Test fmtcheck(3)"); 100 f = fmtcheck(f1, f2);
|
/src/usr.bin/msgc/ |
msg_sys.def | 303 (void)_msg_vprintf(1, fmtcheck(msg_string(msg_no), fmt), ap); 320 (void)_msg_vprintf(1, fmtcheck(msg_string(msg_no), fmt), ap); 502 _msg_vprompt(fmtcheck(msg_string(msg_no), fmt), MSG_PROMPT_ECHO, 529 w = vsnprintf(NULL, 0, fmtcheck(msg_string(msg_no), fmt), ap); 595 _msg_vprompt(fmtcheck(msg_string(msg_no), fmt), msg_flags, def, val, 627 _msg_vprompt(fmtcheck(msg_string(msg_no), fmt), MSG_PROMPT_ECHO, def, 647 _msg_vprompt(fmtcheck(msg_string(msg_no), fmt), 0, def, val, 665 (void)_msg_vprintf(0, fmtcheck(msg_string(msg_no), fmt), ap);
|
/src/lib/libc/gen/ |
fmtcheck.c | 1 /* $NetBSD: fmtcheck.c,v 1.16 2017/12/13 06:43:45 rin Exp $ */ 33 __RCSID("$NetBSD: fmtcheck.c,v 1.16 2017/12/13 06:43:45 rin Exp $"); 43 __weak_alias(fmtcheck,__fmtcheck) 329 fmtcheck(const char *f1, const char *f2) function in typeref:typename:const char *
|
Makefile.inc | 16 exect.c extattr.c fmtcheck.c fmtmsg.c fnmatch.c fstab.c ftok.c \ 64 fmtcheck.3 fmtmsg.3 fnmatch.3 fpclassify.3 fpgetmask.3 \
|
/src/lib/libusbhid/ |
usage.c | 185 fmtcheck(pages[k].page_contents[j].name, "%d"), 236 if (sscanf(sep, fmtcheck(
|
/src/usr.bin/man/ |
manconf.c | 166 if (fmtcheck(u, "%s") != u) {
|
/src/include/ |
stdio.h | 422 const char *fmtcheck(const char *, const char *)
|
/src/lib/libc/include/ |
namespace.h | 936 #define fmtcheck __fmtcheck macro
|