Searched refs:tok_end (Results 1 – 1 of 1) sorted by relevance
172 char *tok, *tok_end; in deserialize_dhcp_routes() local188 tok_end = strchr(tok, '/'); in deserialize_dhcp_routes()189 if (!tok_end) in deserialize_dhcp_routes()191 *tok_end = '\0'; in deserialize_dhcp_routes()197 tok = tok_end + 1; in deserialize_dhcp_routes()200 tok_end = strchr(tok, ','); in deserialize_dhcp_routes()201 if (!tok_end) in deserialize_dhcp_routes()204 *tok_end = '\0'; in deserialize_dhcp_routes()211 tok = tok_end + 1; in deserialize_dhcp_routes()