Searched refs:endstr (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/contrib/apr-util/uri/
H A Dapr_uri.c728 char *endstr; local
885 port = strtol(uptr->port_str, &endstr, 10);
887 if (*endstr == '\0') {
921 char *endstr; local
955 uptr->port = (unsigned short) strtol(uptr->port_str, &endstr, 10);
956 if (*endstr == '\0') {
/freebsd-10.1-release/crypto/heimdal/lib/roken/
H A Dgetaddrinfo.c92 char *endstr; local
94 *port = htons(strtol (servname, &endstr, 10));
95 if (servname == endstr)
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dnto-procfs.c122 char *endstr; local
137 nto_procfs_node = netmgr_strtond (nodestr, &endstr);
148 else if (*endstr)
150 if (*(endstr - 1) == '/')
151 *(endstr - 1) = 0;
153 *endstr = 0;
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dserf.c324 char *endstr;
325 const long int timeout = strtol(timeout_str, &endstr, 10);
327 if (*endstr)
341 char *endstr;
342 const long int port = strtol(port_str, &endstr, 10);
344 if (*endstr)
322 char *endstr; local
339 char *endstr; local
/freebsd-10.1-release/contrib/tcsh/
H A Dsh.glob.c908 Gnmatch(const Char *string, const Char *pattern, const Char **endstr) argument
927 if (endstr == NULL)
942 *endstr = end;
/freebsd-10.1-release/contrib/ldns/
H A Dstr2host.c825 loc_parse_cm(char* my_str, char** endstr, uint8_t* m, uint8_t* e) argument
856 *endstr = my_str;
/freebsd-10.1-release/sys/fs/nfs/
H A Dnfs_commonsubs.c2654 char *cp, *endstr, *str0; local
2666 tuid = (uid_t)strtoul(str0, &endstr, 10);
2667 if ((endstr - str0) == len) {
2864 char *cp, *endstr, *str0; local
2876 tgid = (gid_t)strtoul(str0, &endstr, 10);
2877 if ((endstr - str0) == len) {
/freebsd-10.1-release/contrib/unbound/ldns/
H A Dstr2wire.c1392 loc_parse_cm(char* my_str, char** endstr, uint8_t* m, uint8_t* e) argument
1421 *endstr = my_str;

Completed in 264 milliseconds