Searched refs:strtol (Results 201 - 225 of 578) sorted by relevance

1234567891011>>

/freebsd-10.0-release/bin/pkill/
H A Dpkill.c156 i = (int)strtol(p, &q, 10);
688 li->li_number = (uid_t)strtol(sp, &ep, 0);
827 rval = strtol(line, &endp, 10);
/freebsd-10.0-release/contrib/binutils/binutils/
H A Drclex.c192 ncp = (rc_uint_type) strtol (fn + 2, NULL, 16);
194 ncp = (rc_uint_type) strtol (fn, NULL, 10);
203 line = strtol (s, &send, 0);
/freebsd-10.0-release/contrib/binutils/gas/
H A Ditbl-ops.c520 value = strtol (n, 0, 10);
547 value = strtol (n, 0, 16);
552 value = strtol (n, 0, 10);
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Dverify_krb5_conf.c92 v = strtol(data, &end, 0);
117 v = strtol(data, &end, 0);
197 int tmp = strtol(p, &end, 0);
/freebsd-10.0-release/sbin/camcontrol/
H A Dmodeedit.c266 ival = (int)strtol(newvalue, &convertend, 0);
446 pagenum = strtol(str_pagenum, NULL, 0);
452 pagenum = strtol(str_pagenum, NULL, 0);
/freebsd-10.0-release/sbin/ffsinfo/
H A Dffsinfo.c149 cfg_cg = strtol(optarg, NULL, 0);
156 cfg_in = strtol(optarg, NULL, 0);
163 cfg_lv = strtol(optarg, NULL, 0);
/freebsd-10.0-release/tools/tools/syscall_timing/
H A Dsyscall_timing.c704 ll = strtol(optarg, &endp, 10);
711 ll = strtol(optarg, &endp, 10);
722 ll = strtol(optarg, &endp, 10);
/freebsd-10.0-release/usr.sbin/mfiutil/
H A Dmfi_drive.c171 val = strtol(drive, &cp, 0);
186 val = strtol(cp, &cp, 0);
198 val = strtol(cp, &cp, 0);
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dmain.c439 i = strtol (optarg, &p, 0);
457 i = strtol (optarg, &p, 0);
H A Dmaint.c175 display_time = strtol (args, NULL, 10);
186 display_space = strtol (args, NULL, 10);
H A Dthread.c603 start = strtol (tidlist, &p, 10);
614 end = strtol (tidlist, &p, 10);
/freebsd-10.0-release/contrib/groff/src/devices/grolbp/
H A Dlbp.cpp688 long n = strtol(optarg, &ptr, 10);
700 long n = strtol(optarg, &ptr, 10);
/freebsd-10.0-release/contrib/libc++/src/
H A Dstring.cpp91 long r = as_integer_helper<long>( func, s, idx, base, strtol );
102 return as_integer_helper<long>( func, s, idx, base, strtol );
/freebsd-10.0-release/contrib/nvi/cl/
H A Dcl_term.c451 row = strtol(p, NULL, 10);
453 col = strtol(p, NULL, 10);
/freebsd-10.0-release/contrib/smbfs/lib/smb/
H A Drcfile.c371 *value = strtol(rkp->rk_value, NULL, 0);
482 ap->ival = strtol(arg, NULL, 0);
/freebsd-10.0-release/crypto/heimdal/lib/asn1/
H A Dlex.l258 yylval.constant = strtol((const char *)yytext,
/freebsd-10.0-release/usr.bin/csup/
H A Ddiff.c366 ec->where = strtol(line + 1, &end, 10);
371 ec->count = strtol(line, &end, 10);
/freebsd-10.0-release/usr.bin/fmt/
H A Dfmt.c195 * and (2) it's probably better to use |strtol| to detect negative
203 long result = strtol(s,&t,0);
212 long result = strtol(s,&t,0);
/freebsd-10.0-release/usr.sbin/mptutil/
H A Dmpt_cmd.c308 bus = strtol(name, &cp, 0);
310 id = strtol(cp + 1, &cp, 0);
/freebsd-10.0-release/bin/ed/
H A Ded.h106 if (((i = strtol(p, &p, 10)) == LONG_MIN || i == LONG_MAX) && \
/freebsd-10.0-release/contrib/libpcap/
H A Dpcap-can-linux.c112 devnum = strtol(cp, &cpend, 10);
H A Dpcap-dlpi.c805 unit = strtol(cp, &eos, 10);
1380 *majorp = strtol(cp, &cp, 10);
1383 *minorp = strtol(cp, &cp, 10);
1386 *microp = strtol(cp, &cp, 10);
/freebsd-10.0-release/contrib/lukemftpd/src/
H A Dextern.h106 # define STRTOLL(x,y,z) strtol(x,y,z)
/freebsd-10.0-release/contrib/ntp/libntp/
H A Dntp_rfc2553.c235 port = strtol(servname, &e, 10);
/freebsd-10.0-release/contrib/ofed/libmthca/src/
H A Dmthca.c322 abi_ver = strtol(value, NULL, 10);

Completed in 195 milliseconds

1234567891011>>