Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/grpck/
H A Dgrpck.c60 #define NUM_COLONS 3 macro
107 int delim[NUM_COLONS + 1], buf_len, bufsize; in main()
230 if (++colons > NUM_COLONS) in main()
234 if (colons != NUM_COLONS) { in main()