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

/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dmerginfo.c94 static NAMELIST_T attrTbl[] = { variable
112 #define ATTRTBL_SIZE (sizeof (attrTbl) / sizeof (NAMELIST_T))
321 if (strncmp(ep, attrTbl[0]._nlName, attrTbl[0]._nlLen) < 0) {
326 attrTbl[0]._nlName);
328 } else if (strncmp(ep, attrTbl[ATTRTBL_SIZE-1]._nlName,
329 attrTbl[ATTRTBL_SIZE-1]._nlLen) > 0) {
334 attrTbl[ATTRTBL_SIZE-1]._nlName);
340 attrTbl[0]._nlName,
341 attrTbl[ATTRTBL_SIZ
[all...]

Completed in 56 milliseconds