Searched refs:atoi (Results 101 - 125 of 1300) sorted by relevance

1234567891011>>

/netbsd-current/usr.sbin/lpr/lpq/
H A Dlpq.c104 wait_time = atoi(optarg);
123 requ[requests++] = atoi(*argv);
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dsyslex.l63 yylval.i = atoi(yytext);
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/examples/
H A Drl.c109 fd = atoi(optarg);
120 nch = atoi(optarg);
H A Drlevent.c123 fd = atoi(optarg);
134 nch = atoi(optarg);
/netbsd-current/crypto/external/bsd/openssl.old/dist/apps/
H A Dprime.c61 bits = atoi(opt_arg());
67 checks = atoi(opt_arg());
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dsyslex.l56 yylval.i = atoi(yytext);
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dsyslex.l56 yylval.i = atoi(yytext);
/netbsd-current/usr.sbin/rmt/
H A Drmt.c109 tape = open(device, atoi(mode),
127 rval = lseek(tape, (off_t)strtoll(count, NULL, 10), atoi(pos));
134 n = atoi(count);
152 n = atoi(count);
169 mtop.mt_op = atoi(op);
170 mtop.mt_count = atoi(count);
/netbsd-current/sys/arch/alpha/alpha/
H A Dautoconf.c253 atoi(const char *s) function
300 bd.bus = atoi(boot_fields[1]);
301 bd.slot = atoi(boot_fields[2]);
302 bd.channel = atoi(boot_fields[3]);
304 bd.unit = atoi(boot_fields[5]);
305 bd.boot_dev_type = atoi(boot_fields[6]);
/netbsd-current/external/bsd/ipf/dist/lib/
H A Dipft_tx.c70 * straight atoi()
78 return (u_short)atoi(name);
234 ip->ip_p = atoi(*cpp);
290 tcp->th_seq = htonl(atoi(*cpp + 4));
295 tcp->th_ack = htonl(atoi(*cpp + 4));
307 ic->icmp_code = atoi(t + 1);
381 ip6->ip6_nxt = atoi(*cpp);
464 tcp->th_seq = htonl(atoi(*cpp + 4));
469 tcp->th_ack = htonl(atoi(*cpp + 4));
481 ic6->icmp6_code = atoi(
[all...]
/netbsd-current/usr.sbin/schedctl/
H A Dschedctl.c98 pid = atoi(optarg);
102 lid = atoi(optarg);
120 policy = atoi(optarg);
131 sp->sched_priority = atoi(optarg);
264 i = atoi(p);
/netbsd-current/games/dm/
H A Ddm.c178 start = atoi(s_start);
179 stop = atoi(s_stop);
223 if (isdigit((unsigned char)*s_load) && atoi(s_load) < load())
225 if (isdigit((unsigned char)*s_users) && atoi(s_users) <= users())
228 priority = atoi(s_priority);
/netbsd-current/external/ibm-public/postfix/dist/src/fsstone/
H A Dfsstone.c189 if ((size = atoi(optarg)) <= 0)
199 if ((op_count = atoi(argv[optind])) <= 0)
201 if ((max_file = atoi(argv[optind + 1])) <= 0)
/netbsd-current/usr.bin/fold/
H A Dfold.c85 if ((width = atoi(optarg)) <= 0)
93 width = atoi(++p);
95 width = atoi(argv[optind] + 1);
/netbsd-current/tests/lib/libc/net/getaddrinfo/
H A Dh_gai.c125 ai.ai_family = atoi(optarg);
128 ai.ai_protocol = atoi(optarg);
137 ai.ai_socktype = atoi(optarg);
/netbsd-current/sbin/newfs_v7fs/
H A Dnewfs_v7fs.c80 v7fs_newfs_verbose = atoi(optarg);
86 partsize = atoi(optarg);
89 maxfile = atoi(optarg);
/netbsd-current/external/bsd/ntp/dist/util/
H A Dsht.c152 p->nsamples=atoi(argp+1);
156 p->leap=atoi(argp+1);
160 p->precision=-atoi(argp+1);
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/test/
H A Dbench.c158 num_pipes = atoi(optarg);
161 num_active = atoi(optarg);
164 num_writes = atoi(optarg);
/netbsd-current/external/lgpl3/mpc/dist/tools/mpcheck/
H A Dmpcheck-double.c154 p = atoi (argv[2]);
160 seed = atoi (argv[2]);
166 n = atoi (argv[2]);
H A Dmpcheck-float.c159 p = atoi (argv[2]);
165 seed = atoi (argv[2]);
171 n = atoi (argv[2]);
H A Dmpcheck-float128.c164 p = atoi (argv[2]);
170 seed = atoi (argv[2]);
176 n = atoi (argv[2]);
H A Dmpcheck-longdouble.c147 p = atoi (argv[2]);
153 seed = atoi (argv[2]);
159 n = atoi (argv[2]);
/netbsd-current/external/bsd/libevent/dist/test/
H A Dbench.c168 num_pipes = atoi(optarg);
171 num_active = atoi(optarg);
174 num_writes = atoi(optarg);
/netbsd-current/sys/lib/libsa/
H A Dbootcfg.c223 bootcfg_info.timeout = atoi(value);
225 bootcfg_info.def = atoi(value) - 1;
253 bootcfg_info.clear = !!atoi(value);
/netbsd-current/sbin/clri/
H A Dclri.c142 if (atoi(argv[i]) <= 0 || atoi(argv[i]) >= imax)
169 inonum = atoi(*argv);

Completed in 306 milliseconds

1234567891011>>