Searched refs:INIT (Results 1 - 25 of 51) sorted by relevance

123

/freebsd-9.3-release/gnu/usr.bin/patch/
H A DEXTERN.h14 #ifdef INIT
15 #undef INIT macro
17 #define INIT(x) macro
H A DINTERN.h14 #ifdef INIT
15 #undef INIT macro
17 #define INIT(x) = x macro
H A Dcommon.h107 EXT int filemode INIT(0644);
111 EXT FILE *ofp INIT(Nullfp); /* output file pointer */
112 EXT FILE *rejfp INIT(Nullfp); /* reject file pointer */
116 EXT bool using_plan_a INIT(TRUE); /* try to keep everything in memory */
117 EXT bool out_of_mem INIT(FALSE); /* ran out of memory in plan a */
120 EXT int filec INIT(0); /* how many file arguments? */
122 EXT bool ok_to_create_file INIT(FALSE);
123 EXT char *bestguess INIT(Nullch); /* guess at correct filename */
125 EXT char *outname INIT(Nullch);
128 EXT char *origprae INIT(Nullc
[all...]
H A Dinp.h9 EXT LINENUM input_lines INIT(0); /* how long is input file in lines */
10 EXT LINENUM last_frozen_line INIT(0); /* how many input lines have been */
H A Dpch.h12 EXT FILE *pfp INIT(Nullfp); /* patch file pointer */
/freebsd-9.3-release/contrib/bind9/bin/named/include/named/
H A Dglobals.h39 #undef INIT macro
42 #define INIT(v) = (v) macro
45 #define INIT(v) macro
52 EXTERN isc_mem_t * ns_g_mctx INIT(NULL);
53 EXTERN unsigned int ns_g_cpus INIT(0);
54 EXTERN unsigned int ns_g_udpdisp INIT(0);
55 EXTERN isc_taskmgr_t * ns_g_taskmgr INIT(NULL);
56 EXTERN dns_dispatchmgr_t * ns_g_dispatchmgr INIT(NULL);
57 EXTERN isc_entropy_t * ns_g_entropy INIT(NULL);
58 EXTERN isc_entropy_t * ns_g_fallbackentropy INIT(NUL
165 #undef INIT macro
[all...]
H A Dns_smf_globals.h25 #undef INIT macro
28 #define INIT(v) = (v) macro
31 #define INIT(v) macro
34 EXTERN unsigned int ns_smf_got_instance INIT(0);
35 EXTERN unsigned int ns_smf_chroot INIT(0);
36 EXTERN unsigned int ns_smf_want_disable INIT(0);
42 #undef INIT macro
/freebsd-9.3-release/usr.bin/tip/tip/
H A Dvars.c52 { "baudrate", NUMBER|IREMOTE|INIT, (READ<<PUBLIC)|(WRITE<<ROOT),
56 { "eofread", STRING|IREMOTE|INIT, (READ|WRITE)<<PUBLIC,
58 { "eofwrite", STRING|IREMOTE|INIT, (READ|WRITE)<<PUBLIC,
60 { "eol", STRING|IREMOTE|INIT, (READ|WRITE)<<PUBLIC,
64 { "exceptions", STRING|INIT|IREMOTE, (READ|WRITE)<<PUBLIC,
68 { "framesize", NUMBER|IREMOTE|INIT, (READ|WRITE)<<PUBLIC,
70 { "host", STRING|IREMOTE|INIT, READ<<PUBLIC,
72 { "log", STRING|INIT, (READ|WRITE)<<ROOT,
74 { "phones", STRING|INIT|IREMOTE, READ<<PUBLIC,
82 { "record", STRING|INIT|IREMOT
[all...]
H A Dvalue.c118 if (!(p->v_type&(ENVIRON|INIT)))
124 p->v_type &= ~(ENVIRON|INIT);
/freebsd-9.3-release/contrib/less/
H A Doption.h34 #define INIT 0 /* Initialization (from command line) */ macro
H A Doptfunc.c22 * INIT The option is being initialized from the command line.
89 case INIT:
148 case INIT:
213 case INIT:
272 case INIT:
297 case INIT:
337 case INIT:
362 case INIT:
393 case INIT:
429 case INIT
[all...]
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_util.c239 INIT, enumerator in enum:__anon1633
250 state = INIT;
255 case INIT:
292 state = INIT;
343 state = INIT;
380 case INIT:/* nothing */
/freebsd-9.3-release/sys/contrib/xz-embedded/freebsd/
H A Dxz_config.h47 #undef INIT macro
48 #define INIT macro
/freebsd-9.3-release/contrib/wpa/src/eap_server/
H A Deap_server_vendor_test.c26 enum { INIT, CONFIRM, SUCCESS, FAILURE } state; enumerator in enum:eap_vendor_test_data::__anon4406
33 case INIT:
34 return "INIT";
64 data->state = INIT;
91 wpabuf_put_u8(req, data->state == INIT ? 1 : 3);
124 if (data->state == INIT) {
/freebsd-9.3-release/contrib/wpa/src/eap_peer/
H A Deap_vendor_test.c35 enum { INIT, CONFIRM, SUCCESS } state; enumerator in enum:eap_vendor_test_data::__anon4373
46 data->state = INIT;
85 if (data->state == INIT && *pos != 1) {
87 "%d in INIT state", *pos);
130 if (data->state == INIT) {
/freebsd-9.3-release/contrib/binutils/include/
H A Dhashtab.h200 #define iterative_hash_object(OB,INIT) iterative_hash (&OB, sizeof (OB), INIT)
/freebsd-9.3-release/contrib/gcclibs/include/
H A Dhashtab.h200 #define iterative_hash_object(OB,INIT) iterative_hash (&OB, sizeof (OB), INIT)
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A Dregexec.c71 #define INIT(o, n) ((o) = (unsigned long)1 << (n)) macro
97 #undef INIT macro
120 #define INIT(o, n) ((o) = (n)) macro
/freebsd-9.3-release/contrib/gdb/include/
H A Dhashtab.h189 #define iterative_hash_object(OB,INIT) iterative_hash (&OB, sizeof (OB), INIT)
/freebsd-9.3-release/crypto/heimdal/lib/kadm5/
H A Dkadm5_err.et39 error_code INIT, "Connection to server already initialized"
/freebsd-9.3-release/contrib/ofed/libibverbs/src/
H A Dibverbs.h57 #define INIT __attribute__((constructor)) macro
/freebsd-9.3-release/sys/contrib/xz-embedded/userspace/
H A Dboottest.c15 #define INIT macro
/freebsd-9.3-release/usr.bin/xlint/lint1/
H A Dop.h116 INIT, /* pseudo op, not used in trees */ enumerator in enum:__anon10859
/freebsd-9.3-release/lib/libc/regex/
H A Dregexec.c111 #define INIT(o, n) ((o) = (unsigned long)1 << (n)) macro
140 #undef INIT macro
165 #define INIT(o, n) ((o) = (n)) macro
/freebsd-9.3-release/contrib/sendmail/libmilter/
H A Dlibmilter.h21 # define INIT(x) = x macro
25 # define INIT(x)

Completed in 304 milliseconds

123