Searched refs:strchra (Results 1 – 4 of 4) sorted by relevance
65 CHAR8 *strchra(const CHAR8 *s, CHAR8 c);
1093 while (line[linelen] && !strchra((CHAR8 *) "\n\r", line[linelen])) in line_get_key_value()1109 while (strchra((CHAR8 *) " \t", *line)) { in line_get_key_value()1115 while (linelen > 0 && strchra((CHAR8 *) " \t", line[linelen - 1])) in line_get_key_value()1124 while (*value && !strchra(sep, *value)) in line_get_key_value()1130 while (*value && strchra(sep, *value)) in line_get_key_value()
251 e = strchra(p, '/'); in pack_cpio_prefix()
370 CHAR8 *strchra(const CHAR8 *s, CHAR8 c) { in strchra() function