Searched refs:atoi (Results 51 - 75 of 1300) sorted by relevance

1234567891011>>

/netbsd-current/external/bsd/ipf/dist/lib/
H A Dgetportproto.c29 number = atoi(name);
/netbsd-current/games/hangman/
H A Dmain.c66 Minlen = atoi(optarg);
/netbsd-current/tests/lib/libc/ssp/
H A Dh_vsnprintf.c54 size_t len = atoi(argv[1]);
H A Dh_read.c46 size_t len = atoi(argv[1]);
/netbsd-current/tests/kernel/
H A Dh_getprocpath.c53 pid_t pid = atoi(argv[1]);
/netbsd-current/share/examples/pud/intro/
H A Ddoioctl.c25 i = atoi(argv[2]);
/netbsd-current/games/dab/
H A Dmain.cc123 nn = atoi(optarg);
138 ny = nx = atoi(argv[optind]);
142 nx = atoi(argv[optind]);
143 ny = atoi(argv[optind+1]);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dsepdebug.c45 printf ("%d\n", factorial (atoi ("6"))); /* set breakpoint 1 here */
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/
H A Duntil-reverse.c45 factorial (atoi ("6")); /* set breakpoint 1 here */
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dsepdebug.c45 printf ("%d\n", factorial (atoi ("6"))); /* set breakpoint 1 here */
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
H A Duntil-reverse.c45 factorial (atoi ("6")); /* set breakpoint 1 here */
/netbsd-current/external/bsd/unbound/dist/util/
H A Dconfigparser.c3118 if(atoi((yyvsp[0].str)) == 0 && strcmp((yyvsp[0].str), "0") != 0)
3120 else cfg_parser->cfg->num_threads = atoi((yyvsp[0].str));
3130 if(atoi((yyvsp[0].str)) == 0 && strcmp((yyvsp[0].str), "0") != 0)
3132 else cfg_parser->cfg->verbosity = atoi((yyvsp[0].str));
3144 else if(atoi((yyvsp[0].str)) == 0)
3146 else cfg_parser->cfg->stat_interval = atoi((yyvsp[0].str));
3206 else if(atoi((yyvsp[0].str)) == 0)
3208 else cfg_parser->cfg->shm_key = atoi((yyvsp[0].str));
3218 if(atoi((yyvsp[0].str)) == 0)
3220 else cfg_parser->cfg->port = atoi((yyvs
[all...]
/netbsd-current/crypto/external/bsd/netpgp/dist/src/pgp2ssh/
H A Dmain.c65 family = atoi(optarg);
71 port = atoi(optarg);
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A Dautoscan_exponential.c32 data->base = atoi(params);
39 data->limit = atoi(pos);
/netbsd-current/games/atc/
H A Dlex.l62 [0-9]+ { yylval.ival = atoi(yytext); return(ConstOp); }
/netbsd-current/external/bsd/unbound/dist/testdata/speed_cache.tdir/
H A Dmakeqs.sh8 int max = atoi(argv[1]);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/benchmarks/
H A Dmini_bench_local.cc32 n_threads = atoi(argv[1]);
34 len = atoi(argv[2]);
H A Dmini_bench_shared.cc32 n_threads = atoi(argv[1]);
34 len = atoi(argv[2]);
/netbsd-current/external/lgpl3/mpfr/dist/examples/
H A Dthreads.c66 (m = atoi (argv[1]), m < 1) ||
67 (n = atoi (argv[2]), n < 1 || n > MAX_THREADS))
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/testsuite/
H A Ddemangler-fuzzer.c74 seed = atoi (optarg);
79 maxcount = atoi (optarg);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dget_window_size.c123 *columns = atoi(s);
129 *lines = atoi(s);
/netbsd-current/external/gpl3/gdb/dist/libiberty/testsuite/
H A Ddemangler-fuzzer.c74 seed = atoi (optarg);
79 maxcount = atoi (optarg);
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Dscache.c229 if (argv->argc != 2 || (delay = atoi(argv->argv[1])) <= 0) {
248 || (ttl = atoi(argv->argv[1])) <= 0
249 || (fd = atoi(argv->argv[4])) <= 0) {
278 if (argv->argc != 5 || (ttl = atoi(argv->argv[1])) <= 0) {
305 if (argv->argc != 2 || (level = atoi(argv->argv[1])) < 0) {
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/common/
H A Dcpu_frequency.h141 cpu = val ? atoi (val + 1) : -1;
148 model = val ? atoi (val + 1) : -1;
153 family = val ? atoi (val + 1) : -1;
159 int mhz = val ? atoi (val + 1) : 0; /* reading it as int is fine */
221 int tmpmhz = atoi (temp);
/netbsd-current/external/gpl3/binutils/dist/gprofng/common/
H A Dcpu_frequency.h141 cpu = val ? atoi (val + 1) : -1;
148 model = val ? atoi (val + 1) : -1;
153 family = val ? atoi (val + 1) : -1;
159 int mhz = val ? atoi (val + 1) : 0; /* reading it as int is fine */
221 int tmpmhz = atoi (temp);

Completed in 405 milliseconds

1234567891011>>