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

/freebsd-10.0-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.0-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.0-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.0-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dserf.c317 char *endstr;
318 const long int timeout = strtol(timeout_str, &endstr, 10);
320 if (*endstr)
334 char *endstr;
335 const long int port = strtol(port_str, &endstr, 10);
337 if (*endstr)
315 char *endstr; local
332 char *endstr; local
/freebsd-10.0-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.0-release/contrib/ldns/
H A Dstr2host.c812 loc_parse_cm(char* my_str, char** endstr, uint8_t* m, uint8_t* e) argument
843 *endstr = my_str;
/freebsd-10.0-release/sys/fs/nfs/
H A Dnfs_commonsubs.c2625 char *cp, *endstr, *str0; local
2637 tuid = (uid_t)strtoul(str0, &endstr, 10);
2638 if ((endstr - str0) == len &&
2830 char *cp, *endstr, *str0; local
2842 tgid = (gid_t)strtoul(str0, &endstr, 10);
2843 if ((endstr - str0) == len &&

Completed in 80 milliseconds