Lines Matching refs:cp
1800 char *cp = strchr (line, '#'); in gaiconf_init() local
1801 if (cp != NULL) in gaiconf_init()
1802 *cp = '\0'; in gaiconf_init()
1804 cp = line; in gaiconf_init()
1805 while (isspace (*cp)) in gaiconf_init()
1806 ++cp; in gaiconf_init()
1808 char *cmd = cp; in gaiconf_init()
1809 while (*cp != '\0' && !isspace (*cp)) in gaiconf_init()
1810 ++cp; in gaiconf_init()
1811 size_t cmdlen = cp - cmd; in gaiconf_init()
1813 if (*cp != '\0') in gaiconf_init()
1814 *cp++ = '\0'; in gaiconf_init()
1815 while (isspace (*cp)) in gaiconf_init()
1816 ++cp; in gaiconf_init()
1818 char *val1 = cp; in gaiconf_init()
1819 while (*cp != '\0' && !isspace (*cp)) in gaiconf_init()
1820 ++cp; in gaiconf_init()
1821 size_t val1len = cp - cmd; in gaiconf_init()
1827 if (*cp != '\0') in gaiconf_init()
1828 *cp++ = '\0'; in gaiconf_init()
1829 while (isspace (*cp)) in gaiconf_init()
1830 ++cp; in gaiconf_init()
1832 char *val2 = cp; in gaiconf_init()
1833 while (*cp != '\0' && !isspace (*cp)) in gaiconf_init()
1834 ++cp; in gaiconf_init()
1837 *cp = '\0'; in gaiconf_init()
1859 cp = strchr (val1, '/'); in gaiconf_init()
1860 if (cp != NULL) in gaiconf_init()
1861 *cp++ = '\0'; in gaiconf_init()
1863 && (cp == NULL in gaiconf_init()
1864 || (bits = strtoul (cp, &endp, 10)) != ULONG_MAX in gaiconf_init()
1911 cp = strchr (val1, '/'); in gaiconf_init()
1912 if (cp != NULL) in gaiconf_init()
1913 *cp++ = '\0'; in gaiconf_init()
1918 && (cp == NULL in gaiconf_init()
1919 || (bits = strtoul (cp, &endp, 10)) != ULONG_MAX in gaiconf_init()
1953 && (cp == NULL in gaiconf_init()
1954 || (bits = strtoul (cp, &endp, 10)) != ULONG_MAX in gaiconf_init()