Home
last modified time | relevance | path

Searched refs:strchra (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/boot/efi/
Dutil.h65 CHAR8 *strchra(const CHAR8 *s, CHAR8 c);
Dboot.c1093 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()
Dcpio.c251 e = strchra(p, '/'); in pack_cpio_prefix()
Dutil.c370 CHAR8 *strchra(const CHAR8 *s, CHAR8 c) { in strchra() function