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

/illumos-gate/usr/src/lib/libnsl/dial/
H A Dconn.c65 static int ifdate(char *);
325 if (!EQUALS(Progname, "uucico") || ifdate(flds[F_TIME])) {
809 * ifdate(s)
812 * ifdate - this routine will check a string (s)
828 ifdate(char *s) function
/illumos-gate/usr/src/cmd/bnu/
H A Dconn.c69 static int notin(), ifdate(), checkdate(), checktime(), classmatch();
340 (na > F_TIME && ifdate(flds[F_TIME]))) {
1058 * ifdate(s)
1061 * ifdate - this routine will check a string (s)
1083 ifdate(s) function
1147 /* worker function for ifdate() */

Completed in 47 milliseconds