Searched refs:xchars (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xfs/dist/difs/
H A Dcharinfo.c93 CharInfoPtr *xchars, *xci; local in function:getCharInfos
136 xchars = (CharInfoPtr *) FScalloc (nchars, sizeof (CharInfoPtr));
137 if (!xchars)
145 xci = xchars;
171 FSfree (xchars);
183 *retp = xchars;
201 CharInfoPtr *xchars, *xchars_cur; local in function:GetExtents
210 &nchars, &xchars);
216 FSfree (xchars);
224 xchars_cur = xchars;
[all...]

Completed in 3 milliseconds