Searched refs:atoi (Results 1 - 25 of 634) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/eqn/
H A Dsize.c23 ps += atoi(p+1);
25 ps -= atoi(p+1);
27 ps = atoi(p);
55 gsize += atoi(temp+1);
57 gsize -= atoi(temp+1);
59 gsize = atoi(temp);
/illumos-gate/usr/src/test/libc-tests/tests/
H A Dquick_exit_status.c30 status = atoi(argv[1]);
/illumos-gate/usr/src/cmd/backup/dump/
H A Dunctime.c62 then.tm_mday = atoi(&dbuf[E_DAY]);
63 then.tm_hour = atoi(&dbuf[E_HOUR]);
64 then.tm_min = atoi(&dbuf[E_MINUTE]);
65 then.tm_sec = atoi(&dbuf[E_SECOND]);
66 then.tm_year = atoi(&dbuf[E_YEAR]) - 1900;
/illumos-gate/usr/src/cmd/lp/cmd/lptest/
H A Dlptest.c32 len = atoi(argv[1]);
36 count = atoi(argv[2]);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgethz.c63 return (atoi(sptr));
H A Datoi.c41 #define NAME atoi
H A Datol.c41 #define NAME atoi
H A Datoll.c41 #define NAME atoi
/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dgetproto.c18 return atoi(name);
H A Dgetportproto.c24 number = atoi(name);
/illumos-gate/usr/src/lib/libfru/libfru/
H A DnameSyntaxLex.l60 [0-9]+ { yylval.num = atoi (yytext); return NUMBER; }
/illumos-gate/usr/src/cmd/valtools/
H A Dputtext.c91 rmarg = atoi(optarg);
95 lmarg = atoi(optarg);
H A Dckint.c136 ckwidth = atoi(optarg);
146 base = atoi(optarg);
172 kpid = atoi(optarg);
176 signo = atoi(optarg);
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsysexits.c49 code2 = atoi(dsncode);
54 code3 = atoi(dsncode);
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dstdlib.h47 extern int atoi(/* const char *nptr */);
/illumos-gate/usr/src/cmd/lp/model/
H A Ddrain.output.c83 if (argc != 2 || (sleep_time = atoi(argv[1])) < 0)
/illumos-gate/usr/src/cmd/refer/
H A Dmkey1.c78 minlen = atoi(argv[1]+2);
82 comcount = atoi(argv[1]+2);
85 keycount = atoi(argv[1]+2);
H A Drefer1.c60 nmlen = atoi(s);
64 dtlen = atoi(s);
82 authrev = atoi(argv[1]+2);
93 refnum = atoi(argv[1]+2) - 1;
/illumos-gate/usr/src/cmd/smbsrv/bind-helper/
H A Dbind-helper.c58 sa.sa_family = atoi(argv[1]);
62 sin->sin_port = htons(atoi(argv[3]));
66 sin6->sin6_port = htons(atoi(argv[3]));
/illumos-gate/usr/src/cmd/avs/sdbc/
H A Dsdbc_dynmem.c202 val = atoi(*pargs);
210 val = atoi(*pargs);
218 val = atoi(*pargs);
226 val = atoi(*pargs);
234 val = atoi(*pargs);
247 val = atoi(*pargs);
260 val = atoi(*pargs);
273 val = atoi(*pargs);
286 val = atoi(*pargs);
299 val = atoi(*parg
[all...]
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldaptest.c160 tmp.mod_op = atoi( buf );
229 if (( *authmethodp = atoi( dn )) == 3 ) {
310 ldap_debug = atoi( optarg );
328 port = atoi( optarg );
423 id = atoi( line );
438 method = atoi( line ) | 0x80;
464 method = atoi( line );
472 method = atoi (line);
477 theInt = atoi(line);
552 ldap_debug = atoi( lin
[all...]
/illumos-gate/usr/src/lib/crypt_modules/bsdbf/
H A Dbsdbf.c48 logr = atoi(params[0]);
/illumos-gate/usr/src/lib/libnsl/saf/
H A Dcheckver.c65 version = atoi(p);
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Datoi.c34 #define NAME atoi
H A Datol.c34 #define NAME atoi

Completed in 89 milliseconds

1234567891011>>