HomeSort by: relevance | last modified time | path
    Searched defs:equalsp (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/ps/
keyword.c 258 char *p, *sp, *equalsp; local in function:parsevarlist
267 equalsp = strchr(p, '=');
268 if (equalsp)
269 *equalsp = '\0';
298 } else if (equalsp) {
299 *equalsp = '=';
keyword.c 258 char *p, *sp, *equalsp; local in function:parsevarlist
267 equalsp = strchr(p, '=');
268 if (equalsp)
269 *equalsp = '\0';
298 } else if (equalsp) {
299 *equalsp = '=';

Completed in 47 milliseconds