Home
last modified time | relevance | path

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

12345678910>>...16

/original-bsd/sbin/newlfs/
H A Dnewfs.c130 if ((mntflags = atoi(optarg)) == 0)
158 if ((cpg = atoi(optarg)) <= 0)
163 if ((rotdelay = atoi(optarg)) < 0)
167 if ((maxbpg = atoi(optarg)) <= 0)
172 if ((fsize = atoi(optarg)) <= 0)
176 if ((density = atoi(optarg)) <= 0)
180 if ((trackskew = atoi(optarg)) < 0)
192 if ((nrpos = atoi(optarg)) <= 0)
211 if ((rpm = atoi(optarg)) <= 0)
215 if ((fssize = atoi(optarg)) <= 0)
[all …]
/original-bsd/old/eqn/common_source/
H A Dsize.c18 ps += atoi(p+1);
20 ps -= atoi(p+1);
22 ps = atoi(p);
45 gsize += atoi(temp+1); in globsize()
47 gsize -= atoi(temp+1); in globsize()
49 gsize = atoi(temp); in globsize()
/original-bsd/sbin/dump/
H A Dunctime.c58 then.tm_mday = atoi(&dbuf[E_DAY]);
59 then.tm_hour = atoi(&dbuf[E_HOUR]);
60 then.tm_min = atoi(&dbuf[E_MINUTE]);
61 then.tm_sec = atoi(&dbuf[E_SECOND]);
62 then.tm_year = atoi(&dbuf[E_YEAR]) - 1900;
/original-bsd/local/ditroff/ditroff.okeeffe/eqn/
H A Dsize.c13 ps += atoi(p+1);
17 ps -= atoi(p+1);
25 szstack[nszstack] = ps = atoi(p);
53 gsize += atoi(temp+1); in globsize()
57 gsize -= atoi(temp+1); in globsize()
61 gsize = atoi(temp); in globsize()
/original-bsd/old/test/
H A Dtest.c123 return(isatty(atoi(nxtarg(0)))); in e3()
142 } else{ int1=atoi(a); in e3()
145 return(int1==atoi(nxtarg(0))); in e3()
147 return(int1!=atoi(nxtarg(0))); in e3()
149 return(int1>atoi(nxtarg(0))); in e3()
151 return(int1<atoi(nxtarg(0))); in e3()
153 return(int1>=atoi(nxtarg(0))); in e3()
155 return(int1<=atoi(nxtarg(0))); in e3()
/original-bsd/sbin/newfs/
H A Dnewfs.c214 if ((cpg = atoi(optarg)) <= 0)
219 if ((rotdelay = atoi(optarg)) < 0)
223 if ((maxbpg = atoi(optarg)) <= 0)
228 if ((fsize = atoi(optarg)) <= 0)
232 if ((density = atoi(optarg)) <= 0)
236 if ((trackskew = atoi(optarg)) < 0)
248 if ((nrpos = atoi(optarg)) <= 0)
270 if ((rpm = atoi(optarg)) <= 0)
274 if ((fssize = atoi(optarg)) <= 0)
278 if ((ntracks = atoi(optarg)) <= 0)
[all …]
/original-bsd/old/dump.4.1/
H A Dunctime.c44 then.tm_mday = atoi(&dbuf[E_DAY]);
45 then.tm_hour = atoi(&dbuf[E_HOUR]);
46 then.tm_min = atoi(&dbuf[E_MINUTE]);
47 then.tm_sec = atoi(&dbuf[E_SECOND]);
48 then.tm_year = atoi(&dbuf[E_YEAR]) - 1900;
/original-bsd/lib/libc/db/test/
H A Ddbtest.c219 recno = atoi(p + 1);
487 ib.flags = atoi(eq);
503 ib.lorder = atoi(eq);
507 ib.psize = atoi(eq);
513 ih.bsize = atoi(eq);
521 ih.nelem = atoi(eq);
529 ih.lorder = atoi(eq);
535 rh.flags = atoi(eq);
543 rh.lorder = atoi(eq);
551 rh.bval = atoi(eq);
[all …]
/original-bsd/usr.bin/more/
H A Doption.c57 sc_height = atoi(++p);
59 sc_height = atoi(argv[optind] + 1);
89 tabstop = atoi(optarg);
/original-bsd/old/berknet/
H A Dnetrc.c253 netd.dp_inspeed = netd.dp_outspeed=atoi(tokval);
256 if(token(cfile))netd.dp_inspeed = atoi(tokval);
259 if(token(cfile))netd.dp_outspeed = atoi(tokval);
262 if(token(cfile))netd.dp_datasize = atoi(tokval);
268 if(token(cfile))netd.dp_oatime = atoi(tokval);
271 if(token(cfile))netd.dp_maxbread = atoi(tokval);
274 if(token(cfile))netd.dp_onlyuid = atoi(tokval);
/original-bsd/lib/libc/db/test/hash.tests/
H A Dthash4.c48 ctl.bsize = atoi(*argv++);
49 ctl.ffactor = atoi(*argv++);
50 ctl.nelem = atoi(*argv++);
51 ctl.cachesize = atoi(*argv++);
H A Dtcreat3.c44 ctl.bsize = atoi(*argv++);
45 ctl.ffactor = atoi(*argv++);
46 ctl.nelem = atoi(*argv++);
/original-bsd/usr.sbin/rmt/
H A Drmt.c81 tape = open(device, atoi(mode));
98 rval = lseek(tape, (off_t)atol(count), atoi(pos));
105 n = atoi(count);
123 n = atoi(count);
138 mtop.mt_op = atoi(op);
139 mtop.mt_count = atoi(count);
/original-bsd/old/refer/mkey/
H A Dmkey1.c59 minlen = atoi(argv[1]+2);
63 comcount = atoi(argv[1]+2);
66 keycount = atoi(argv[1]+2);
/original-bsd/usr.bin/fold/
H A Dfold.c40 if ((width = atoi(optarg)) <= 0) {
51 width = atoi(++p);
53 width = atoi(argv[optind] + 1);
/original-bsd/old/refer/refer/
H A Drefer1.c34 nmlen = atoi(s);
38 dtlen = atoi(s);
55 authrev = atoi(argv[1]+2);
66 refnum = atoi(argv[1]+2) - 1;
H A Drefer7.c68 newr[atoi(tb)] = nr; in dumpold()
71 "nr %d assigned to atoi(tb) %d\n",nr,atoi(tb)); in dumpold()
115 finalrn = newr[atoi(tb)];
117 finalrn = atoi(tb);
/original-bsd/lib/libplot/imagen/
H A Dlinemod.c34 siz = atoi(++nam);
38 siz = (atoi(++nam)*4)/3;
/original-bsd/sbin/mknod/
H A Dmknod.c50 if (mknod(argv[1], mode, makedev(atoi(argv[3]), atoi(argv[4]))) < 0) {
/original-bsd/games/dm/
H A Ddm.c136 start = atoi(s_start);
137 stop = atoi(s_stop);
184 if (isdigit(*s_load) && atoi(s_load) < load()) {
188 if (isdigit(*s_users) && atoi(s_users) <= users()) {
193 priority = atoi(s_priority);
/original-bsd/usr.sbin/lpr/lptest/
H A Dlptest.c36 len = atoi(argv[1]);
40 count = atoi(argv[2]);
/original-bsd/usr.sbin/sendmail/src/
H A Dsysexits.c67 code2 = atoi(dsncode);
72 code3 = atoi(dsncode);
/original-bsd/lib/libc/gen/
H A Dfstab.c50 _fs_fstab.fs_freq = atoi(cp); in fstabscan()
52 _fs_fstab.fs_passno = atoi(cp); in fstabscan()
71 _fs_fstab.fs_freq = atoi(cp); in fstabscan()
73 _fs_fstab.fs_passno = atoi(cp); in fstabscan()
/original-bsd/usr.sbin/amd/amd/
H A Dget_args.c102 am_timeo = atoi(optarg);
149 afs_timeo = atoi(optarg);
152 afs_retrans = atoi(dot+1);
170 am_timeo_w = atoi(optarg);
/original-bsd/old/pcc/ccom.tahoe/tests/
H A Dxns_seq.c12 a = c = atoi(s1); in main()
13 b = d = atoi(s2); in main()

12345678910>>...16