OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atoi
(Results
1 - 25
of
1350
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
mi-exit-code.c
26
exit_code =
atoi
(argv[1]);
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
mi-exit-code.c
26
exit_code =
atoi
(argv[1]);
/src/lib/libc/stdlib/
atoi.c
1
/* $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
/src/external/bsd/unbound/dist/testdata/speed_cache.tdir/
makeqs.c
10
int max =
atoi
(argv[1]);
/src/external/gpl3/gdb/dist/readline/readline/
ansi_stdlib.h
27
extern int
atoi
();
/src/external/gpl3/gdb.old/dist/readline/readline/
ansi_stdlib.h
27
extern int
atoi
();
/src/distrib/utils/more/
option.c
87
sc_height =
atoi
(++p);
89
sc_height =
atoi
(argv[optind] + 1);
115
tabstop =
atoi
(optarg);
/src/sys/arch/sgimips/stand/common/
iris_parse.c
71
scsi_ctlr =
atoi
(&disksetting[i]);
73
scsi_id =
atoi
(&disksetting[i]);
75
scsi_part =
atoi
(&disksetting[i]);
/src/sys/arch/next68k/next68k/
autoconf.c
75
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
/src/usr.sbin/lpr/lptest/
lptest.c
59
len =
atoi
(argv[1]);
63
count =
atoi
(argv[2]);
/src/sys/arch/hp300/stand/common/
devopen.c
167
*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
(args[0])
[
all
...]
/src/external/bsd/wpa/dist/hostapd/
config_file.c
177
vlan_id =
atoi
(pos);
863
list[count++] =
atoi
(pos);
1271
bitpos =
atoi
(pos);
1405
url->venue_number =
atoi
(pos);
1539
realm->encoding =
atoi
(pos);
1580
eap->eap_method =
atoi
(pos);
1590
eap->auth_id[eap->num_auths] =
atoi
(pos);
1595
eap->auth_val[eap->num_auths] =
atoi
(pos);
1646
infoid =
atoi
(buf);
1698
val =
atoi
(pos)
[
all
...]
/src/sys/arch/x68k/usr.bin/palette/
palette.c
57
c =
atoi
(argv[--argc]);
66
r =
atoi
(argv[1]);
67
g =
atoi
(argv[2]);
68
b =
atoi
(argv[3]);
/src/tests/kernel/
h_cloexec.c
40
int fd =
atoi
(argv[1]);
/src/tests/lib/libc/ssp/
h_fgets.c
41
int len =
atoi
(argv[1]);
h_getcwd.c
43
size_t len =
atoi
(argv[1]);
h_memcpy.c
42
int len =
atoi
(argv[1]);
h_memmove.c
42
int len =
atoi
(argv[1]);
h_memset.c
42
size_t len =
atoi
(argv[1]);
h_readlink.c
43
size_t len =
atoi
(argv[1]);
h_snprintf.c
41
size_t len =
atoi
(argv[1]);
h_strncat.c
42
int len =
atoi
(argv[1]);
h_strncpy.c
42
int len =
atoi
(argv[1]);
/src/tests/lib/libc/stdio/
h_makenumbers.c
14
maxi =
atoi
(argv[1]);
h_testnumbers.c
11
if ((size_t)
atoi
(line) != i)
Completed in 38 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Sat Feb 28 05:31:39 UTC 2026