HomeSort by: relevance | last modified time | path
    Searched refs:SECURE (Results 1 - 13 of 13) sorted by relevancy

  /src/external/bsd/less/include/
defines.h 22 * SECURE is 1 if you wish to disable a bunch of features in order to
24 * SECURE_COMPILE is set by the --with-secure configure option.
26 #define SECURE SECURE_COMPILE
32 #define SHELL_ESCAPE (!SECURE)
37 #define EXAMINE (!SECURE)
43 #define TAB_COMPLETE_FILENAME (!SECURE)
62 #define EDITOR (!SECURE)
67 #define TAGS (!SECURE)
73 #define USERFILE (!SECURE)
80 #define GLOB (!SECURE)
    [all...]
  /src/external/bsd/less/dist/
defines.o2 23 * SECURE is 1 if you wish to disable a bunch of features in order to
26 #define SECURE 0
32 #define SHELL_ESCAPE (!SECURE)
37 #define EXAMINE (!SECURE)
43 #define TAB_COMPLETE_FILENAME (!SECURE)
62 #define EDITOR (!SECURE)
68 #define TAGS (!SECURE)
74 #define USERFILE (!SECURE)
81 #define GLOB (!SECURE)
87 #define PIPEC (!SECURE)
    [all...]
defines.o9 22 * SECURE is 1 if you wish to disable a bunch of features in order to
25 #define SECURE 0
31 #define SHELL_ESCAPE (!SECURE)
36 #define EXAMINE (!SECURE)
61 #define EDITOR (!SECURE)
67 #define TAGS (!SECURE)
73 #define USERFILE (!SECURE)
80 #define GLOB (!SECURE)
86 #define PIPEC (!SECURE)
91 #define LOGFILE (!SECURE)
    [all...]
defines.wn 23 * SECURE is 1 if you wish to disable a bunch of features in order to
26 #define SECURE 0
32 #define SHELL_ESCAPE (!SECURE)
37 #define EXAMINE (!SECURE)
43 #define TAB_COMPLETE_FILENAME (!SECURE)
62 #define EDITOR (!SECURE)
68 #define TAGS (!SECURE)
74 #define USERFILE (!SECURE)
92 #define LOGFILE (!SECURE)
defines.ds 22 * SECURE is 1 if you wish to disable a bunch of features in order to
25 #define SECURE 0
31 #define SHELL_ESCAPE (!SECURE)
36 #define EXAMINE (!SECURE)
42 #define TAB_COMPLETE_FILENAME (!SECURE)
61 #define EDITOR (!SECURE)
67 #define TAGS (!SECURE)
73 #define USERFILE (!SECURE)
81 #define GLOB (!SECURE)
91 #define PIPEC (!SECURE)
    [all...]
defines.h.in 19 * SECURE is 1 if you wish to disable a bunch of features in order to
21 * SECURE_COMPILE is set by the --with-secure configure option.
23 #define SECURE SECURE_COMPILE
29 #define SHELL_ESCAPE (!SECURE)
34 #define EXAMINE (!SECURE)
40 #define TAB_COMPLETE_FILENAME (!SECURE)
59 #define EDITOR (!SECURE)
64 #define TAGS (!SECURE)
70 #define USERFILE (!SECURE)
77 #define GLOB (!SECURE)
    [all...]
main.c 34 public int secure; variable
87 #if SECURE
88 secure = 1;
90 secure = 0;
93 secure = 1;
  /src/games/hack/
config.h 142 * Of course SECURE is meaningful only if HACKDIR is defined.
144 #define SECURE /* do setuid(getuid()) after chdir() */
148 * simultaneously, define HACKDIR, SECURE and MAX_NR_OF_PLAYERS.
hack.main.c 542 #ifdef SECURE
  /src/external/mpl/bind/dist/bin/tests/system/dnssec_cname_response/ans2/
ans.py 32 # 'secure.' is served faithfully but answers DS queries with an unsigned
36 SECURE = dns.zone.from_file("secure.signed.db", origin="secure.", relativize=False)
167 CnameZoneHandler(SECURE, {dns.rdatatype.DS}),
  /src/external/bsd/wpa/dist/src/pae/
ieee802_1x_cp.c 26 enum connect_type { PENDING, UNAUTHENTICATED, AUTHENTICATED, SECURE };
105 return sm->connect != SECURE || sm->chgd_server || changed_cipher(sm);
374 else if (sm->connect == SECURE)
587 sm->connect = SECURE;
  /src/sbin/init/
init.c 80 #ifdef SECURE
566 #ifdef SECURE
654 #ifdef SECURE
669 * If the kernel is in secure mode, downgrade it to insecure mode.
689 #ifdef SECURE
693 * it's the only tty that can be 'off' and 'secure'.
714 #endif /* SECURE */
1497 * to indicate that the kernel should not run multiuser in secure
1499 * than level 1, then put the kernel into secure mode.
  /src/external/mpl/bind/dist/lib/ns/
query.c 134 /*% Secure? */
135 #define SECURE(c) (((c)->query.attributes & NS_QUERYATTR_SECURE) != 0)
2361 * Mark the RRsets as secure. Update the cache (db) to reflect the
2380 * Save the updated secure state. Ignore failures.
2399 * Find the secure key that corresponds to rrsig.
2409 bool secure = false; local
2457 secure = true;
2462 return secure;
8009 * to secure. Hide DNSSEC records from ANY queries.
11219 SECURE(client) && WANTDNSSEC(client)
    [all...]

Completed in 61 milliseconds