Searched defs:SECURE (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/lp/include/
H A Dsecure.h57 typedef struct SECURE { struct
65 } SECURE; typedef in typeref:struct:SECURE
71 SECURE * getsecure ( char * );
72 int putsecure ( char *, SECURE * );
74 void freesecure ( SECURE * );
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypserv_map.c56 static enum { UNKNOWN, SECURE, PUBLIC } current_map_access = UNKNOWN; enumerator in enum:__anon1928
257 current_map_access = SECURE;
260 /* current_map_access == SECURE and non-priviledged caller */
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.h100 #define SECURE 6 /* Secure system */ macro

Completed in 56 milliseconds