Searched defs:fmtcheck (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libadm/common/
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))
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))

Completed in 59 milliseconds