Searched refs:fmtcheck (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libadm/common/
H A Dckdate.c39 static int fmtcheck(char *);
235 if ((fmt != NULL) && (fmtcheck(fmt) == 1))
247 if ((fmt != NULL) && (fmtcheck(fmt) == 1))
261 fmtcheck(char *fmt) function
307 if ((fmt != NULL) && (fmtcheck(fmt) == 1))
416 if ((fmt != NULL) && (fmtcheck(fmt) == 1))
H A Dcktime.c44 static int fmtcheck(char *);
142 if ((fmt != NULL) && (fmtcheck(fmt) == 1))
284 if ((fmt != NULL) && (fmtcheck(fmt) == 1))
296 if ((fmt != NULL) && (fmtcheck(fmt) == 1))
310 fmtcheck(char *fmt) function
355 if ((fmt != NULL) && (fmtcheck(fmt) == 1))
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dlibadm.h134 extern int fmtcheck __P((char *fmt));
/illumos-gate/usr/src/boot/include/
H A Dstdio.h404 const char *fmtcheck(const char *, const char *) __format_arg(2);

Completed in 47 milliseconds