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

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
H A Dmi-exit-code.c26 exit_code = atoi (argv[1]);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
H A Dmi-exit-code.c26 exit_code = atoi (argv[1]);
/netbsd-current/external/bsd/unbound/dist/testdata/speed_cache.tdir/
H A Dmakeqs.c10 int max = atoi(argv[1]);
/netbsd-current/lib/libc/stdlib/
H A Datoi.c1 /* $NetBSD: atoi.c,v 1.15 2018/06/13 09:38:32 eadler Exp $ */
35 static char sccsid[] = "@(#)atoi.c 8.1 (Berkeley) 6/4/93";
37 __RCSID("$NetBSD: atoi.c,v 1.15 2018/06/13 09:38:32 eadler Exp $");
45 atoi(const char *str) function
/netbsd-current/external/gpl3/gdb/dist/readline/readline/
H A Dansi_stdlib.h27 extern int atoi ();
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-plugin/
H A Dlto-2.c8 int d = atoi (argv[1]);
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/
H A Dansi_stdlib.h27 extern int atoi ();
/netbsd-current/distrib/utils/more/
H A Doption.c87 sc_height = atoi(++p);
89 sc_height = atoi(argv[optind] + 1);
115 tabstop = atoi(optarg);
/netbsd-current/sys/arch/sgimips/stand/common/
H A Diris_parse.c71 scsi_ctlr = atoi(&disksetting[i]);
73 scsi_id = atoi(&disksetting[i]);
75 scsi_part = atoi(&disksetting[i]);
/netbsd-current/usr.sbin/lpr/lptest/
H A Dlptest.c59 len = atoi(argv[1]);
63 count = atoi(argv[2]);
/netbsd-current/sys/arch/next68k/next68k/
H A Dautoconf.c75 static int atoi(const char *);
190 *count = atoi(args[0]);
191 *lun = atoi(args[1]);
192 *part = atoi(args[2]);
195 *lun = atoi(args[0]);
196 *part = atoi(args[1]);
199 *part = atoi(args[0]);
214 atoi(const char *s) function
/netbsd-current/sys/arch/hp300/stand/common/
H A Ddevopen.c167 *adapt = atoi(args[0]);
168 *ctlr = atoi(args[1]);
169 *unit = atoi(args[2]);
170 *part = atoi(args[3]);
173 *ctlr = atoi(args[0]);
174 *unit = atoi(args[1]);
175 *part = atoi(args[2]);
178 *unit = atoi(args[0]);
179 *part = atoi(args[1]);
182 *part = atoi(arg
[all...]
/netbsd-current/external/bsd/wpa/dist/hostapd/
H A Dconfig_file.c221 vlan_id = atoi(pos);
895 list[count++] = atoi(pos);
952 i = atoi(value);
1012 queue->aifs = atoi(val);
1019 queue->cwmin = atoi(val);
1026 queue->cwmax = atoi(val);
1447 url->venue_number = atoi(pos);
1581 realm->encoding = atoi(pos);
1622 eap->eap_method = atoi(pos);
1632 eap->auth_id[eap->num_auths] = atoi(po
[all...]
/netbsd-current/external/bsd/ipf/dist/lib/
H A Dgetproto.c24 return atoi(name);
/netbsd-current/sys/arch/x68k/usr.bin/palette/
H A Dpalette.c57 c = atoi(argv[--argc]);
66 r = atoi(argv[1]);
67 g = atoi(argv[2]);
68 b = atoi(argv[3]);
/netbsd-current/tests/lib/libc/ssp/
H A Dh_fgets.c41 int len = atoi(argv[1]);
H A Dh_getcwd.c43 size_t len = atoi(argv[1]);
H A Dh_memcpy.c42 int len = atoi(argv[1]);
H A Dh_memmove.c42 int len = atoi(argv[1]);
H A Dh_readlink.c43 size_t len = atoi(argv[1]);
H A Dh_snprintf.c41 size_t len = atoi(argv[1]);
H A Dh_strncat.c42 int len = atoi(argv[1]);
H A Dh_strncpy.c42 int len = atoi(argv[1]);
H A Dh_memset.c42 size_t len = atoi(argv[1]);
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dplural-1-prg.c34 int n = atoi (argv[2]);

Completed in 166 milliseconds

1234567891011>>