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

/freebsd-11-stable/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-11-stable/crypto/heimdal/lib/roken/
H A Dgetaddrinfo.c92 char *endstr; local
94 *port = htons(strtol (servname, &endstr, 10));
95 if (servname == endstr)
/freebsd-11-stable/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-11-stable/contrib/tcsh/
H A Dsh.glob.c886 Gnmatch(const Char *string, const Char *pattern, const Char **endstr) argument
905 if (endstr == NULL)
920 *endstr = end;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dserf.c380 char *endstr;
381 const long int port = strtol(port_str, &endstr, 10);
383 if (*endstr)
378 char *endstr; local
/freebsd-11-stable/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-11-stable/sys/fs/nfs/
H A Dnfs_commonsubs.c2756 char *cp, *endstr, *str0; local
2769 tuid = (uid_t)strtoul(str0, &endstr, 10);
2770 if ((endstr - str0) == len) {
2972 char *cp, *endstr, *str0; local
2985 tgid = (gid_t)strtoul(str0, &endstr, 10);
2986 if ((endstr - str0) == len) {
/freebsd-11-stable/contrib/unbound/sldns/
H A Dstr2wire.c1491 loc_parse_cm(char* my_str, char** endstr, uint8_t* m, uint8_t* e) argument
1520 *endstr = my_str;

Completed in 258 milliseconds