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

/illumos-gate/usr/src/cmd/devmgmt/cmds/
H A Ddevreserv.c50 * TOKDELIMS Char string of delimiters for lists
61 #define TOKDELIMS ", \t\n"
434 n = ndevsin(*pp, TOKDELIMS);
437 if (*qq++ = strtok(*pp, TOKDELIMS))
438 while (*qq++ = strtok((char *) NULL, TOKDELIMS));
60 #define TOKDELIMS macro

Completed in 57 milliseconds