Home
last modified time | relevance | path

Searched refs:next_char (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/tools/hv/
H A Dhv_kvp_daemon.c698 const char *address, *next_char; in kvp_extract_routes() local
704 next_char = strpbrk(address, " \t\\"); in kvp_extract_routes()
705 if (!next_char) in kvp_extract_routes()
706 next_char = address + strlen(address) + 1; in kvp_extract_routes()
709 if (*remaining >= (next_char - address) + 1) { in kvp_extract_routes()
710 memcpy(*output, address, next_char - address); in kvp_extract_routes()
712 memcpy(*output + (next_char - address), "", 1); in kvp_extract_routes()
715 *output += next_char - address; in kvp_extract_routes()
716 *remaining -= next_char - address; in kvp_extract_routes()
724 haystack = next_char; in kvp_extract_routes()
/linux-6.15/drivers/tty/serial/
H A Dpmac_zilog.c243 goto next_char; in pmz_receive_chars()
252 goto next_char; in pmz_receive_chars()
258 goto next_char; in pmz_receive_chars()
269 goto next_char; in pmz_receive_chars()
292 next_char: in pmz_receive_chars()