HomeSort by relevance Sort by last modified time
    Searched defs:SECURE (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/cmd/lp/include/
secure.h 38 ** The disk copy of the secure request files:
42 * There are 8 fields in the secure request file.
57 typedef struct SECURE {
65 } SECURE;
71 SECURE * getsecure ( char * );
72 int putsecure ( char *, SECURE * );
74 void freesecure ( SECURE * );
  /onnv/onnv-gate/usr/src/cmd/ypcmd/
ypserv_map.c 56 static enum { UNKNOWN, SECURE, PUBLIC } current_map_access = UNKNOWN;
257 current_map_access = SECURE;
260 /* current_map_access == SECURE and non-priviledged caller */
  /onnv/onnv-gate/usr/src/cmd/cpio/
cpio.h 97 #define SECURE 6 /* Secure system */

Completed in 180 milliseconds