Home
last modified time | relevance | path

Searched refs:SECURE (Results 1 – 10 of 10) sorted by relevance

/dragonfly/usr.bin/less/
H A Ddefines.h24 #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 && HAVE_POPEN)
89 #define LOGFILE (!SECURE)
/dragonfly/contrib/wpa_supplicant/src/pae/
H A Dieee802_1x_cp.c26 enum connect_type { PENDING, UNAUTHENTICATED, AUTHENTICATED, SECURE }; enumerator
104 return sm->connect != SECURE || sm->chgd_server || changed_cipher(sm); in changed_connect()
359 else if (sm->connect == SECURE) in SM_STEP()
569 sm->connect = SECURE; in ieee802_1x_cp_connect_secure()
/dragonfly/games/hack/
H A Dconfig.h144 #define SECURE /* do setuid(getuid()) after chdir() */ macro
H A Dhack.main.c537 #ifdef SECURE in chdirx()
H A DREAD_ME73 If you #define SECURE in config.h then hack will not setuid(getuid())
/dragonfly/etc/
H A Dprotocols93 secure-vmtp 82 SECURE-VMTP # SECURE-VMTP
/dragonfly/sbin/init/
H A Dinit.c63 #ifdef SECURE
579 #ifdef SECURE in setsecuritylevel()
644 #ifdef SECURE in f_single_user()
670 #ifdef SECURE in f_single_user()
/dragonfly/contrib/less/
H A Dmain.c84 #if SECURE in main()
H A DNEWS818 * Fix bug compiling with SECURE = 1.
/dragonfly/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c54 #define SECURE 2 macro