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

/systemd/src/boot/efi/
H A Dutil.h43 CHAR8 *strchra(CHAR8 *s, CHAR8 c);
H A Dutil.c298 CHAR8 *strchra(CHAR8 *s, CHAR8 c) { function
H A Dboot.c923 while (line[linelen] && !strchra((CHAR8 *)"\n\r", line[linelen]))
939 while (strchra((CHAR8 *)" \t", *line)) {
945 while (linelen > 0 && strchra(sep, line[linelen-1]))
954 while (*value && !strchra(sep, *value))
960 while (*value && strchra(sep, *value))

Completed in 18 milliseconds