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

/illumos-gate/usr/src/lib/print/libprint/common/
H A Dnss_write.c154 char *t, *entry, *pentry; local
158 t = pentry = strdup(buf);
166 entry = pentry;
167 pentry = NULL;
174 if (pentry != NULL)
175 (void) fprintf(ofp, "%s\n", pentry);
/illumos-gate/usr/src/cmd/svr4pkg/pkginfo/
H A Dpkginfo.c141 static void pkgusage(struct cfstat *dp, struct cfent *pentry);
725 pkgusage(struct cfstat *dp, struct cfent *pentry) argument
727 if (pentry->ftype == 'i') {
730 } else if (pentry->ftype == 'l') {
733 if ((pentry->ftype == 'd') || (pentry->ftype == 'x'))
737 if (pentry->ainfo.mode != BADMODE) {
738 if (pentry->ainfo.mode & 06000)
740 if (!strchr("dxcbp", pentry->ftype) &&
741 (pentry
[all...]
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dpart.c67 struct pentry { struct
77 STAILQ_ENTRY(pentry) entry;
85 STAILQ_HEAD(, pentry) entries;
253 struct pentry *entry;
388 struct pentry *e1, *entry;
467 struct pentry *entry;
547 struct pentry *entry;
635 struct pentry *entry;
701 struct pentry *entry;
832 struct pentry *entr
[all...]
/illumos-gate/usr/src/lib/libbsm/common/
H A Ddevalloc.c1748 deventry_t *dentry = NULL, *nentry = NULL, *pentry = NULL; local
1785 pentry = nentry;
1808 if (pentry != NULL)
1809 pentry->next = nentry;
1866 if (pentry != NULL)
1867 pentry->next = NULL;
1878 if (pentry == NULL) {
/illumos-gate/usr/src/cmd/ls/
H A Dls.c242 static void pentry(struct lbuf *);
1225 pentry(*ep);
1242 pentry(*ep);
1255 pentry(struct lbuf *ap) function

Completed in 74 milliseconds