Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/print/libprint/common/
H A Dnss_write.c154 char *t, *entry, *pentry; in _file_put_printer() local
158 t = pentry = strdup(buf); in _file_put_printer()
166 entry = pentry; in _file_put_printer()
167 pentry = NULL; in _file_put_printer()
174 if (pentry != NULL) in _file_put_printer()
175 (void) fprintf(ofp, "%s\n", pentry); in _file_put_printer()
/titanic_44/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) in pkgusage() argument
727 if (pentry->ftype == 'i') { in pkgusage()
730 } else if (pentry->ftype == 'l') { in pkgusage()
733 if ((pentry->ftype == 'd') || (pentry->ftype == 'x')) in pkgusage()
737 if (pentry->ainfo.mode != BADMODE) { in pkgusage()
738 if (pentry->ainfo.mode & 06000) in pkgusage()
740 if (!strchr("dxcbp", pentry->ftype) && in pkgusage()
741 (pentry->ainfo.mode & 0111)) in pkgusage()
746 if (strchr("ifve", pentry->ftype)) in pkgusage()
[all …]
/titanic_44/usr/src/cmd/print/scripts/
H A Dgetppds77 for pentry in $(ppd_make_entries "${make}" "${model}" "${cachefile}")
/titanic_44/usr/src/lib/libbsm/common/
H A Ddevalloc.c1748 deventry_t *dentry = NULL, *nentry = NULL, *pentry = NULL; in da_add_list() local
1785 pentry = nentry; in da_add_list()
1808 if (pentry != NULL) in da_add_list()
1809 pentry->next = nentry; in da_add_list()
1866 if (pentry != NULL) in da_add_list()
1867 pentry->next = NULL; in da_add_list()
1878 if (pentry == NULL) { in da_add_list()
/titanic_44/usr/src/cmd/ls/
H A Dls.c236 static void pentry(struct lbuf *);
1215 pentry(*ep); in pem()
1232 pentry(*ep); in pem()
1245 pentry(struct lbuf *ap) in pentry() function