Searched refs:atoi (Results 126 - 150 of 634) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dsyncloop.c117 reccount = atoi(argv[1]);
130 reclen = atoi(argv[1]);
137 speed = atoi(argv[1]);
144 looptype = atoi(argv[1]);
/illumos-gate/usr/src/cmd/rmt/
H A Drmt.c217 rval = llseek(tape, atoll(count), atoi(pos));
231 mtop.mt_op = atoi(op);
232 mtop.mt_count = atoi(count);
443 (atoi(mode) & (O_RDONLY|O_WRONLY|O_RDWR)));
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_tblout.c114 current = atoi(proc->proc_num);
/illumos-gate/usr/src/cmd/abi/spectrans/parser/
H A Dmain.c99 (T_info.ti_verbosity = atoi(optarg)) < 0) {
/illumos-gate/usr/src/cmd/awk/
H A Dmain.c126 dbg = atoi(&argv[1][2]);
/illumos-gate/usr/src/cmd/bnu/
H A Ddkdial.c76 return(dkndial(dest, atoi(getenv("DKINTF"))));
H A Dsystat.c63 count = atoi(vec[1]);
H A Duuglist.c64 Debug = atoi(optarg);
H A Duusched.c72 Debug = atoi(optarg);
85 Uopt = atoi(optarg);
/illumos-gate/usr/src/cmd/ldap/common/
H A Detest.c86 i = atoi( buf );
/illumos-gate/usr/src/cmd/tic/
H A Dtic_main.c127 debug_level = argv[i][2] ? atoi(&argv[i][2]) : 1;
/illumos-gate/usr/src/cmd/troff/
H A Dn9.c98 length = quant(atoi(), HOR);
262 i = quant(atoi(), VERT);
348 dx[i] = quant(atoi(), HOR);
359 dy[i] = quant(atoi(), VERT);
/illumos-gate/usr/src/lib/print/libpapi-common/common/
H A Dattribute.c704 value->integer = atoi(parts[0]);
709 if (atoi(parts[0]) < 0) {
716 value->range.upper = 0 - (atoi(parts[0]));
719 = atoi(parts[0]);
723 value->range.lower = atoi(parts[1]);
730 value->range.lower = atoi(parts[1]);
731 value->range.upper = atoi(parts[2]);
737 value->resolution.xres = atoi(parts[1]);
738 value->resolution.yres = atoi(parts[2]);
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Ddump.c544 argv[(*argc)++] = atoi(tmp);
560 argv[(*argc)++] = atoi(tmp);
578 argv[(*argc)++] = atoi(tmp);
609 argv[(*argc)++] = atoi(tmp);
625 argv[(*argc)++] = atoi(tmp);
680 argv[(*argc)++] = atoi(tmp);
696 argv[(*argc)++] = atoi(tmp);
756 argv[(*argc)++] = atoi(tmp);
807 argv[(*argc)++] = atoi(tmp);
825 argv[(*argc)++] = atoi(tm
[all...]
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dthreadtest1.c203 int t = atoi(zFilename);
262 if( argc<2 || (n=atoi(argv[1]))<1 ) n = 10;
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Dlp.c155 "copies", atoi(optarg));
166 int i = atoi(optarg);
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_main.c321 debug_level = atoi(optarg);
324 idle_timeout = atoi(optarg);
/illumos-gate/usr/src/cmd/refer/
H A Dglue1.c126 lmaster = atoi(argv[1]);
134 colevel = atoi(argv[1]);
H A Dhunt1.c120 lmaster = atoi(argv[1]);
126 colevel = atoi(argv[1]+2);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop.c282 snaplen = atoi(optarg);
300 first = last = atoi(p);
303 first = atoi(p);
304 last = atoi(p2);
328 x_offset = atoi(p);
332 x_offset = atoi(p);
333 x_length = atoi(p2);
337 maxcount = atoi(optarg);
/illumos-gate/usr/src/cmd/eqn/
H A Dio.c224 case 's': gsize = atoi(&svargv[1][2]); break;
225 case 'p': deltaps = atoi(&svargv[1][2]); break;
/illumos-gate/usr/src/cmd/audit/
H A Daudit.c227 if (atoi(cval_str) == 1) {
248 cval_int = atoi(cval_str);
/illumos-gate/usr/src/cmd/cdrw/
H A Dmain.c305 requested_speed = atoi(optarg);
455 extract_track_no = atoi(argv[argc - 2]);
/illumos-gate/usr/src/cmd/hal/probing/xkb/
H A Dprobe-xkb.c242 } else if (atoi(type) == kb_type) {
247 } else if (atoi(layout) == kb_layout) {
/illumos-gate/usr/src/cmd/tip/
H A Dvalue.c155 vassign(p, (char *)atoi(cp));
323 vassign(p, (char *)atoi(v));

Completed in 79 milliseconds

1234567891011>>