Home
last modified time | relevance | path

Searched refs:atoi (Results 1 – 25 of 414) sorted by relevance

12345678910>>...17

/mirbsd/src/usr.bin/oldroff/neqn/
Dsize.c55 ps += atoi(p+1);
57 ps -= atoi(p+1);
59 ps = atoi(p);
82 gsize += atoi(temp+1); in globsize()
84 gsize -= atoi(temp+1); in globsize()
86 gsize = atoi(temp); in globsize()
Dey.y137 fwd : FWD text { $$ = atoi((char *) $1); } ;
138 up : UP text { $$ = atoi((char *) $1); } ;
139 back : BACK text { $$ = atoi((char *) $1); } ;
140 down : DOWN text { $$ = atoi((char *) $1); } ;
/mirbsd/src/sbin/newfs/
Dnewfs.c239 if ((sectorsize = atoi(optarg)) <= 0) in main()
248 if ((maxcontig = atoi(optarg)) <= 0) in main()
253 if ((bsize = atoi(optarg)) < 0) in main()
257 if ((cpg = atoi(optarg)) <= 0) in main()
262 if ((rotdelay = atoi(optarg)) < 0) in main()
266 if ((maxbpg = atoi(optarg)) <= 0) in main()
271 if ((fsize = atoi(optarg)) <= 0) in main()
275 if ((avgfilesize = atoi(optarg)) <= 0) in main()
279 if ((avgfilesperdir = atoi(optarg)) <= 0) in main()
283 if ((density = atoi(optarg)) <= 0) in main()
[all …]
/mirbsd/src/usr.sbin/fdformat/
Dfdformat.c189 cyls = atoi(optarg); in main()
193 secs = atoi(optarg); in main()
197 heads = atoi(optarg); in main()
201 rate = atoi(optarg); in main()
205 gaplen = atoi(optarg); in main()
209 secsize = atoi(optarg); in main()
217 steps = atoi(optarg); in main()
221 intleave = atoi(optarg); in main()
/mirbsd/src/gnu/usr.bin/lynx/src/
DLYmktime.c110 day = atoi(temp); in LYmktime()
132 month = atoi(temp); in LYmktime()
228 if (atoi(start) >= 70) in LYmktime()
237 year = atoi(temp); in LYmktime()
255 hour = atoi(temp); in LYmktime()
270 minutes = atoi(temp); in LYmktime()
285 seconds = atoi(temp); in LYmktime()
/mirbsd/src/usr.sbin/rmt/
Drmt.c107 tape = open(device, atoi(mode), in main()
125 orval = lseek(tape, strtoq(count, NULL, 0), atoi(pos)); in main()
132 n = atoi(count); in main()
150 n = atoi(count); in main()
165 mtop.mt_op = atoi(op); in main()
166 mtop.mt_count = atoi(count); in main()
/mirbsd/src/sbin/ancontrol/
Dancontrol.c821 cfg->an_opmode = atoi(arg); in an_setconfig()
824 cfg->an_ds_channel = atoi(arg); in an_setconfig()
827 cfg->an_psave_mode = atoi(arg); in an_setconfig()
830 cfg->an_scanmode = atoi(arg); in an_setconfig()
834 switch(atoi(arg)) { in an_setconfig()
851 if (atoi(arg) == ACT_SET_DIVERSITY_RX) { in an_setconfig()
861 if (caps->an_tx_powerlevels[i] == atoi(arg)) in an_setconfig()
865 errx(1, "unsupported power level: %dmW", atoi(arg)); in an_setconfig()
867 cfg->an_tx_power = atoi(arg); in an_setconfig()
870 cfg->an_rtsthresh = atoi(arg); in an_setconfig()
[all …]
/mirbsd/src/sbin/dhclient/
Dparse.c373 tm.tm_wday = atoi(val); in parse_date()
383 tm.tm_year = atoi(val); in parse_date()
404 tm.tm_mon = atoi(val) - 1; in parse_date()
423 tm.tm_mday = atoi(val); in parse_date()
433 tm.tm_hour = atoi(val); in parse_date()
452 tm.tm_min = atoi(val); in parse_date()
471 tm.tm_sec = atoi(val); in parse_date()
/mirbsd/src/gnu/usr.sbin/sendmail/sendmail/
Dreadcf.c641 Priorities[NumPriorities].pri_val = atoi(++p);
1334 m->m_maxdeliveries = atoi(p);
1338 m->m_maxrcpt = atoi(p);
1342 m->m_linelimit = atoi(p);
1348 m->m_nice = atoi(p);
2684 if (safe || CheckpointInterval > atoi(val))
2685 CheckpointInterval = atoi(val);
2746 DefGid = atoi(val);
2774 MaxHopCount = atoi(val);
2844 MaxMciCache = atoi(val);
[all …]
/mirbsd/src/usr.bin/at/
Dparsetime.c338 delay = atoi(sc_token); in plus()
371 hour = atoi(sc_token); in tod()
381 minute = atoi(sc_token); in tod()
509 mday = atoi(sc_token); in month()
511 year = atoi(sc_token); in month()
541 mon = atoi(sc_token); in month()
550 mday = atoi(sc_token); in month()
554 year = atoi(sc_token); in month()
/mirbsd/src/usr.bin/oldroff/refer/
Drefer1.c74 nmlen = atoi(s);
78 dtlen = atoi(s);
95 authrev = atoi(argv[1]+2);
106 refnum = atoi(argv[1]+2) - 1;
Drefer7.c110 newr[atoi(tb)] = nr; in dumpold()
113 "nr %d assigned to atoi(tb) %d\n",nr,atoi(tb)); in dumpold()
156 finalrn = newr[atoi(tb)];
158 finalrn = atoi(tb);
/mirbsd/src/sbin/tunefs/
Dtunefs.c136 i = atoi(*argv); in main()
152 i = atoi(*argv); in main()
165 i = atoi(*argv); in main()
180 i = atoi(*argv); in main()
195 i = atoi(*argv); in main()
215 i = atoi(*argv); in main()
/mirbsd/src/usr.bin/oldroff/mkey/
Dmkey1.c99 minlen = atoi(argv[1]+2);
103 comcount = atoi(argv[1]+2);
106 keycount = atoi(argv[1]+2);
/mirbsd/src/usr.sbin/dhcpd/
Dparse.c489 tm.tm_wday = atoi(val); in parse_date()
499 tm.tm_year = atoi(val); in parse_date()
519 tm.tm_mon = atoi(val) - 1; in parse_date()
537 tm.tm_mday = atoi(val); in parse_date()
547 tm.tm_hour = atoi(val); in parse_date()
565 tm.tm_min = atoi(val); in parse_date()
583 tm.tm_sec = atoi(val); in parse_date()
/mirbsd/src/usr.sbin/lpr/lpd/
Dkey.c151 ip->win.ws_col = atoi(ip->arg); in f_columns()
185 cfsetispeed(&ip->t, atoi(ip->arg)); in f_ispeed()
207 cfsetospeed(&ip->t, atoi(ip->arg)); in f_ospeed()
229 ip->win.ws_row = atoi(ip->arg); in f_rows()
/mirbsd/src/usr.bin/fold/
Dfold.c79 if ((width = atoi(optarg)) <= 0) in main()
87 width = atoi(++p); in main()
89 width = atoi(argv[optind] + 1); in main()
/mirbsd/src/usr.bin/skey/
Dskey.c59 cnt = atoi(argv[i]); in main()
99 if ((n = atoi(argv[i])) < 0) { in main()
107 if ((n = atoi(argv[i])) < 0) { in main()
/mirbsd/src/usr.sbin/spray/
Dspray.c75 count = atoi(optarg); in main()
78 delay = atoi(optarg); in main()
81 length = atoi(optarg); in main()
/mirbsd/src/usr.sbin/isdn/isdnd/
Drates.c216 hour = atoi(bp); in readrates()
241 min = atoi(bp); in readrates()
268 hour = atoi(bp); in readrates()
293 min = atoi(bp); in readrates()
329 rt->rate = atoi(bp); in readrates()
/mirbsd/src/usr.sbin/lpr/filters/
Dlpf.c96 if ((i = atoi(optarg)) > 0 && i <= MAXWIDTH) in main()
100 length = atoi(optarg); in main()
103 indent = atoi(optarg); in main()
/mirbsd/src/usr.sbin/config/
Dukcutil.c538 *l = atoi(str); in change_history()
550 cd->cf_flags = atoi(str); in change_history()
584 pi->pdev_count = atoi(str); in change_history()
1347 devno = atoi(c); in process_history()
1351 unit = atoi(c); in process_history()
1356 state = atoi(c); in process_history()
1362 newno = atoi(c); in process_history()
1373 devno = atoi(c); in process_history()
1386 devno = atoi(c); in process_history()
1394 devno = atoi(c); in process_history()
[all …]
/mirbsd/src/usr.sbin/lpr/lptest/
Dlptest.c63 len = atoi(argv[1]); in main()
67 count = atoi(argv[2]); in main()
/mirbsd/src/usr.bin/nice/
Dnice.c66 niceness = atoi(argv[1] + 1); in main()
74 niceness = atoi(optarg); in main()
/mirbsd/src/lib/libssl/src/apps/
Dasn1pars.c147 offset= atoi(*(++argv)); in MAIN()
152 length= atoi(*(++argv)); in MAIN()
162 dump= atoi(*(++argv)); in MAIN()
283 j=atoi(sk_value(osk,i)); in MAIN()

12345678910>>...17