Searched refs:atoi (Results 151 - 175 of 1300) sorted by relevance

1234567891011>>

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dstream_test.c63 if ((count = atoi(optarg)) < 1)
/netbsd-current/usr.bin/xargs/
H A Dxargs.c154 Lflag = atoi(optarg);
158 if ((nargs = atoi(optarg)) <= 0)
165 if ((maxprocs = atoi(optarg)) <= 0)
185 nline = atoi(optarg);
/netbsd-current/usr.sbin/ldpd/
H A Dmain.c89 if ((command_port = atoi(optarg)) < 1) {
/netbsd-current/usr.sbin/lpr/lpd/
H A Dkey.c152 ip->win.ws_col = atoi(ip->arg);
186 cfsetispeed(&ip->t, atoi(ip->arg));
208 cfsetospeed(&ip->t, atoi(ip->arg));
230 ip->win.ws_row = atoi(ip->arg);
/netbsd-current/tests/lib/librumphijack/
H A Dh_netget.c74 sin.sin_port = htons(atoi(argv[2]));
/netbsd-current/usr.bin/nice/
H A Dnice.c76 niceness = atoi (argv[1] + 1);
/netbsd-current/tests/lib/libc/net/
H A Dh_protoent.c82 if ((prp = getprotobynumber(atoi(proto))) != NULL)
H A Dh_servent.c85 if ((svp = getservbyport(htons(atoi(port)), proto)) != NULL)
/netbsd-current/sys/lib/libkern/
H A Dhexdump.c93 hexdump(printf, "foo", main, atoi(argv[1]));
/netbsd-current/bin/stty/
H A Dkey.c170 ip->win.ws_col = atoi(ip->arg);
238 cfsetispeed(&ip->t, atoi(ip->arg));
258 cfsetospeed(&ip->t, atoi(ip->arg));
278 ip->win.ws_row = atoi(ip->arg);
/netbsd-current/external/lgpl3/gmp/dist/demos/
H A Dqcn.c152 p_limit = atoi (argv[i]);
/netbsd-current/tests/kernel/
H A Dt_filedesc.c88 iters = atoi(atf_tc_get_config_var(tc, "iters"));
/netbsd-current/tests/net/in_cksum/
H A Din_cksum.c87 len = atoi(*lens);
194 iterations = atoi(optarg);
197 loops = atoi(optarg);
200 random_aligned = atoi(optarg);
/netbsd-current/tests/rump/modautoload/
H A Dt_modautoload.c80 ATF_REQUIRE(atoi(buf) == MAGICNUM);
/netbsd-current/sys/arch/amiga/stand/binpatch/
H A Dbinpatch.c129 addr = atoi(optarg);
156 replace = atoi(optarg);
174 offset = atoi(optarg);
427 newindex = (u_long)atoi(sindex);
/netbsd-current/usr.bin/menuc/
H A Dparse.y155 | X "=" INT_CONST { cur_menu->info->x = atoi($3); }
156 | Y "=" INT_CONST { cur_menu->info->y = atoi($3); }
157 | W "=" INT_CONST { cur_menu->info->w = atoi($3); }
158 | H "=" INT_CONST { cur_menu->info->h = atoi($3); }
/netbsd-current/external/lgpl3/gmp/dist/tests/rand/
H A Dgen.c135 output_radix = atoi (optarg);
156 ul_adder = (unsigned long int) atoi (str_adder);
232 size = atoi (optarg);
354 n = (unsigned long int) atoi (argv[0]);
/netbsd-current/external/lgpl3/gmp/dist/tests/mpz/
H A Ddive_ui.c37 reps = atoi (argv[1]);
/netbsd-current/games/warp/
H A Dsm.c28 int numstars = atoi(screen[0]);
/netbsd-current/games/boggle/mkdict/
H A Dmkdict.c102 if (argc == 2 && nwords % atoi(argv[1]))
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dftest.c60 debug = atoi( optarg );
/netbsd-current/tests/lib/libc/gen/posix_spawn/
H A Dh_spawnattr.c75 parent_pipe = atoi(argv[1]);
/netbsd-current/external/gpl3/gcc.old/dist/libbacktrace/
H A Dallocfail.c119 fail_at = atoi (argv[1]);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
H A Dstdlib.h56 using std::atoi;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/msp430/
H A Ddriver-msp430.c71 msp430_warn_devices_csv = atoi (argv[1]);

Completed in 404 milliseconds

1234567891011>>