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

/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dgetaddrinfo.c95 char *endstr; local
97 *port = htons(strtol (servname, &endstr, 10));
98 if (servname == endstr)
/freebsd-9.3-release/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-9.3-release/contrib/tcsh/
H A Dsh.glob.c908 Gnmatch(const Char *string, const Char *pattern, const Char **endstr) argument
927 if (endstr == NULL)
942 *endstr = end;
/freebsd-9.3-release/sys/fs/nfs/
H A Dnfs_commonsubs.c2612 char *cp, *endstr, *str0; local
2624 tuid = (uid_t)strtoul(str0, &endstr, 10);
2625 if ((endstr - str0) == len) {
2822 char *cp, *endstr, *str0; local
2834 tgid = (gid_t)strtoul(str0, &endstr, 10);
2835 if ((endstr - str0) == len) {
/freebsd-9.3-release/contrib/bind9/bin/dnssec/
H A Ddnssec-signzone.c3031 char *startstr = NULL, *endstr = NULL, *classname = NULL; local
3161 endstr = isc_commandline_argument;
3368 if (endstr != NULL)
3369 endtime = strtotime(endstr, now, starttime);
3375 if (endstr != NULL && dnskey_endtime == endtime)

Completed in 87 milliseconds