Lines Matching defs:space
2730 bool space;
2744 space = false;
2745 fputstrv(f, link->network->dns, NULL, &space);
2753 if (space)
2756 space = true;
2765 if (space)
2774 space = false;
2775 fputstrv(f, link->network->ntp, NULL, &space);
2783 if (space)
2786 space = true;
2797 if (space)
2800 space = true;
2805 fputstrv(f, hosts, NULL, &space);
2819 fputstrv(f, link->network->search_domains, NULL, &space);
2822 fputs_with_space(f, dhcp_domainname, NULL, &space);
2825 fputstrv(f, dhcp6_domains, NULL, &space);
2833 fputs_with_space(f, dhcp_domainname, NULL, &space);
2836 fputstrv(f, dhcp6_domains, NULL, &space);
2853 space = false;
2855 fputs_with_space(f, n, NULL, &space);
2860 space = false;
2868 fprintf(f, "%s%s/%u", space ? " " : "", address_str, a->prefixlen);
2869 space = true;
2874 space = false;
2882 fprintf(f, "%s%s/%hhu/%hhu/%"PRIu32"/%hhu/"USEC_FMT, space ? " " : "", route_str,
2884 space = true;
2892 bool space = false;
2896 fputs_with_space(f, carrier->ifname, NULL, &space);
2903 bool space = false;
2907 fputs_with_space(f, carrier->ifname, NULL, &space);