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

/illumos-gate/usr/src/cmd/bnu/
H A DSetUp98 if [ -f $ETC/PERMISSIONS ]; then
99 cp $ETC/PERMISSIONS $ETC/Permissions
H A Duucheck.c79 "PERMISSIONS", PERMISSIONS,
151 if (verbose) printf("*** uucheck: Check %s file\n", PERMISSIONS);
153 if (verbose) printf("*** uucheck: %s Check Complete\n\n", PERMISSIONS);
173 Fp = fopen(PERMISSIONS, "r");
175 if (verbose) printf("can't open %s\n", PERMISSIONS);
H A Dpermission.c37 /* field array indexes for PERMISSIONS parameters */
57 /* fields found in PERMISSIONS for requested system/login */
101 static char _MyName[MAXBASENAME+1]; /* Myname from PERMISSIONS file */
103 static char *_Pubdir = NULL; /* PUBDIR from PERMISSIONS file */
104 static char *_Path = NULL; /* PATH from PERMISSIONS file */
112 /* file pointer for PERMISSIONS */
355 * Find the line of PERMISSIONS for login.
422 if ( (Fp = fopen(PERMISSIONS, "r")) == NULL) {
423 DEBUG(5, "can't open %s\n", PERMISSIONS);
485 if ( (Fp = fopen(PERMISSIONS, "
[all...]
H A Duucp.h224 #define PERMISSIONS "/etc/uucp/Permissions" macro
/illumos-gate/usr/src/lib/libnsl/dial/
H A Duucp.h137 #define PERMISSIONS (const char *)"/etc/uucp/Permissions" macro
/illumos-gate/usr/src/cmd/ttymon/
H A Duucp.h180 #define PERMISSIONS "/etc/uucp/Permissions" macro

Completed in 71 milliseconds