Home
last modified time | relevance | path

Searched full:t_sep (Results 1 – 1 of 1) sorted by relevance

/freebsd/bin/ps/
H A Dps.c74 #define T_SEP "," /* "Terminate-element" list separators */ macro
1055 if (strchr(T_SEP, *argp) == NULL) { in add_list()
1058 strchr(W_SEP T_SEP, *argp) == NULL) in add_list()
1074 while (*argp != '\0' && strchr(W_SEP T_SEP, in add_list()
1088 if (*argp != '\0' && strchr(T_SEP, *argp) != NULL) { in add_list()