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

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dgetaddrinfo.c94 char *endstr; local
96 *port = htons(strtol (servname, &endstr, 10));
97 if (servname == endstr)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dnto-procfs.c197 char *endstr; local
219 nto_procfs_node = netmgr_strtond (nodestr, &endstr);
230 else if (*endstr)
232 if (*(endstr - 1) == '/')
233 *(endstr - 1) = 0;
235 *endstr = 0;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dnto-procfs.c197 char *endstr; local
219 nto_procfs_node = netmgr_strtond (nodestr, &endstr);
230 else if (*endstr)
232 if (*(endstr - 1) == '/')
233 *(endstr - 1) = 0;
235 *endstr = 0;
/netbsd-current/crypto/external/bsd/openssl.old/dist/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) {
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/pem/
H A Dpem_lib.c737 static const char endstr[] = "-----END "; variable
740 #define ENDLEN ((int)(sizeof(endstr) - 1))
847 if (!strncmp(linebuf, endstr, ENDLEN) || got_header == IN_HEADER)
870 if (strncmp(linebuf, endstr, ENDLEN) == 0) {
/netbsd-current/crypto/external/bsd/openssl/dist/apps/
H A Dcmp.c1783 char *endstr; local
1799 value = strtol(valptr, &endstr, 10);
1800 if (endstr == valptr || *endstr != '\0') {
/netbsd-current/sys/arch/hppa/stand/xxboot/
H A Dstart.S348 comb,= %r2,%r0,endstr
354 endstr: label
/netbsd-current/sys/fs/nfs/common/
H A Dnfs_commonsubs.c2736 char *cp, *endstr, *str0; local
2749 tuid = (uid_t)strtoul(str0, &endstr, 10);
2750 if ((endstr - str0) == len) {
2952 char *cp, *endstr, *str0; local
2965 tgid = (gid_t)strtoul(str0, &endstr, 10);
2966 if ((endstr - str0) == len) {
/netbsd-current/external/mpl/bind/dist/bin/dnssec/
H A Ddnssec-signzone.c3359 char *startstr = NULL, *endstr = NULL, *classname = NULL; local
3486 endstr = isc_commandline_argument;
3712 if (endstr != NULL) {
3713 endtime = strtotime(endstr, now, starttime, NULL);
3720 if (endstr != NULL && dnskey_endtime == endtime) {
/netbsd-current/external/bsd/unbound/dist/sldns/
H A Dstr2wire.c2220 loc_parse_cm(char* my_str, char** endstr, uint8_t* m, uint8_t* e) argument
2253 *endstr = my_str;

Completed in 529 milliseconds