Searched refs:atoi (Results 26 - 50 of 634) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libbc/inc/5include/
H A Dstdlib.h57 extern int atoi(/* const char *nptr */);
/illumos-gate/usr/src/cmd/date/
H A Ddate.c198 (sec = atoi(&secptr[1])) >= 0 && sec < 60)
212 yy = atoi(&date[8]);
221 if (atoi(&date[8]) <= 68) {
222 yy = 1900 + (atoi(&date[8]) + 100);
224 yy = 1900 + atoi(&date[8]);
242 min = atoi(&date[minidx]);
244 hh = atoi(&date[minidx-2]);
252 dd = atoi(&date[2]);
254 mm = atoi(&date[0]);
/illumos-gate/usr/src/lib/libnls/common/
H A Dnlsrequest.c119 version = atoi(p);
123 ret = atoi(p);
/illumos-gate/usr/src/cmd/sgs/libcrle/common/
H A Daudit.c82 pfd = atoi(str);
92 dlflag |= atoi(str);
/illumos-gate/usr/src/test/zfs-tests/cmd/file_trunc/
H A Dfile_trunc.c112 bsize = atoi(optarg);
116 count = atoi(optarg);
120 fsize = atoi(optarg);
124 offset = atoi(optarg);
132 seed = atoi(optarg);
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_config.c160 size = atoi(SLPGetProperty(SLP_CONFIG_MTU));
193 answer = atoi(buf);
199 int num = atoi(SLPGetProperty(SLP_CONFIG_MAXRESULTS));
/illumos-gate/usr/src/cmd/valtools/
H A Dckgid.c141 ckwidth = atoi(optarg);
171 kpid = atoi(optarg);
175 signo = atoi(optarg);
H A Dckkeywd.c105 ckwidth = atoi(optarg);
131 kpid = atoi(optarg);
135 signo = atoi(optarg);
H A Dckuid.c145 ckwidth = atoi(optarg);
175 kpid = atoi(optarg);
179 signo = atoi(optarg);
H A Dckyorn.c136 ckwidth = atoi(optarg);
162 kpid = atoi(optarg);
166 signo = atoi(optarg);
H A Dckrange.c145 ckwidth = atoi(optarg);
155 base = atoi(optarg);
189 kpid = atoi(optarg);
193 signo = atoi(optarg);
H A Dckstr.c152 ckwidth = atoi(optarg);
179 length = atoi(optarg);
205 kpid = atoi(optarg);
209 signo = atoi(optarg);
/illumos-gate/usr/src/cmd/rpcsvc/
H A Dspray.c87 delay = atoi(optarg);
90 cnt = (unsigned int) atoi(optarg);
96 lnth = (unsigned int) atoi(optarg);
/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dipft_td.c128 pkt.ti_sport = htons(atoi(s));
134 pkt.ti_dport = htons(atoi(s));
152 ip->ip_len += atoi(s);
H A Dipft_ef.c101 ip->ip_len += atoi(s);
121 ip->ip_len = atoi(len);
/illumos-gate/usr/src/test/zfs-tests/cmd/file_write/
H A Dfile_write.c69 block_size = atoi(optarg);
72 write_count = atoi(optarg);
75 fillchar = atoi(optarg);
/illumos-gate/usr/src/lib/extendedFILE/common/
H A DextendedFILE.c61 closed_fd = atoi(ptr);
/illumos-gate/usr/src/cmd/refer/
H A Drefer7.c82 newr[atoi(tb)] = nr;
84 fprintf(stderr, "nr %d assigned to atoi(tb) %d\n",
85 nr, atoi(tb));
129 finalrn = newr[atoi(tb)];
131 finalrn = atoi(tb);
/illumos-gate/usr/src/cmd/hal/tools/sunos/
H A Dhal-system-lcd-set-brightness-sunos.c56 level = atoi(arg);
/illumos-gate/usr/src/test/zfs-tests/cmd/file_check/
H A Dfile_check.c55 fillchar = atoi(argv[2]);
/illumos-gate/usr/src/boot/sys/boot/common/linenoise/
H A Dexample.c56 int len = atoi(line+11);
/illumos-gate/usr/src/lib/libinetutil/common/
H A Difspec.c68 *lun = atoi(sp);
98 *ppa = atoi(tp + 1);
/illumos-gate/usr/src/cmd/avs/dscfglockd/
H A Ddscfgcli.c100 i = atoi(buffer + 1);
114 i = atoi(buffer + 1);
/illumos-gate/usr/src/cmd/tip/
H A Dcu.c57 if (speed(atoi(argv[2])) == 0) {
63 BR = atoi(argv[2]); ++argv; --argc;
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dlpd-query.c192 "job-id", atoi(s));
196 octets = atoi(s);
198 PAPI_ATTR_APPEND, "job-file-sizes", atoi(s));
216 "number-of-intervening-jobs", atoi(s) - 1);
221 "job-id", atoi(s));
242 if ((copies = atoi(s)) < 1)
254 size = atoi(s);

Completed in 119 milliseconds

1234567891011>>