Searched refs:atoi (Results 451 - 475 of 1300) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/bsd/blocklist/test/
H A Dsrvtest.c198 port = (in_port_t)atoi(optarg);
/netbsd-current/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-tdiv_ui.c52 reps = atoi (argv[1]);
H A Dt-perfpow.c242 n_tests = atoi (argv[1]);
H A Dt-fdiv_ui.c52 reps = atoi (argv[1]);
H A Dt-cdiv_ui.c52 reps = atoi (argv[1]);
H A Dt-cong.c145 reps = atoi (argv[1]);
H A Dt-div_2exp.c195 reps = atoi (argv[1]);
/netbsd-current/external/lgpl3/gmp/dist/mini-gmp/tests/
H A Dt-comb.c170 limit = atoi (argv[1]);
/netbsd-current/external/bsd/libevent/dist/test/
H A Dbench_cascade.c160 num_pipes = atoi(optarg);
/netbsd-current/lib/libc/rpc/
H A Dgetrpcent.c206 d->rpc.r_number = atoi(cp);
/netbsd-current/games/banner/
H A Dbanner.c1051 width = atoi(optarg);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXReplaceImageHandles.cpp158 unsigned Param = atoi(Sym.data()+ParamBaseName.size());
/netbsd-current/usr.sbin/altq/altqstat/
H A Daltqstat.c107 count = atoi(optarg);
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/ppm/
H A Dppm.c20 #include <stdlib.h> // for type conversion, such as atoi...
133 iMin = atoi(min);
138 iMinForPoint = atoi(minForPoint);
147 fileConf[i].value.iVal = atoi(value);
165 fileConf[i].value.iVal = atoi(value);
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Dverify_clnt.c254 switch (verify_clnt_update(query, atoi(status_text), cp)) {
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dfind_inet.c102 if (alldig(service) && (port = atoi(service)) != 0) {
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dlibgcov-driver-system.c224 strip = atoi (tmp);
/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtset_str.c124 prec = (argc >= 3) ? atoi (argv[2]) : 53;
125 base = (argc >= 4) ? atoi (argv[3]) : 2;
126 obase = (argc >= 5) ? atoi (argv[4]) : 10;
135 nc = (argc > 1) ? atoi(argv[1]) : 53;
H A Dtlog_ui.c77 argc > 3 ? (mpfr_rnd_t) atoi (argv[3]) : MPFR_RNDN);
H A Dtset_d.c196 n = argc == 1 ? 500000 : atoi (argv[1]);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/tui/
H A Dtui-win.c837 ts = atoi (arg);
892 input_no = atoi (buf_ptr);
956 *num_to_scroll = atoi (num_str);
960 *num_to_scroll = atoi (num_str);
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/siphash/
H A Dsiphash_pmeth.c162 size_t hash_size = atoi(value);
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/rsa/
H A Drsa_pmeth.c630 saltlen = atoi(value);
635 int nbits = atoi(value);
653 int nprimes = atoi(value);
674 int saltlen = atoi(value);
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/ossl_shim/
H A Dtest_config.cc185 *int_field = atoi(argv[i]);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dfindcmd.c84 max_count = atoi (s);

Completed in 231 milliseconds

<<11121314151617181920>>