Searched refs:rest_of_line (Results 1 – 1 of 1) sorted by relevance
892 char *rest_of_line; in read_interfaces() local907 rest_of_line = xmalloc_fgetline(f); in read_interfaces()908 if (!rest_of_line) in read_interfaces()910 p = xasprintf("%s%s", buf, rest_of_line); in read_interfaces()912 free(rest_of_line); in read_interfaces()916 rest_of_line = buf; in read_interfaces()917 first_word = next_word(&rest_of_line); in read_interfaces()927 while ((first_word = next_word(&rest_of_line)) != NULL) { in read_interfaces()961 iface_name = next_word(&rest_of_line); in read_interfaces()962 address_family_name = next_word(&rest_of_line); in read_interfaces()[all …]