Searched refs:T_SEP (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/bin/ps/
H A Dps.c80 #define T_SEP "," /* "Terminate-element" list separators */ macro
902 if (strchr(T_SEP, *argp) == NULL) {
905 strchr(W_SEP T_SEP, *argp) == NULL)
921 while (*argp != '\0' && strchr(W_SEP T_SEP,
935 if (*argp != '\0' && strchr(T_SEP, *argp) != NULL) {

Completed in 129 milliseconds