Searched refs:strtol (Results 1 - 25 of 578) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/ipfilter/lib/
H A Dtcp_flags.c30 tcpf = strtol(flgs, NULL, 0);
37 tcpfm = strtol(s, NULL, 0);
/freebsd-10.0-release/contrib/ncurses/ncurses/tinfo/
H A Dgetenv_num.c49 || (value = strtol(src, &dst, 0)) < 0
/freebsd-10.0-release/lib/libc/stdlib/
H A Datoi.c48 return (int)strtol(str, (char **)NULL, 10);
H A Datol.c48 return strtol(str, (char **)NULL, 10);
H A DMakefile.inc13 strtol.c strtoll.c strtoq.c strtoul.c strtonum.c strtoull.c \
28 realpath.3 strfmon.3 strtod.3 strtol.3 strtonum.3 strtoul.3 system.3 \
47 MLINKS+=strtol.3 strtoll.3 strtol.3 strtoq.3 strtol.3 strtoimax.3
/freebsd-10.0-release/contrib/diff/lib/
H A Dstrtoimax.c58 # define strtol strtoul macro
79 return strtol (ptr, endptr, base);
H A Dposixver.c53 long int i = strtol (s, &e, 10);
/freebsd-10.0-release/usr.bin/svn/lib/libapr/
H A Dapr_private.h19 #define APR_INT64_STRFN strtol
22 #define APR_OFF_T_STRFN strtol
960 #define APR_OFF_T_STRFN strtol
961 #define APR_INT64_STRFN strtol
969 #define APR_INT64_STRFN strtol
976 #define APR_INT64_STRFN strtol
984 #define APR_OFF_T_STRFN strtol
985 #define APR_OFF_T_STRFN strtol
/freebsd-10.0-release/contrib/sendmail/libsm/
H A Dt-memstat.c57 l = strtol(optarg, NULL, 0);
61 sz = strtol(optarg, NULL, 0);
69 slp = strtol(optarg, NULL, 0);
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dtime.c145 exploded_time.tm_year = (apr_int32_t) strtol(data, &c, 10);
147 exploded_time.tm_mon = (apr_int32_t) strtol(c, &c, 10);
149 exploded_time.tm_mday = (apr_int32_t) strtol(c, &c, 10);
151 exploded_time.tm_hour = (apr_int32_t) strtol(c, &c, 10);
153 exploded_time.tm_min = (apr_int32_t) strtol(c, &c, 10);
155 exploded_time.tm_sec = (apr_int32_t) strtol(c, &c, 10);
157 exploded_time.tm_usec = (apr_int32_t) strtol(c, &c, 10);
/freebsd-10.0-release/games/pom/
H A Dpom.c119 tmd.tm_year = strtol(odate, NULL, 10) - 1900;
120 tmd.tm_mon = strtol(odate + 5, NULL, 10) - 1;
121 tmd.tm_mday = strtol(odate + 8, NULL, 10);
128 tmd.tm_hour = strtol(otime, NULL, 10);
129 tmd.tm_min = strtol(otime + 3, NULL, 10);
130 tmd.tm_sec = strtol(otime + 6, NULL, 10);
/freebsd-10.0-release/contrib/ntp/libopts/
H A Dboolean.c76 long val = strtol( pOD->optArg.argString, &pz, 0 );
H A Dnumeric.c74 val = strtol( pOD->optArg.argString, &pz, 0 );
/freebsd-10.0-release/contrib/ntp/sntp/libopts/
H A Dboolean.c76 long val = strtol( pOD->optArg.argString, &pz, 0 );
H A Dnumeric.c74 val = strtol( pOD->optArg.argString, &pz, 0 );
/freebsd-10.0-release/share/examples/ses/srcs/
H A Dsetencstat.c62 val = strtol(v[2], NULL, 0);
H A Dsetobjstat.c66 cvt = strtol(v[2], &x, 0);
73 cvt = strtol(v[3 + i], &x, 0);
/freebsd-10.0-release/usr.bin/perror/
H A Dperror.c53 errnum = strtol(argv[1], &cp, 0);
/freebsd-10.0-release/contrib/binutils/binutils/
H A Ddeflex.l63 [0-9][x0-9A-Fa-f]* { yylval.number = strtol (yytext,0,0);
/freebsd-10.0-release/contrib/ofed/management/opensm/osmtest/
H A Dmain.c418 CL_ASSERT(strtol(optarg, NULL, 0) < 0x100);
419 opt.wait_time = (uint8_t) strtol(optarg, NULL, 0);
450 opt.transaction_timeout = strtol(optarg, NULL, 0);
482 opt.stress = strtol(optarg, NULL, 0);
506 opt.mmode = strtol(optarg, NULL, 0);
535 switch (strtol(optarg, NULL, 0)) {
548 strtol(optarg, NULL, 0));
558 log_flags = strtol(optarg, NULL, 0);
/freebsd-10.0-release/usr.bin/colrm/
H A Dcolrm.c82 stop = strtol(argv[1], &p, 10);
87 start = strtol(argv[0], &p, 10);
/freebsd-10.0-release/bin/kill/
H A Dkill.c86 numsig = strtol(*argv, &ep, 10);
118 numsig = strtol(*argv, &ep, 10);
141 pid = strtol(*argv, &ep, 10);
/freebsd-10.0-release/contrib/dtc/
H A Ddtc.c134 outversion = strtol(optarg, NULL, 0);
140 reservenum = strtol(optarg, NULL, 0);
143 minsize = strtol(optarg, NULL, 0);
146 padsize = strtol(optarg, NULL, 0);
/freebsd-10.0-release/contrib/ipfilter/
H A Dgenmask.c44 bits = (int)strtol(msk, &endptr, 0);
/freebsd-10.0-release/contrib/sendmail/src/
H A Dsysexits.c160 i = (int) strtol(excode, &c, 10);

Completed in 175 milliseconds

1234567891011>>