Searched refs:atoi (Results 226 - 250 of 634) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/lp/filter/postscript/postreverse/
H A Dpostreverse.c258 start = atoi(s1);
259 end = atoi(s2);
267 start = end = atoi(s1);
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsd/
H A Dnfsd.c285 max_conns_allowed = atoi(optarg);
334 listen_backlog = atoi(optarg);
383 maxservers = atoi(av[optind]);
/illumos-gate/usr/src/lib/libdhcputil/common/
H A Ddhcp_inittab.c229 if (atoi(fields[ITAB_GRAN]) > ITAB_GRAN_MAX) {
235 if (atoi(fields[ITAB_MAX]) > ITAB_MAX_MAX) {
256 if (code != -1 && atoi(fields[ITAB_CODE]) != code)
281 entry.ds_max = atoi(fields[ITAB_MAX]);
282 entry.ds_code = atoi(fields[ITAB_CODE]);
284 entry.ds_gran = atoi(fields[ITAB_GRAN]);
/illumos-gate/usr/src/cmd/lockstat/
H A Dlockstat.c1071 g_stkdepth = atoi(optarg);
1081 g_nrecs = atoi(optarg);
1104 i = atoi(optarg);
1158 ev1 = atoi(evp);
1159 ev2 = evp2 ? atoi(evp2) : ev1;
1214 g_topn = atoi(optarg);
/illumos-gate/usr/src/lib/passwdutil/
H A Dnis_attr.c110 pwd->pw_uid = atoi(strsep(&nis, ":"));
111 pwd->pw_gid = atoi(strsep(&nis, ":"));
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_print.c677 libid = atoi(s + 1);
686 id = atoi(s + 1);
/illumos-gate/usr/src/cmd/nl/
H A Dnl.c723 k = atoi(s1);
748 k = atoi(s1);
/illumos-gate/usr/src/cmd/pfexecd/
H A Dpfexecd.c211 return (atoi(v));
228 return (atoi(v));
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Dcommon.c70 else if ((isdigit(av[i][0]) != 0) && (id == atoi(av[i])))
89 if (id == atoi(av[i]))
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppstats/
H A Dpppstats.c513 count = atoi(optarg);
518 interval = atoi(optarg);
/illumos-gate/usr/src/cmd/fmt/
H A Dfmt.c638 width = atoi(cp+1);
640 width = atoi(cp);
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dmbdb.c690 user->mbdb_uid = atoi(vals[0]);
712 user->mbdb_gid = atoi(vals[0]);
/illumos-gate/usr/src/cmd/bnu/
H A Dct.c187 minutes = atoi (optarg);
202 Debug = atoi(optarg);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/nca/
H A Dncab2clf.c809 g_infile_blk_size = (KILO_BYTE * atoi(optarg));
812 g_out_records = atoi(optarg);
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsmapid/
H A Dnfsmapid_test.c226 uid = atoi(argv[1]);
239 gid = atoi(argv[1]);
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dippool_y.y435 yydebug = atoi(s);
478 yydebug = atoi(s);
/illumos-gate/usr/src/cmd/last/
H A Dlast.c156 maxrec = atoi(argv[i]+1);
204 maxrec = atoi(arg);
/illumos-gate/usr/src/cmd/tput/
H A Dtput.c233 parm[parmset] = atoi(argv[optind]);
452 padding += atoi(cap);
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Ddraw.c164 x[N] = atoi(temp);
166 y[N] = atoi(temp);
/illumos-gate/usr/src/tools/cscope-fast/
H A Dcommand.c393 (i = atoi(newpat)) > 0) {
596 (i = atoi(buf)) > 0) {
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dkdb_ldap.c342 ldap_context->max_server_conns = atoi(val) ? atoi(val) : DEFAULT_CONNS_PER_SERVER;
/illumos-gate/usr/src/lib/libast/common/tm/
H A Dtmlocale.c367 clock_24 = atoi(buf);
370 leading_0 = atoi(buf);
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dlpsched-jobs.c484 "job-id", atoi(++p));
487 destination, atoi(p));
/illumos-gate/usr/src/cmd/zinject/
H A Dzinject.c762 record.zi_freq = atoi(optarg);
1002 record.zi_type = atoi(argv[1]);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c2401 atoi(const char *p) function
2574 args->rsize = atoi(val);
2583 args->wsize = atoi(val);
2592 args->timeo = atoi(val);
2601 args->retrans = atoi(val);
2614 args->acregmax = atoi(val);
2623 args->acregmin = atoi(val);
2632 args->acregmax = atoi(val);
2641 args->acdirmin = atoi(val);
2650 args->acdirmax = atoi(va
[all...]

Completed in 2013 milliseconds

1234567891011>>