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

/illumos-gate/usr/src/cmd/grpck/
H A Dgrpck.c63 #define NUM_COLONS 3 macro
110 int delim[NUM_COLONS + 1], buf_len, bufsize;
233 if (++colons > NUM_COLONS)
237 if (colons != NUM_COLONS) {

Completed in 354 milliseconds