OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FSallocarray
(Results
1 - 10
of
10
) sorted by relevancy
/xsrc/external/mit/xfs/dist/difs/
main.c
109
clients = (ClientPtr *)
FSallocarray
(MAXCLIENTS, sizeof(ClientPtr));
resource.c
135
DeleteFuncs = (DeleteType *)
FSallocarray
((lastResourceType + 1),
144
(ResourcePtr *)
FSallocarray
(INITBUCKETS, sizeof(ResourcePtr));
309
resources = (ResourcePtr *)
FSallocarray
(j, sizeof(ResourcePtr));
atom.c
198
nodeTable = (NodePtr *)
FSallocarray
(InitialTableSize, sizeof(NodePtr));
charinfo.c
214
pci = (char *)
FSallocarray
(nchars, SIZEOF(fsXCharInfo));
386
lengths = (fsOffset32 *)
FSallocarray
(nchars, SIZEOF(fsOffset32));
fonts.c
520
FSallocarray
(num_fpes, sizeof(FontPathElementPtr));
647
FSallocarray
(npaths, sizeof(FontPathElementPtr));
1069
FSallocarray
(num_fpes, sizeof(FontPathElementPtr));
1361
FSallocarray
(num_fpes, sizeof(FontPathElementPtr));
difsutils.c
110
nr = new = (FontResolutionPtr)
FSallocarray
(numr,
fontinfo.c
215
np = new = (fsRange *)
FSallocarray
(src_num, SIZEOF(fsRange));
dispatch.c
760
FSallocarray
(stuff->num_resolutions, SIZEOF(fsResolution));
/xsrc/external/mit/xfs/dist/include/
os.h
154
extern pointer
FSallocarray
(unsigned long, unsigned long)
/xsrc/external/mit/xfs/dist/os/
utils.c
377
/*
FSallocarray
: Array allocation with overflow check */
380
FSallocarray
(unsigned long num, unsigned long size)
399
ret =
FSallocarray
(num, size);
Completed in 11 milliseconds
Indexes created Fri Aug 14 00:25:39 UTC 2026