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

/freebsd-current/usr.bin/less/
H A Ddefines.h20 * SECURE is 1 if you wish to disable a bunch of features in order to
24 #define SECURE SECURE_COMPILE macro
30 #define SHELL_ESCAPE (!SECURE)
35 #define EXAMINE (!SECURE)
41 #define TAB_COMPLETE_FILENAME (!SECURE)
60 #define EDITOR (!SECURE)
65 #define TAGS (!SECURE)
71 #define USERFILE (!SECURE)
78 #define GLOB (!SECURE)
84 #define PIPEC (!SECURE
[all...]
/freebsd-current/contrib/wpa/src/pae/
H A Dieee802_1x_cp.c26 enum connect_type { PENDING, UNAUTHENTICATED, AUTHENTICATED, SECURE }; enumerator in enum:connect_type
104 return sm->connect != SECURE || sm->chgd_server || changed_cipher(sm);
370 else if (sm->connect == SECURE)
580 sm->connect = SECURE;
/freebsd-current/contrib/less/
H A Dmain.c85 #if SECURE
/freebsd-current/usr.sbin/bsdconfig/
H A Dbsdconfig353 [ "$SECURE" ] && f_mustberoot_init
/freebsd-current/sbin/init/
H A Dinit.c64 #ifdef SECURE
553 #ifdef SECURE
854 #ifdef SECURE
888 #ifdef SECURE
913 #endif /* SECURE */
1069 #ifdef SECURE
/freebsd-current/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c53 #define SECURE 2 macro

Completed in 104 milliseconds