Searched refs:strtol (Results 226 - 250 of 578) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/ofed/management/infiniband-diags/src/
H A Dibstat.c252 dev_port = strtol(argv[1], 0, 0);
/freebsd-10.0-release/contrib/openbsm/compat/
H A Dpidfile.h90 *pidptr = strtol(buf, &endptr, 10);
/freebsd-10.0-release/contrib/openpam/bin/pamtest/
H A Dpamtest.c287 l = strtol(arg, &end, 0);
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dtypes.c41 svn_revnum_t result = strtol(str, &end, 10);
53 /* The end pointer from strtol() is valid, but a negative revision
/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-zephyr.c158 if (!lose) field = strtol(s, 0, 16);
/freebsd-10.0-release/contrib/tnftp/src/
H A Dftp_var.h335 # define STRTOLL(x,y,z) strtol(x,y,z)
/freebsd-10.0-release/crypto/heimdal/appl/kf/
H A Dkf.c102 port = strtol (port_str, &ptr, 10);
H A Dkfd.c87 port = strtol (port_str, &ptr, 10);
/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Dparse_units.c83 val = strtol(p, &next, 0);
H A Dstrptime.c146 *num = strtol (str, &s, 10);
/freebsd-10.0-release/crypto/openssh/openbsd-compat/
H A Dport-aix.c455 l = strtol(grp, NULL, 10);
/freebsd-10.0-release/crypto/openssl/crypto/engine/
H A Deng_ctrl.c377 l = strtol(arg, &ptr, 10);
/freebsd-10.0-release/crypto/openssl/crypto/ocsp/
H A Docsp_ht.c69 #define strtoul (unsigned long)strtol
/freebsd-10.0-release/lib/libedit/
H A Dchartype.h158 #define Strtol(p,e,b) strtol(p,e,b)
/freebsd-10.0-release/lib/libjail/
H A Djail.c152 } else if (jp_jid != NULL && strtol(jid_value, NULL, 10) != 0) {
367 ((int *)jp->jp_value)[i] = strtol(avalue, &ep, 10);
382 ((long *)jp->jp_value)[i] = strtol(avalue, &ep, 10);
458 *value = strtol(valstr, &ep, 10);
/freebsd-10.0-release/lib/libutil/
H A Dpidfile.c89 *pidptr = strtol(buf, &endptr, 10);
/freebsd-10.0-release/sbin/ggate/ggatel/
H A Dggatel.c273 unit = strtol(optarg, NULL, 10);
/freebsd-10.0-release/sbin/mount_msdosfs/
H A Dmount_msdosfs.c279 rv = strtol(optarg, &ep, 8);
/freebsd-10.0-release/sbin/mount_nfs/
H A Dmount_nfs.c200 num = strtol(optarg, &p, 10);
304 num = strtol(val, &p, 10);
309 num = strtol(val, &p, 10);
328 num = strtol(optarg, &p, 10);
/freebsd-10.0-release/sbin/nvmecontrol/
H A Dfirmware.c188 slot = strtol(optarg, &p, 0);
H A Dlogpage.c259 log_page = strtol(optarg, &p, 0);
/freebsd-10.0-release/sbin/spppcontrol/
H A Dspppcontrol.c163 to = strtol(cp, &endp, 10);
/freebsd-10.0-release/sys/boot/userboot/libstand/
H A DMakefile46 globals.c pager.c printf.c strdup.c strerror.c strtol.c random.c \
/freebsd-10.0-release/sys/compat/linsysfs/
H A Dlinsysfs.c88 return (int)strtol(str, (char **)NULL, 10);
/freebsd-10.0-release/sys/dev/drm2/
H A Ddrm_modes.c1006 refresh = strtol(&name[i+1], NULL, 10);
1015 bpp = strtol(&name[i+1], NULL, 10);
1023 yres = strtol(&name[i+1], NULL, 10);
1083 xres = strtol(name, &ch, 10);

Completed in 198 milliseconds

1234567891011>>