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

/freebsd-13-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-13-stable/crypto/heimdal/lib/roken/
H A Dgetaddrinfo.c92 char *endstr; local
94 *port = htons(strtol (servname, &endstr, 10));
95 if (servname == endstr)
/freebsd-13-stable/crypto/openssl/crypto/pem/
H A Dpem_lib.c720 static const char endstr[] = "-----END "; variable
723 #define ENDLEN ((int)(sizeof(endstr) - 1))
828 if (!strncmp(linebuf, endstr, ENDLEN) || got_header == IN_HEADER)
851 if (strncmp(linebuf, endstr, ENDLEN) == 0) {
/freebsd-13-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-13-stable/contrib/tcsh/
H A Dsh.glob.c893 Gnmatch(const Char *string, const Char *pattern, const Char **endstr) argument
912 if (endstr == NULL)
927 *endstr = end;
/freebsd-13-stable/contrib/ldns/
H A Dstr2host.c867 loc_parse_cm(char* my_str, char** endstr, uint8_t* m, uint8_t* e) argument
898 *endstr = my_str;
/freebsd-13-stable/sys/fs/nfs/
H A Dnfs_commonsubs.c3228 char *cp, *endstr, *str0; local
3241 tuid = (uid_t)strtoul(str0, &endstr, 10);
3242 if ((endstr - str0) == len) {
3442 char *cp, *endstr, *str0; local
3455 tgid = (gid_t)strtoul(str0, &endstr, 10);
3456 if ((endstr - str0) == len) {
/freebsd-13-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 119 milliseconds