OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ndex
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/com32/modules/
dir.c
90
struct dirent **
ndex
;
local
92
ndex
= realloc(dex, (n_dex + DIR_CHUNK) * sizeof *dex);
93
if (!
ndex
)
96
dex =
ndex
;
ls.c
90
struct dirent **
ndex
;
local
92
ndex
= realloc(dex, (n_dex + DIR_CHUNK) * sizeof *dex);
93
if (!
ndex
)
96
dex =
ndex
;
Completed in 63 milliseconds