Searched refs:vars (Results 1 - 25 of 136) sorted by relevance

123456

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/postconf/
H A Dauto.awk5 vars["destination_concurrency_failed_cohort_limit"] = "default_destination_concurrency_failed_cohort_limit"
6 vars["destination_concurrency_limit"] = "default_destination_concurrency_limit"
7 vars["destination_concurrency_negative_feedback"] = "default_destination_concurrency_negative_feedback"
8 vars["destination_concurrency_positive_feedback"] = "default_destination_concurrency_positive_feedback"
9 vars["destination_recipient_limit"] = "default_destination_recipient_limit"
10 vars["initial_destination_concurrency"] = "initial_destination_concurrency"
11 vars["destination_rate_delay"] = "default_destination_rate_delay"
15 for (var in vars) {
18 print "\"" transports[transport] "_" var "\", \"$" vars[var] "\", &var_" transports[transport] "_" var ", 0, 0," > "auto_table.h"
25 for (var in vars) {
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/testsuite/binutils-all/
H A Dnm.exp57 if [info exists vars] then { unset vars }
59 set vars($symbol) $type
63 if {![info exists vars(text_symbol)] \
64 || $vars(text_symbol) != "T" \
65 || ![info exists vars(data_symbol)] \
66 || $vars(data_symbol) != "D" \
67 || ![info exists vars(common_symbol)] \
68 || $vars(common_symbol) != "C" \
69 || ![info exists vars(external_symbo
[all...]
H A Dobjdump.exp122 if [info exists vars] then { unset vars }
124 set vars($symbol) 1
128 if {![info exists vars(text_symbol)] \
129 || ![info exists vars(data_symbol)] \
130 || ![info exists vars(common_symbol)] \
131 || ![info exists vars(external_symbol)]} then {
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dpeicode.h400 #define SIZEOF_ILF_SYMS (NUM_ILF_SYMS * sizeof (* vars.sym_cache))
401 #define SIZEOF_ILF_SYM_TABLE (NUM_ILF_SYMS * sizeof (* vars.sym_table))
402 #define SIZEOF_ILF_NATIVE_SYMS (NUM_ILF_SYMS * sizeof (* vars.native_syms))
403 #define SIZEOF_ILF_SYM_PTR_TABLE (NUM_ILF_SYMS * sizeof (* vars.sym_ptr_table))
404 #define SIZEOF_ILF_EXT_SYMS (NUM_ILF_SYMS * sizeof (* vars.esym_table))
405 #define SIZEOF_ILF_RELOCS (NUM_ILF_RELOCS * sizeof (* vars.reltab))
406 #define SIZEOF_ILF_INT_RELOCS (NUM_ILF_RELOCS * sizeof (* vars.int_reltab))
446 pe_ILF_make_a_symbol_reloc (pe_ILF_vars * vars,
455 entry = vars->reltab + vars
444 pe_ILF_make_a_symbol_reloc(pe_ILF_vars * vars, bfd_vma address, bfd_reloc_code_real_type reloc, struct bfd_symbol ** sym, unsigned int sym_index) argument
473 pe_ILF_make_a_reloc(pe_ILF_vars * vars, bfd_vma address, bfd_reloc_code_real_type reloc, asection_ptr sec) argument
485 pe_ILF_save_relocs(pe_ILF_vars * vars, asection_ptr sec) argument
510 pe_ILF_make_a_symbol(pe_ILF_vars * vars, const char * prefix, const char * symbol_name, asection_ptr section, flagword extra_flags) argument
588 pe_ILF_make_a_section(pe_ILF_vars * vars, const char * name, unsigned int size, flagword extra_flags) argument
731 pe_ILF_vars vars; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dpeicode.h400 #define SIZEOF_ILF_SYMS (NUM_ILF_SYMS * sizeof (* vars.sym_cache))
401 #define SIZEOF_ILF_SYM_TABLE (NUM_ILF_SYMS * sizeof (* vars.sym_table))
402 #define SIZEOF_ILF_NATIVE_SYMS (NUM_ILF_SYMS * sizeof (* vars.native_syms))
403 #define SIZEOF_ILF_SYM_PTR_TABLE (NUM_ILF_SYMS * sizeof (* vars.sym_ptr_table))
404 #define SIZEOF_ILF_EXT_SYMS (NUM_ILF_SYMS * sizeof (* vars.esym_table))
405 #define SIZEOF_ILF_RELOCS (NUM_ILF_RELOCS * sizeof (* vars.reltab))
406 #define SIZEOF_ILF_INT_RELOCS (NUM_ILF_RELOCS * sizeof (* vars.int_reltab))
446 pe_ILF_make_a_symbol_reloc (pe_ILF_vars * vars,
455 entry = vars->reltab + vars
444 pe_ILF_make_a_symbol_reloc(pe_ILF_vars * vars, bfd_vma address, bfd_reloc_code_real_type reloc, struct bfd_symbol ** sym, unsigned int sym_index) argument
473 pe_ILF_make_a_reloc(pe_ILF_vars * vars, bfd_vma address, bfd_reloc_code_real_type reloc, asection_ptr sec) argument
485 pe_ILF_save_relocs(pe_ILF_vars * vars, asection_ptr sec) argument
510 pe_ILF_make_a_symbol(pe_ILF_vars * vars, const char * prefix, const char * symbol_name, asection_ptr section, flagword extra_flags) argument
588 pe_ILF_make_a_section(pe_ILF_vars * vars, const char * name, unsigned int size, flagword extra_flags) argument
731 pe_ILF_vars vars; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/tre/dist/utils/
H A Dautogen.sh12 ./utils/replace-vars.sh
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c/
H A Dconfig.c47 } vars[] = { variable in typeref:struct:var
120 for (var = vars; var->name != NULL; var++) {
147 for (var = vars; value == NULL && var->name != NULL; var++)
162 for (var = vars; var->name != NULL; var++)
H A Dtc_test.c112 ATF_TC(vars); variable
113 ATF_TC_HEAD(vars, tc)
118 ATF_TC_BODY(vars, tcin)
184 ATF_TP_ADD_TC(tp, vars);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c/
H A Dconfig.c49 } vars[] = { variable in typeref:struct:var
122 for (var = vars; var->name != NULL; var++) {
149 for (var = vars; value == NULL && var->name != NULL; var++)
164 for (var = vars; var->name != NULL; var++)
H A Dtc_test.c114 ATF_TC(vars); variable
115 ATF_TC_HEAD(vars, tc)
120 ATF_TC_BODY(vars, tcin)
186 ATF_TP_ADD_TC(tp, vars);
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/
H A Dbuildall45 vars=""
51 test -z "$CFLAGS" || vars="$vars CFLAGS=\"${CFLAGS}\""
53 test -z "$AM_CFLAGS" || vars="$vars AM_CFLAGS=\"${AM_CFLAGS}\""
64 vars="$vars AM_CFLAGS=\"-Werror\""
77 vars="$vars AM_CFLAGS=\"-Wall -Werror\""
327 if test -n "$vars"; the
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/make/
H A Dfor.c93 strlist_t vars; /* Iteration variables */ member in struct:_For
120 strlist_clean(&arg->vars);
198 strlist_add_str(&new_for->vars, make_str(ptr, len), len);
201 if (strlist_num(&new_for->vars) == 0) {
239 if (strlist_num(&new_for->items) % strlist_num(&new_for->vars)) {
242 " with %d vars",
243 strlist_num(&new_for->items), strlist_num(&new_for->vars));
382 if (arg->sub_next + strlist_num(&arg->vars) > strlist_num(&arg->items)) {
412 STRLIST_FOREACH(var, &arg->vars, i) {
413 len = strlist_info(&arg->vars,
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/cfi/
H A Dcfi-i386.s10 #; alocate space for local vars
17 #; release space of local vars and return
61 #; alocate space for local vars
H A Dcfi-m68k.s13 #; alocate space for local vars
20 #; release space of local vars and return
H A Dcfi-mips-1.s10 .frame $fp,8,$31 # vars= 8, regs= 1/0, args= 0, gp= 0
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mips/
H A Delf_e_flags.s10 .frame $sp,0,$31 # vars= 0, regs= 0/0, args= 0, extra= 0
27 .frame $sp,40,$31 # vars= 0, regs= 1/0, args= 32, extra= 0
H A Dmips16-intermix.s7 .frame $sp,0,$31 # vars= 0, regs= 0/0, args= 0, gp= 0
25 .frame $sp,0,$31 # vars= 0, regs= 0/0, args= 0, gp= 0
41 .frame $sp,0,$31 # vars= 0, regs= 0/0, args= 0, gp= 0
58 .frame $sp,0,$31 # vars= 0, regs= 0/0, args= 0, gp= 0
74 .frame $sp,0,$31 # vars= 0, regs= 0/0, args= 0, gp= 0
91 .frame $sp,0,$31 # vars= 0, regs= 0/0, args= 0, gp= 0
107 .frame $sp,0,$31 # vars= 0, regs= 0/0, args= 0, gp= 0
124 .frame $sp,0,$31 # vars= 0, regs= 0/0, args= 0, gp= 0
140 .frame $sp,0,$31 # vars= 0, regs= 0/0, args= 0, gp= 0
157 .frame $sp,0,$31 # vars
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-mips-elf/
H A Djr-to-b-1.s8 .frame $sp,0,$31 # vars= 0, regs= 0/0, args= 0, gp= 0
26 .frame $sp,0,$31 # vars= 0, regs= 0/0, args= 0, gp= 0
H A Djr-to-b-2.s8 .frame $sp,0,$31 # vars= 0, regs= 0/0, args= 0, gp= 0
26 .frame $sp,0,$31 # vars= 0, regs= 0/0, args= 0, gp= 0
H A Dmips16-intermix-2.s7 .frame $sp,0,$31 # vars= 0, regs= 0/0, args= 0, gp= 0
25 .frame $sp,0,$31 # vars= 0, regs= 0/0, args= 0, gp= 0
41 .frame $sp,0,$31 # vars= 0, regs= 0/0, args= 0, gp= 0
58 .frame $sp,0,$31 # vars= 0, regs= 0/0, args= 0, gp= 0
74 .frame $sp,0,$31 # vars= 0, regs= 0/0, args= 0, gp= 0
91 .frame $sp,0,$31 # vars= 0, regs= 0/0, args= 0, gp= 0
107 .frame $sp,0,$31 # vars= 0, regs= 0/0, args= 0, gp= 0
124 .frame $sp,0,$31 # vars= 0, regs= 0/0, args= 0, gp= 0
140 .frame $sp,0,$31 # vars= 0, regs= 0/0, args= 0, gp= 0
157 .frame $sp,0,$31 # vars
[all...]
/netbsd-6-1-5-RELEASE/tests/lib/libcurses/director/
H A Dtestlang_parse.y125 static var_t *vars; /* Variables defined during the test. */
241 vars[command.returns[0].return_index].name,
246 (vars[command.returns[0].return_index].type != ret_byte)) ||
247 vars[command.returns[0].return_index].type != ret_string)
250 vars[command.returns[0].return_index].type],
251 vars[command.returns[0].return_index].type,
282 vars[command.returns[0].return_index].value);
290 vptr = &vars[command.returns[0].return_index];
465 if (vars[i].type != ret_number)
468 return vars[
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dvar-tracking.c212 htab_t vars; member in struct:emit_note_data_def
255 shared_hash vars; member in struct:dataflow_set_def
1379 shared_hash_shared (shared_hash vars) argument
1381 return vars->refcount > 1;
1387 shared_hash_htab (shared_hash vars) argument
1389 return vars->htab;
1395 shared_var_p (variable var, shared_hash vars) argument
1399 || shared_hash_shared (vars));
1405 shared_hash_unshare (shared_hash vars) argument
1408 gcc_assert (vars
1421 shared_hash_copy(shared_hash vars) argument
1431 shared_hash_destroy(shared_hash vars) argument
1465 shared_hash_find_slot_1(shared_hash vars, decl_or_value dv, hashval_t dvhash) argument
1473 shared_hash_find_slot(shared_hash vars, decl_or_value dv) argument
1481 shared_hash_find_slot_noinsert_1(shared_hash vars, decl_or_value dv, hashval_t dvhash) argument
1489 shared_hash_find_slot_noinsert(shared_hash vars, decl_or_value dv) argument
1498 shared_hash_find_1(shared_hash vars, decl_or_value dv, hashval_t dvhash) argument
1504 shared_hash_find(shared_hash vars, decl_or_value dv) argument
2543 find_loc_in_1pdv(rtx loc, variable var, htab_t vars) argument
4108 find_mem_expr_in_1pdv(tree expr, rtx val, htab_t vars) argument
6299 dump_vars(htab_t vars) argument
6906 htab_t vars; member in struct:expand_loc_callback_data
7070 vt_expand_loc(rtx loc, htab_t vars) argument
7092 vt_expand_loc_dummy(rtx loc, htab_t vars, bool *pcur_loc_changed) argument
7122 htab_t vars = ((emit_note_data *)data)->vars; local
7449 htab_t vars = (htab_t) data; local
7486 emit_notes_for_changes(rtx insn, enum emit_note_where where, shared_hash vars) argument
[all...]
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dtree.c45 if (t->vars)
46 for (w = t->vars; *w != NULL; )
49 fptreef(shf, indent, "#no-vars# ");
58 /* Print original vars */
59 if (t->left->vars)
60 for (w = t->left->vars; *w != NULL; )
63 fptreef(shf, indent, "#no-vars# ");
64 /* Print expanded vars */
114 if (t->vars != NULL) {
116 for (w = t->vars; *
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c++/
H A Dconfig_test.cpp180 std::map< std::string, std::string > vars = atf::config::get_all(); local
181 ATF_REQUIRE_EQ(vars.size(), all_vars_count());
183 ATF_REQUIRE(vars.find(v->lc) != vars.end());
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c++/
H A Dconfig_test.cpp180 std::map< std::string, std::string > vars = atf::config::get_all(); local
181 ATF_REQUIRE_EQ(vars.size(), all_vars_count());
183 ATF_REQUIRE(vars.find(v->lc) != vars.end());

Completed in 382 milliseconds

123456