Home
last modified time | relevance | path

Searched refs:optEntryTable (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/netpbm/netpbm-10.91.01/lib/util/
H A Dshhopt.c204 optEntry *optEntryTable; /* malloc'ed array */ in optStructTblToEntryTbl() local
210 optEntryTable = (optEntry *) malloc(count * sizeof(optEntry)); in optStructTblToEntryTbl()
211 if (optEntryTable) { in optStructTblToEntryTbl()
214 optEntryTable[i] = optStructToEntry(optStructTable[i]); in optStructTblToEntryTbl()
216 return(optEntryTable); in optStructTblToEntryTbl()