Home
last modified time | relevance | path

Searched refs:TSPTYPENUMBER (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/include/protocols/
Dtimed.h93 #define TSPTYPENUMBER 25 macro
96 const char * const tsptype[TSPTYPENUMBER] =
/netbsd/src/bin/date/
Dnetdate.c68 return i < TSPTYPENUMBER ? tsptype[i] : "unknown"; in tsp_type_to_string()
/netbsd/src/usr.sbin/timed/timedc/
Dcmds.c125 return i < TSPTYPENUMBER ? tsptype[i] : "unknown"; in tsp_type_to_string()
/netbsd/src/usr.sbin/timed/timed/
Dreadmsg.c455 if (msg->tsp_type >= TSPTYPENUMBER) { in print()