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

/haiku/src/bin/
H A Dps.c138 char* string_to_match; local
189 string_to_match = NULL;
191 string_to_match = (argc >= 2 && !customizeColumns)
194 if (!string_to_match) {
215 if (strstr(p, string_to_match) == NULL)

Completed in 25 milliseconds