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

/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dmerginfo.c81 char *_nlName; /* attribute name */ member in struct:_namelist
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,
334 attrTbl[ATTRTBL_SIZE-1]._nlName);
340 attrTbl[0]._nlName,
341 attrTbl[ATTRTBL_SIZE-1]._nlName);
349 r = strncmp(pp->_nlName, ep, pp->_nlLen);
385 (void) strncpy(theAttr, pp->_nlName, pp->_nlLen-1);

Completed in 44 milliseconds