Searched refs:atoi (Results 476 - 500 of 1300) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/gpl3/gdb.old/dist/gdb/guile/
H A Dscm-string.c34 int r = atoi (s);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/mi/
H A Dmi-cmd-var.c369 from = atoi (argv[argc - 2]);
370 to = atoi (argv[argc - 1]);
779 from = atoi (argv[1]);
780 to = atoi (argv[2]);
/netbsd-current/crypto/external/bsd/openssl/dist/apps/
H A Dkdf.c99 dkm_len = (size_t)atoi(opt_arg());
/netbsd-current/crypto/external/bsd/heimdal/dist/kuser/
H A Dkswitch.c121 i = atoi(name);
/netbsd-current/crypto/external/bsd/openssl/dist/demos/pkey/
H A DEVP_PKEY_RSA_keygen.c256 bits_i = atoi(argv[1]);
/netbsd-current/crypto/external/bsd/heimdal/dist/kadmin/
H A Dkadmind.c192 debug_port = htons(atoi(port_str));
/netbsd-current/external/gpl3/gcc/dist/gcc/config/
H A Dhost-linux.cc149 randomize_on = (atoi (buf) > 0);
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dlibgcov-driver-system.c224 strip = atoi (tmp);
/netbsd-current/external/gpl3/gdb/dist/gdb/mi/
H A Dmi-cmd-var.c369 from = atoi (argv[argc - 2]);
370 to = atoi (argv[argc - 1]);
769 from = atoi (argv[1]);
770 to = atoi (argv[2]);
/netbsd-current/external/gpl3/gdb/dist/gdb/tui/
H A Dtui-win.c860 ts = atoi (arg);
926 input_no = atoi (buf_ptr);
1023 *num_to_scroll = atoi (num_str);
1027 *num_to_scroll = atoi (num_str);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dfindcmd.c84 max_count = atoi (s);
/netbsd-current/external/gpl3/gdb/dist/gdb/guile/
H A Dscm-string.c35 int r = atoi (s);
/netbsd-current/external/bsd/libpcap/dist/testprogs/
H A Dopentest.c115 bufsize = atoi(optarg)*1024;
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dvalid_hostname.c378 || (port = atoi(str)) > 65535 || port < 0) {
/netbsd-current/external/mpl/bind/dist/bin/dig/
H A Dhost.c811 timeout = atoi(isc_commandline_argument);
817 tries = atoi(isc_commandline_argument) + 1;
843 ndots = atoi(isc_commandline_argument);
858 port = atoi(isc_commandline_argument);
/netbsd-current/tests/kernel/
H A Dh_segv.c84 volatile int *p = (int *)(intptr_t)atoi("0");
/netbsd-current/lib/libc/stdlib/
H A DMakefile.inc8 a64l.c abort.c atexit.c atof.c atoi.c atol.c atoll.c \
46 MAN+= a64l.3 abort.3 abs.3 alloca.3 atexit.3 atof.3 atoi.3 atol.3 atoll.3 \
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DDbeThread.cc94 max_threads = atoi (s);
/netbsd-current/sys/lib/libsa/
H A DMakefile37 SRCS+= alloc.c atoi.c errno.c exit.c files.c \
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DDbeThread.cc94 max_threads = atoi (s);
/netbsd-current/external/bsd/libbind/dist/tests/
H A Ddig8.c484 wait = atoi(*argv);
489 else if ((tmp = atoi(*argv))
505 else if ((tmp = atoi(*argv))
556 port = htons(atoi(argv[0]+2));
560 port = htons(atoi(*argv));
574 res.ndots = atoi(argv[0]+2);
578 res.ndots = atoi(*argv);
592 lport = htons(atoi(p));
/netbsd-current/lib/libcurses/EXAMPLES/
H A Dview.c208 if ((MAXLINES = atoi(optarg)) < 1)
213 trace(atoi(optarg));
/netbsd-current/usr.bin/skeyinit/
H A Dskeyinit.c116 n = atoi(optarg);
229 n = atoi(buf);
/netbsd-current/usr.sbin/lpr/common_source/
H A Ddisplayq.c159 i = atoi(current);
335 printf("%-10s %-3d ", line+1, atoi(cf+3));
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dlang-c++43 int n = atoi (argv[2]);

Completed in 339 milliseconds

<<11121314151617181920>>