HomeSort by: relevance | last modified time | path
    Searched defs:INIT (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/external/mpl/bind/dist/bin/named/include/named/
smf_globals.h 21 #undef INIT
24 #define INIT(v) = (v)
27 #define INIT(v)
30 EXTERN unsigned int named_smf_got_instance INIT(0);
31 EXTERN unsigned int named_smf_chroot INIT(0);
32 EXTERN unsigned int named_smf_want_disable INIT(0);
40 #undef INIT
globals.h 40 #undef INIT
43 #define INIT(v) = (v)
46 #define INIT(v)
53 EXTERN isc_mem_t *named_g_mctx INIT(NULL);
54 EXTERN unsigned int named_g_cpus INIT(0);
55 EXTERN isc_loop_t *named_g_mainloop INIT(NULL);
56 EXTERN isc_loopmgr_t *named_g_loopmgr INIT(NULL);
57 EXTERN bool named_g_loopmgr_running INIT(false);
58 EXTERN dns_dispatchmgr_t *named_g_dispatchmgr INIT(NULL);
59 EXTERN unsigned int named_g_cpus_detected INIT(1)
    [all...]
  /src/games/warp/
EXTERN.h 17 #ifdef INIT
18 #undef INIT
20 #define INIT(x)
INTERN.h 17 #ifdef INIT
18 #undef INIT
20 #define INIT(x) = x
  /src/usr.bin/msgc/
defs.h 46 #define INIT(x) = x
49 #define INIT(x)
63 EXTERN char *out_name INIT("msg_defs");
64 EXTERN char *sys_name INIT("msg_sys.def");
66 EXTERN int line_no INIT(1);
67 EXTERN int had_errors INIT(FALSE);
68 EXTERN int max_strlen INIT(1);
70 EXTERN id_rec *root INIT(NULL);
  /src/external/bsd/cron/dist/
globals.h 26 # define INIT(x) = x
29 # define INIT(x)
67 XTRN int LineNumber INIT(0);
68 XTRN time_t StartTime INIT(0);
69 XTRN int NoFork INIT(0);
72 XTRN int DebugFlags INIT(0);
  /src/usr.bin/menuc/
defs.h 47 #define INIT(x) = x
50 #define INIT(x)
63 EXTERN char *out_name INIT("menu_defs");
64 EXTERN char *sys_name INIT("menu_sys.def");
66 EXTERN int do_dynamic INIT(0);
67 EXTERN int do_msgxlat INIT(0);
68 EXTERN int do_expands INIT(0);
69 EXTERN int line_no INIT(1);
70 EXTERN int had_errors INIT(FALSE);
71 EXTERN int max_strlen INIT(1)
    [all...]
  /src/external/ibm-public/postfix/dist/src/global/
is_header.c 55 #define INIT 0
67 for (len = 0, state = INIT, cp = CU_CHAR_PTR(str); /* see below */ ; cp++) {
74 if (state == INIT)
  /src/lib/libcrypt/
md5crypt.c 31 #define INIT(x) MD5Init((x))
66 INIT(&ctx);
78 INIT(&ctx1);
112 INIT(&ctx1);
  /src/external/apache2/llvm/dist/llvm/lib/Support/
regexec.c 71 #define INIT(o, n) ((o) = (unsigned long)1 << (n))
97 #undef INIT
120 #define INIT(o, n) ((o) = (n))
  /src/external/bsd/nvi/dist/regex/
regexec.c 86 #define INIT(o, n) ((o) = (unsigned)1 << (n))
112 #undef INIT
135 #define INIT(o, n) ((o) = (n))
  /src/external/bsd/wpa/dist/src/eap_peer/
eap_vendor_test.c 25 enum { INIT, CONFIRM, SUCCESS } state;
40 data->state = INIT;
82 if (data->state == INIT && *pos != 1) {
84 "%d in INIT state", *pos);
125 if (data->state == INIT) {
179 eap->init = eap_vendor_test_init;
  /src/external/bsd/wpa/dist/src/eap_server/
eap_server_vendor_test.c 20 enum { INIT, CONFIRM, SUCCESS, FAILURE } state;
27 case INIT:
28 return "INIT";
58 data->state = INIT;
85 wpabuf_put_u8(req, data->state == INIT ? 1 : 3);
118 if (data->state == INIT) {
178 eap->init = eap_vendor_test_init;
  /src/lib/libc/regex/
regexec.c 130 #define INIT(o, n) ((o) = (unsigned long)1 << (n))
159 #undef INIT
184 #define INIT(o, n) ((o) = (n))
  /src/sbin/ifconfig/
carp.c 71 enum carpstateval { INIT = 0, BACKUP, MASTER };
74 {.k_word = "INIT", .k_type = KW_T_INT, .k_int = INIT,
  /src/external/bsd/less/dist/
option.h 36 #define INIT 0 /* Initialization (from command line) */
  /src/sys/fs/puffs/
puffs_compat.c 215 #define INIT(name, extra) \
235 INIT(vfsmsg_fhtonode,
245 INIT(vnmsg_lookup, 0);
256 INIT(vnmsg_create, 0);
268 INIT(vnmsg_mknod, 0);
280 INIT(vnmsg_mkdir, 0);
292 INIT(vnmsg_symlink, 0);
306 INIT(vnmsg_setattr, 0);
316 INIT(vnmsg_getattr, 0);
337 #undef INIT
    [all...]
  /src/usr.bin/vacation/
vacation.c 165 case 'i': /* init the database */
489 #define INIT(a) { a, sizeof(a) - 1 }
490 INIT("-request"),
491 INIT("postmaster"),
492 INIT("uucp"),
493 INIT("mailer-daemon"),
494 INIT("mailer"),
495 INIT("-relay"),
  /src/external/bsd/bc/dist/
bcdefs.h 64 #define INIT(x) = x
67 #define INIT(x)
  /src/crypto/external/apache2/openssl/dist/test/
tls13groupselection_test.c 39 INIT = 1,
45 "INIT",
285 NEGOTIATION_FAILURE, INIT },
289 NEGOTIATION_FAILURE, INIT },
293 NEGOTIATION_FAILURE, INIT },
316 NEGOTIATION_FAILURE, INIT },
459 server_response = INIT; /* Variable to hold server response info */
  /src/sys/dev/ppbus/
ppbus_base.h 49 #define INIT inv(nINIT)
  /src/usr.bin/tip/
tip.h 129 #define INIT 0100 /* static data space used for initialization */
  /src/usr.bin/xlint/lint1/
op.h 125 INIT, /* does not appear in the tree */
  /src/lib/libc/citrus/modules/
citrus_hz.c 104 #define INIT(escape) (TAILQ_FIRST(SET(escape)))
209 escape_t *candidate, *init; local
272 init = INIT0(ei);
273 _DIAGASSERT(init != NULL);
274 if (psenc->inuse == init) {
275 init = INIT1(ei);
276 } else if (INIT(psenc->inuse) == init) {
277 if (ESC(init) != ch)
279 candidate = init;
336 escape_t *candidate, *init; local
    [all...]
  /src/sbin/newfs_msdos/
mkfs_msdos.c 181 #define INIT(a, b, c, d, e, f, g, h, i, j) \
188 {"160", INIT(512, 1, 1, 2, 64, 320, 0xfe, 1, 8, 1)},
189 {"180", INIT(512, 1, 1, 2, 64, 360, 0xfc, 2, 9, 1)},
190 {"320", INIT(512, 2, 1, 2, 112, 640, 0xff, 1, 8, 2)},
191 {"360", INIT(512, 2, 1, 2, 112, 720, 0xfd, 2, 9, 2)},
192 {"640", INIT(512, 2, 1, 2, 112, 1280, 0xfb, 2, 8, 2)},
193 {"720", INIT(512, 2, 1, 2, 112, 1440, 0xf9, 3, 9, 2)},
194 {"1200", INIT(512, 1, 1, 2, 224, 2400, 0xf9, 7, 15, 2)},
195 {"1232", INIT(1024,1, 1, 2, 192, 1232, 0xfe, 2, 8, 2)},
196 {"1440", INIT(512, 1, 1, 2, 224, 2880, 0xf0, 9, 18, 2)}
    [all...]

Completed in 36 milliseconds

1 2