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

/macosx-10.10/uucp-11/uucp/uuconf/
H A Dhlocnm.c44 struct shpermissions *qperm;
55 for (qperm = qglobal->qprocess->qhdb_permissions;
56 qperm != NULL;
57 qperm = qperm->qnext)
59 if (qperm->zmyname != NULL
60 && qperm->zmyname != (char *) &_uuconf_unset
61 && qperm->pzlogname != NULL
62 && qperm->pzlogname != (char **) &_uuconf_unset)
66 for (pz = qperm
43 struct shpermissions *qperm; local
[all...]
H A Dhunk.c46 struct shpermissions *qperm;
66 for (qperm = qglobal->qprocess->qhdb_permissions;
67 qperm != NULL;
68 qperm = qperm->qnext)
72 if (qperm->pzlogname == NULL
73 || qperm->pzlogname == (char **) &_uuconf_unset)
76 for (pz = qperm->pzlogname; *pz != NULL; pz++)
112 if (qperm->frequest >= 0)
113 qsys->uuconf_fsend_request = qperm
45 struct shpermissions *qperm; local
[all...]
H A Dhsinfo.c37 struct shpermissions *qperm));
40 struct shpermissions *qperm));
54 struct shpermissions *qperm;
78 for (qperm = qglobal->qprocess->qhdb_permissions;
79 qperm != NULL;
80 qperm = qperm->qnext)
82 if (qperm->pzalias == NULL
83 || qperm->pzmachine == NULL
84 || qperm
52 struct shpermissions *qperm; local
[all...]

Completed in 118 milliseconds