Lines Matching refs:endp
1850 char *endp; in gaiconf_init() local
1864 || (bits = strtoul (cp, &endp, 10)) != ULONG_MAX in gaiconf_init()
1866 && *endp == '\0' in gaiconf_init()
1868 && ((val = strtoul (val2, &endp, 10)) != ULONG_MAX in gaiconf_init()
1870 && *endp == '\0' in gaiconf_init()
1907 char *endp; in gaiconf_init() local
1919 || (bits = strtoul (cp, &endp, 10)) != ULONG_MAX in gaiconf_init()
1921 && *endp == '\0' in gaiconf_init()
1924 && ((val = strtoul (val2, &endp, 10)) != ULONG_MAX in gaiconf_init()
1926 && *endp == '\0' in gaiconf_init()
1954 || (bits = strtoul (cp, &endp, 10)) != ULONG_MAX in gaiconf_init()
1956 && *endp == '\0' in gaiconf_init()
1958 && ((val = strtoul (val2, &endp, 10)) != ULONG_MAX in gaiconf_init()
1960 && *endp == '\0' in gaiconf_init()