Home
last modified time | relevance | path

Searched refs:F_TIME (Results 1 – 11 of 11) sorted by relevance

/titanic_41/usr/src/cmd/bnu/
H A Dconn.c340 (na > F_TIME && ifdate(flds[F_TIME]))) {
351 CDEBUG(1, "Wrong Time To Call: %s\n", na > F_TIME ?
352 flds[F_TIME] : "<Missing time entry>");
1323 alt[F_TIME] = "Any"; /* needed for getto(); [F_TYPE] and */
H A Ddial.c203 alt[F_TIME] = "Any"; /* needed for getto(); [F_TYPE] and */
H A Duucp.h404 #define F_TIME 1 macro
H A Dct.c169 _Flds[F_TIME] = "Any"; /* never used */
/titanic_41/usr/src/lib/libnsl/dial/
H A Ddial.c193 alt[F_TIME] = "Any"; /* needed for getto(); [F_TYPE] and */ in dial()
H A Dconn.c325 if (!EQUALS(Progname, "uucico") || ifdate(flds[F_TIME])) { in finds()
331 CDEBUG(1, "Wrong Time To Call: %s\n", flds[F_TIME]); in finds()
H A Duucp.h299 #define F_TIME 1 macro
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop.c245 flags |= F_TIME; in main()
470 flags |= F_NUM | F_TIME; in main()
576 if (flags & F_TIME) { in show_pktinfo()
H A Dsnoop.h61 #define F_TIME 0x00000010 /* display time */ macro
/titanic_41/usr/src/cmd/ttymon/
H A Duucp.h342 #define F_TIME 1 macro
/titanic_41/usr/src/cmd/ps/
H A Dps.c126 F_TIME, /* cpu time of the process, [[dd-]hh:]mm:ss */ enumerator
1838 case F_TIME: in print_field()