OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FScalloc
(Results
1 - 9
of
9
) sorted by relevancy
/xsrc/external/mit/xfs/dist/include/
os.h
156
extern pointer
FScalloc
(unsigned long, unsigned long)
/xsrc/external/mit/libFS/dist/src/
FSlibos.h
270
# define
FScalloc
(nelem, elsize) calloc(((nelem) > 0 ? (nelem) : 1), (elsize))
278
# define
FScalloc
(nelem, elsize) calloc((nelem), (elsize))
FSOpenServ.c
125
if ((svr =
FScalloc
(1, sizeof(FSServer))) == NULL) {
/xsrc/external/mit/xfs/dist/os/
osglue.c
218
a = alts = (AlternateServerPtr)
FScalloc
(num, sizeof(AlternateServerRec));
utils.c
391
*
FScalloc
395
FScalloc
(unsigned long num, unsigned long size)
io.c
584
buf = (char *)
FScalloc
(1, count);
/xsrc/external/mit/xfs/dist/difs/
charinfo.c
136
xchars = (CharInfoPtr *)
FScalloc
(nchars, sizeof (CharInfoPtr));
467
gdata = (pointer)
FScalloc
(1, size);
difsutils.c
515
return
FScalloc
(1, n);
fonts.c
235
fids = (Font *)
FScalloc
(NUM_IDS_PER_CLIENT, sizeof(Font));
365
FScalloc
(MAXCLIENTS, sizeof(FontIDListPtr));
Completed in 9 milliseconds
Indexes created Fri Aug 14 00:25:39 UTC 2026