Home
last modified time | relevance | path

Searched refs:tables (Results 1 – 25 of 646) sorted by relevance

12345678910>>...26

/openbsd/gnu/usr.bin/perl/cpan/Encode/CN/
H A DMakefile.PL6 my %tables = (euc_cn_t => ['euc-cn.ucm',
17 for my $k (keys %tables){
18 push @ucm, @{$tables{$k}};
20 %tables = ();
25 $tables{$t} = [ $ucm ];
55 foreach my $e (keys %tables)
67 foreach my $table (sort keys %tables) {
87 foreach my $table (sort keys %tables) {
/openbsd/gnu/usr.bin/perl/cpan/Encode/JP/
H A DMakefile.PL6 my %tables = (
18 for my $k (keys %tables){
19 push @ucm, @{$tables{$k}};
21 %tables = ();
26 $tables{$t} = [ $ucm ];
55 foreach my $e (keys %tables)
67 foreach my $table (sort keys %tables) {
87 foreach my $table (sort keys %tables) {
/openbsd/gnu/usr.bin/perl/cpan/Encode/KR/
H A DMakefile.PL6 my %tables = (euc_kr_t => ['euc-kr.ucm',
16 for my $k (keys %tables){
17 push @ucm, @{$tables{$k}};
19 %tables = ();
24 $tables{$t} = [ $ucm ];
53 foreach my $e (keys %tables)
65 foreach my $table (sort keys %tables) {
85 foreach my $table (sort keys %tables) {
/openbsd/gnu/usr.bin/perl/cpan/Encode/TW/
H A DMakefile.PL6 my %tables = (big5_t => ['big5-eten.ucm',
14 for my $k (keys %tables){
15 push @ucm, @{$tables{$k}};
17 %tables = ();
22 $tables{$t} = [ $ucm ];
51 foreach my $e (keys %tables)
63 foreach my $table (sort keys %tables) {
83 foreach my $table (sort keys %tables) {
/openbsd/gnu/usr.bin/perl/cpan/Encode/
H A DMakefile.PL31 my %tables =
185 foreach my $e (keys %tables)
195 foreach my $table (sort keys %tables)
216 foreach my $table (sort keys %tables)
221 foreach my $table (sort keys %tables)
228 foreach my $file (@{$tables{$table}})
246 foreach my $file (@{$tables{$table}})
/openbsd/regress/sbin/pfctl/
H A Dpfail43.ok2 stdin:3: tables cannot contain tables
3 stdin:4: dynamic addresses are not permitted inside tables
4 stdin:5: "no-route" is not permitted inside tables
/openbsd/usr.sbin/bgpd/
H A Dpftable.c52 LIST_HEAD(, pf_table) tables = LIST_HEAD_INITIALIZER(tables);
133 LIST_FOREACH(pft, &tables, entry) in pftable_add()
148 LIST_INSERT_HEAD(&tables, pft, entry); in pftable_add()
158 LIST_FOREACH(pft, &tables, entry) { in pftable_clear_all()
182 LIST_FOREACH(pft, &tables, entry) in pftable_add_work()
249 LIST_FOREACH(pft, &tables, entry) { in pftable_commit()
/openbsd/gnu/usr.bin/perl/cpan/Encode/Byte/
H A DMakefile.PL7 my %tables = (
52 push(@{$tables{byte_t}},$file);
79 foreach my $e (keys %tables)
91 foreach my $table (sort keys %tables) {
111 foreach my $table (sort keys %tables) {
/openbsd/usr.bin/dig/lib/isc/
H A Dresult.c105 static ISC_LIST(resulttable) tables;
130 ISC_LIST_APPEND(tables, table, link); in register_table()
139 ISC_LIST_INIT(tables); in initialize_action()
166 for (table = ISC_LIST_HEAD(tables); in isc_result_totext()
/openbsd/gnu/usr.bin/perl/cpan/Encode/Encode/
H A DMakefile_PL.e2x13 my %tables = (
73 foreach my $e (keys %tables)
86 foreach my $table (sort keys %tables) {
103 foreach my $table (sort keys %tables) {
138 foreach my $table (sort keys %tables) {
152 foreach my $table (sort keys %tables)
159 foreach my $table (sort keys %tables)
165 foreach my $file (@{$tables{$table}})
182 foreach my $file (@{$tables{$table}})
/openbsd/gnu/usr.bin/perl/cpan/Encode/EBCDIC/
H A DMakefile.PL6 my %tables = (
36 foreach my $e (keys %tables)
48 foreach my $table (sort keys %tables) {
68 foreach my $table (sort keys %tables) {
/openbsd/gnu/usr.bin/perl/cpan/Encode/Symbol/
H A DMakefile.PL6 my %tables = (
41 foreach my $e (keys %tables)
53 foreach my $table (sort keys %tables) {
73 foreach my $table (sort keys %tables) {
/openbsd/sys/dev/ic/
H A Dsiop_common.c331 switch (tables->msg_in[3]) { in siop_wdtr_neg()
354 tables->msg_in[3]); in siop_wdtr_neg()
413 printf(" 0x%x", tables->msg_in[i]); in siop_ppr_neg()
419 sync = tables->msg_in[3]; in siop_ppr_neg()
420 offset = tables->msg_in[5]; in siop_ppr_neg()
421 options = tables->msg_in[7]; in siop_ppr_neg()
473 if (tables->msg_in[6] != 1) { in siop_ppr_neg()
508 tables->msg_out[0] = MSG_MESSAGE_REJECT; in siop_ppr_neg()
526 sync = tables->msg_in[3]; in siop_sdtr_neg()
527 offset = tables->msg_in[4]; in siop_sdtr_neg()
[all …]
/openbsd/gnu/llvm/compiler-rt/cmake/caches/
H A DApple.cmake12 set(CMAKE_C_FLAGS_RELWITHDEBINFO "-O3 -gline-tables-only -DNDEBUG" CACHE STRING "")
13 set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-O3 -gline-tables-only -DNDEBUG" CACHE STRING "")
14 set(CMAKE_ASM_FLAGS_RELWITHDEBINFO "-O3 -gline-tables-only -DNDEBUG" CACHE STRING "")
/openbsd/usr.sbin/smtpd/
H A Dparse.y598 | ALIAS tables {
619 | VIRTUAL tables {
640 | USERBASE tables {
726 | HELO_SRC tables {
773 | SRC tables {
822 | HOST tables {
842 | DOMAIN tables {
880 | AUTH tables {
1011 negation TAG tables {
1598 negation SRC tables {
[all …]
/openbsd/usr.sbin/relayd/
H A Dpfe_filter.c52 struct pfr_table *tables; in init_tables() local
58 if ((tables = calloc(env->sc_rdrcount, sizeof(*tables))) == NULL) in init_tables()
63 if (strlcpy(tables[i].pfrt_anchor, RELAYD_ANCHOR "/", in init_tables()
66 if (strlcat(tables[i].pfrt_anchor, rdr->conf.name, in init_tables()
69 if (strlcpy(tables[i].pfrt_name, rdr->conf.name, in init_tables()
70 sizeof(tables[i].pfrt_name)) >= in init_tables()
71 sizeof(tables[i].pfrt_name)) in init_tables()
73 tables[i].pfrt_flags |= PFR_TFLAG_PERSIST; in init_tables()
81 io.pfrio_esize = sizeof(*tables); in init_tables()
82 io.pfrio_buffer = tables; in init_tables()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/config/s390/
H A Dt-crtstuff1 # crtend*.o cannot be compiled without -fno-asynchronous-unwind-tables,
4 CRTSTUFF_T_CFLAGS = -fno-asynchronous-unwind-tables
/openbsd/gnu/gcc/gcc/config/s390/
H A Dt-crtstuff1 # crtend*.o cannot be compiled without -fno-asynchronous-unwind-tables,
4 CRTSTUFF_T_CFLAGS = -fno-asynchronous-unwind-tables
/openbsd/distrib/special/
H A DMakefile.inc4 COPTS+=-fno-unwind-tables -fno-asynchronous-unwind-tables
/openbsd/gnu/llvm/llvm/tools/llvm-dwarfutil/
H A DOptions.td10 HelpText<"Build accelerator tables(default: none)\n"
40 "Create two output files: file w/o debug tables and file with debug tables",
41 "Create single output file, containing debug tables(default)">;
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DMultiOnDiskHashTable.h105 table_range tables() { in tables() function
121 for (auto *T : tables()) in clear()
139 Tables.erase(std::remove_if(tables().begin().getCurrent(), Tables.end(), in removeOverriddenTables()
152 for (auto *ODT : tables()) { in condense()
248 for (auto *ODT : tables()) { in find()
273 for (auto *ODT : tables()) { in findAll()
/openbsd/regress/lib/libcrypto/bn/
H A DMakefile40 isqrt-print-tables: bn_isqrt
42 .PHONY: isqrt-print-tables
45 ${.MAKE} -C ${.CURDIR} isqrt-print-tables > $@.tmp
/openbsd/regress/sys/arch/amd64/dump_tables/
H A DMakefile15 CLEANFILES= ${SPMAP_H} tables
19 ${SUDO} ./dump_tables >tables
/openbsd/gnu/llvm/clang/docs/
H A DControlFlowIntegrityDesign.rst13 that maps onto to the region of storage used for those virtual tables. Each
39 The scheme will cause the virtual tables for A, B and C to be laid out
230 The virtual tables will be laid out like this:
275 likely to occur if the virtual tables are padded.
287 separate virtual tables, 2) order virtual tables by a pre-order traversal of the class hierarchy
288 and 3) interleave virtual tables.
291 enhancements (more in `Interleave virtual tables`_).
295 Split virtual table groups into separate virtual tables
299 …me, however, can only work with individual virtual tables so it must split the combined virtual ta…
338 Interleave virtual tables
[all …]
/openbsd/gnu/llvm/lldb/docs/use/
H A Dondemand.rst49 lookups. The debug information for line tables are always left enabled to allow
61 tables in debug information are cheap to parse and breakpoints will be able to
78 debug information by relying on the symbol tables from a module. Debug
86 functions don't exist in symbol tables. When using on demand symbol loading it
87 is encouraged to not strip the symbol tables of local symbols as this will
89 symbol tables have their local symbols removed from the symbol table which
91 symbol tables. This can cause breakpoint setting by function name to fail when
95 function name: we use the symbol tables to find a match first if debug
99 symbol tables with this features as static variables and other non exported
136 symbol loading enabled, just don't strip your symbol tables and the expression

12345678910>>...26