OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atoi
(Results
1 - 25
of
384
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/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 in typeref:typename:int
/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/usr.sbin/lpr/lptest/
lptest.c
59
len =
atoi
(argv[1]);
63
count =
atoi
(argv[2]);
/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 in typeref:typename:int
/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/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/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]);
h_raw.c
55
poke(b,
atoi
(argv[1]));
h_stpncpy.c
43
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)
/src/tests/kernel/
h_cloexec.c
40
int fd =
atoi
(argv[1]);
/src/sys/arch/next68k/stand/boot/
devopen.c
92
*count =
atoi
(args[0]);
93
*lun =
atoi
(args[1]);
94
*part =
atoi
(args[2]);
97
*lun =
atoi
(args[0]);
98
*part =
atoi
(args[1]);
101
*part =
atoi
(args[0]);
/src/sys/lib/libsa/
atoi.c
1
/* $NetBSD:
atoi
.c,v 1.2 2019/03/31 20:08:45 christos Exp $ */
36
atoi
(const char *in)
function in typeref:typename:int
/src/tests/lib/libc/misc/
t_ubsan.c
120
volatile int b =
atoi
("1");
143
volatile unsigned int b =
atoi
("1");
165
volatile int a =
atoi
("1");
166
volatile int b =
atoi
("1");
192
volatile int b =
atoi
("-1");
214
volatile int b =
atoi
("-1");
268
volatile int a =
atoi
("0"); \
298
volatile int a = INT_MAX -
atoi
("10");
321
volatile int a = INT_MAX -
atoi
("10");
377
volatile int b =
atoi
("2")
[
all
...]
/src/regress/sys/fs/lfs/ckckp/
cleanalot_async.c
123
bs =
atoi
(optarg);
126
count =
atoi
(optarg);
129
plex =
atoi
(optarg);
141
count =
atoi
(argv[optind]);
144
bs =
atoi
(getenv("BS"));
Completed in 291 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Thu Oct 23 22:10:10 GMT 2025