Searched defs:endp (Results 1 - 1 of 1) sorted by relevance

/solaris-userland/components/openvswitch/files/lib/
H A Dutil-solaris.c1854 char *endp = NULL; local
1871 maxbw = strtoull(max_rate, &endp, 10);
1872 if (errno != 0 || *endp != '\0')
2651 char *endp = NULL; local
2657 n = strtoull(propvals[0], &endp, 10);
2658 if ((errno != 0) || *endp != '\0' || n > 0xffff)
2753 char *sep, *endp; local
2794 endp = NULL;
2795 value = strtoul(sep, &endp, 16);
2796 if (errno != 0 || value > 0xff || *endp !
2825 char *sep, *endp; local
2911 char *sep, *endp; local
3048 char *sep, *endp; local
3137 char *ofp_min, *ofp_max, *tmp = NULL, *endp = NULL; local
[all...]

Completed in 1902 milliseconds