Home
last modified time | relevance | path

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

/linux/tools/hv/
H A Dhv_kvp_daemon.c744 const char *address, *next_char; in kvp_extract_routes() local
750 next_char = strpbrk(address, " \t\\"); in kvp_extract_routes()
751 if (!next_char) in kvp_extract_routes()
752 next_char = address + strlen(address) + 1; in kvp_extract_routes()
755 if (*remaining >= (next_char - address) + 1) { in kvp_extract_routes()
756 memcpy(*output, address, next_char - address); in kvp_extract_routes()
758 memcpy(*output + (next_char - address), "", 1); in kvp_extract_routes()
761 *output += next_char - address; in kvp_extract_routes()
762 *remaining -= next_char - address; in kvp_extract_routes()
770 haystack = next_char; in kvp_extract_routes()
/linux/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()