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

/xsrc/external/mit/libXfont/dist/src/util/
H A Datom.c44 } AtomListRec, *AtomListPtr; typedef in typeref:struct:_AtomList
192 a = malloc (sizeof (AtomListRec) + len + 1);
194 fprintf(stderr, "MakeAtom(): Error: Couldn't allocate AtomListRec"
195 " (%ld)\n", (unsigned long)sizeof (AtomListRec) + len + 1);
/xsrc/external/mit/libXfont2/dist/src/stubs/
H A Datom.c45 } AtomListRec, *AtomListPtr; typedef in typeref:struct:_AtomList
177 a = malloc(sizeof(AtomListRec) + len + 1);
179 fprintf(stderr, "MakeAtom(): Error: Couldn't allocate AtomListRec"
180 " (%ld)\n", (unsigned long) sizeof(AtomListRec) + len + 1);
/xsrc/external/mit/bdftopcf/dist/
H A Datom.c43 } AtomListRec, *AtomListPtr; typedef in typeref:struct:_AtomList
172 a = malloc(sizeof(AtomListRec) + len + 1);
174 fprintf(stderr, "MakeAtom(): Error: Couldn't allocate AtomListRec"
175 " (%ld)\n", (unsigned long) sizeof(AtomListRec) + len + 1);

Completed in 3 milliseconds