Searched refs:endstr (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/heimdal/lib/roken/ |
H A 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/crypto/openssl/crypto/pem/ |
H A D | pem_lib.c | 737 static const char endstr[] = "-----END "; variable 740 #define ENDLEN ((int)(sizeof(endstr) - 1)) 847 if (!strncmp(linebuf, endstr, ENDLEN) || got_header == IN_HEADER) in get_header_and_data() 870 if (strncmp(linebuf, endstr, ENDLEN) == 0) { in get_header_and_data()
|
/freebsd/contrib/tcsh/ |
H A 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/crypto/openssl/apps/ |
H A D | cmp.c | 1783 char *endstr; in handle_opt_geninfo() local 1799 value = strtol(valptr, &endstr, 10); in handle_opt_geninfo() 1800 if (endstr == valptr || *endstr != '\0') { in handle_opt_geninfo()
|
/freebsd/sys/fs/nfs/ |
H A D | nfs_commonsubs.c | 3432 char *cp, *endstr, *str0; in nfsv4_strtouid() local 3446 tuid = (uid_t)strtoul(str0, &endstr, 10); in nfsv4_strtouid() 3447 if ((endstr - str0) == len) { in nfsv4_strtouid() 3656 char *cp, *endstr, *str0; in nfsv4_strtogid() local 3670 tgid = (gid_t)strtoul(str0, &endstr, 10); in nfsv4_strtogid() 3671 if ((endstr - str0) == len) { in nfsv4_strtogid()
|
/freebsd/contrib/ldns/ |
H A D | str2host.c | 878 loc_parse_cm(char* my_str, char** endstr, uint8_t* m, uint8_t* e) in loc_parse_cm() argument 912 *endstr = my_str; in loc_parse_cm()
|
/freebsd/contrib/unbound/sldns/ |
H A 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()
|