Searched defs:EntryRec (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Ddpsdict.c57 } EntryRec, *Entry; typedef in typeref:struct:_EntryRec
76 d->entries = (Entry *)DPScalloc(sizeof(EntryRec), d->nEntries);
150 e = (Entry)DPScalloc(sizeof(EntryRec), 1);
181 e = (Entry)DPScalloc(sizeof(EntryRec), 1);
/solaris-x11-s11/open-src/lib/DPS/sun-src/pswrap/
H A Dpswdict.c63 } EntryRec, *Entry; typedef in typeref:struct:_t_EntryRec
82 d->entries = (Entry *)psw_calloc(sizeof(EntryRec), d->nEntries);
141 e = (Entry)psw_calloc(sizeof(EntryRec), 1);
172 e = (Entry)psw_calloc(sizeof(EntryRec), 1);

Completed in 10 milliseconds