Searched refs:endstr (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12-stable/contrib/apr-util/uri/ |
| D | apr_uri.c | 728 char *endstr; in apr_uri_parse() local 885 port = strtol(uptr->port_str, &endstr, 10); in apr_uri_parse() 887 if (*endstr == '\0') { in apr_uri_parse() 921 char *endstr; in apr_uri_parse_hostinfo() local 955 uptr->port = (unsigned short) strtol(uptr->port_str, &endstr, 10); in apr_uri_parse_hostinfo() 956 if (*endstr == '\0') { in apr_uri_parse_hostinfo()
|
| /freebsd-12-stable/crypto/heimdal/lib/roken/ |
| D | getaddrinfo.c | 92 char *endstr; in get_port_protocol_socktype() local 94 *port = htons(strtol (servname, &endstr, 10)); in get_port_protocol_socktype() 95 if (servname == endstr) in get_port_protocol_socktype()
|
| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | nto-procfs.c | 122 char *endstr; in procfs_open() local 137 nto_procfs_node = netmgr_strtond (nodestr, &endstr); in procfs_open() 148 else if (*endstr) in procfs_open() 150 if (*(endstr - 1) == '/') in procfs_open() 151 *(endstr - 1) = 0; in procfs_open() 153 *endstr = 0; in procfs_open()
|
| /freebsd-12-stable/crypto/openssl/crypto/pem/ |
| D | pem_lib.c | 720 static const char endstr[] = "-----END "; variable 723 #define ENDLEN ((int)(sizeof(endstr) - 1)) 828 if (!strncmp(linebuf, endstr, ENDLEN) || got_header == IN_HEADER) in get_header_and_data() 851 if (strncmp(linebuf, endstr, ENDLEN) == 0) { in get_header_and_data()
|
| /freebsd-12-stable/contrib/tcsh/ |
| D | sh.glob.c | 893 Gnmatch(const Char *string, const Char *pattern, const Char **endstr) in Gnmatch() argument 912 if (endstr == NULL) in Gnmatch() 927 *endstr = end; in Gnmatch()
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_serf/ |
| D | serf.c | 378 char *endstr; in load_config() local 379 const long int port = strtol(port_str, &endstr, 10); in load_config() 381 if (*endstr) in load_config()
|
| /freebsd-12-stable/contrib/ldns/ |
| D | str2host.c | 867 loc_parse_cm(char* my_str, char** endstr, uint8_t* m, uint8_t* e) in loc_parse_cm() argument 898 *endstr = my_str; in loc_parse_cm()
|
| /freebsd-12-stable/sys/fs/nfs/ |
| D | nfs_commonsubs.c | 3235 char *cp, *endstr, *str0; in nfsv4_strtouid() local 3248 tuid = (uid_t)strtoul(str0, &endstr, 10); in nfsv4_strtouid() 3249 if ((endstr - str0) == len) { in nfsv4_strtouid() 3451 char *cp, *endstr, *str0; in nfsv4_strtogid() local 3464 tgid = (gid_t)strtoul(str0, &endstr, 10); in nfsv4_strtogid() 3465 if ((endstr - str0) == len) { in nfsv4_strtogid()
|
| /freebsd-12-stable/contrib/unbound/sldns/ |
| D | str2wire.c | 2220 loc_parse_cm(char* my_str, char** endstr, uint8_t* m, uint8_t* e) in loc_parse_cm() argument 2253 *endstr = my_str; in loc_parse_cm()
|