OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inpfns
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/xlint/lint2/
read.c
58
* The array pointed to by
inpfns
maps the file name indices of input files
61
static short *
inpfns
;
variable in typeref:typename:short *
185
isrc =
inpfns
[isrc];
220
if (
inpfns
== NULL)
221
inpfns
= xcalloc(ninpfns = 128, sizeof(*
inpfns
));
296
inpfns
= xrealloc(
inpfns
, (ninpfns * 2) * sizeof(*
inpfns
));
297
(void)memset(
inpfns
+ ninpfns, 0, ninpfns * sizeof(*inpfns))
[
all
...]
read.c
58
* The array pointed to by
inpfns
maps the file name indices of input files
61
static short *
inpfns
;
variable in typeref:typename:short *
185
isrc =
inpfns
[isrc];
220
if (
inpfns
== NULL)
221
inpfns
= xcalloc(ninpfns = 128, sizeof(*
inpfns
));
296
inpfns
= xrealloc(
inpfns
, (ninpfns * 2) * sizeof(*
inpfns
));
297
(void)memset(
inpfns
+ ninpfns, 0, ninpfns * sizeof(*inpfns))
[
all
...]
Completed in 22 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025