Searched refs:next_char (Results 1 – 2 of 2) sorted by relevance
698 const char *address, *next_char; in kvp_extract_routes() local704 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()
243 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()