Home
last modified time | relevance | path

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

12345678910>>...16

/freebsd/contrib/less/
H A Dlesskey_parse.c162 static void init_tables(struct lesskey_tables *tables) in init_tables() argument
164 tables->currtable = &tables->cmdtable; in init_tables()
166 tables->cmdtable.names = cmdnames; in init_tables()
167 tables->cmdtable.is_var = 0; in init_tables()
168 xbuf_init(&tables->cmdtable.buf); in init_tables()
170 tables->edittable.names = editnames; in init_tables()
171 tables->edittable.is_var = 0; in init_tables()
172 xbuf_init(&tables->edittable.buf); in init_tables()
174 tables->vartable.names = NULL; in init_tables()
175 tables->vartable.is_var = 1; in init_tables()
[all …]
/freebsd/crypto/heimdal/lib/wind/
H A Dgen-normalize.py143 tables = {} variable
147 global table, tables
150 tables[ret] = [0] + [None] * 16
161 add(tables[table[i]], k[1:], v)
166 add(tables[top], k, v)
173 for k in sortedKeys(tables) :
174 t = tables[k]
196 for k in sortedKeys(tables) :
197 t = tables[k]
H A Dgen-errorlist.py50 tables = rfc3454.read(sys.argv[1]) variable
54 tables[x] = t2[x]
89 for l in tables[t]:
104 (start, length, description, tables) = x
105 symbols = stringprep.symbols(error_list, tables)
110 % (start, length, symbols, ",".join(tables), description))
H A Dgen-map.py51 tables = rfc3454.read(sys.argv[1]) variable
55 tables[x] = t2[x]
92 for l in tables[t]:
130 (key, value, description, tables) = x
131 symbols = stringprep.symbols(map_list, tables)
133 print "no symbol for %s %s (%s)" % (key, description, tables)
137 % (key, len(v), offsetTable[key], symbols, ",".join(tables), description))
H A Dgen-bidi.py48 tables = rfc3454.read(sys.argv[1]) variable
82 for l in tables[table]:
/freebsd/usr.bin/getaddrinfo/
H A DMakefile5 SRCS= getaddrinfo.c tables.h
14 CLEANFILES+= tables.h
15 tables.h: tables.awk ${SYS_SOCKET_H}
/freebsd/tests/sys/netpfil/pf/
H A Dcounters.sh37 tables=$(mktemp) || exit 1
38 jexec router pfctl -qvvsT > $tables
39 cat $tables
107 …cat $tables | grep -A10 $table_name | tr '\n' ' ' | awk '{gsub("[\\[\\]]", " ", $0); gsub("[[:blan…
190 …cat $tables | grep -A10 $table_name | tr '\n' ' ' | awk '{gsub("[\\[\\]]", " ", $0); gsub("[[:blan…
247 …cat $tables | grep -A10 $table_name | tr '\n' ' ' | awk '{gsub("[\\[\\]]", " ", $0); gsub("[[:blan…
304 …cat $tables | grep -A10 $table_name | tr '\n' ' ' | awk '{gsub("[\\[\\]]", " ", $0); gsub("[[:blan…
355 …cat $tables | grep -A10 $table_name | tr '\n' ' ' | awk '{gsub("[\\[\\]]", " ", $0); gsub("[[:blan…
428 …cat $tables | grep -A10 $table_name | tr '\n' ' ' | awk '{gsub("[\\[\\]]", " ", $0); gsub("[[:blan…
507 …cat $tables | grep -A10 $table_name | tr '\n' ' ' | awk '{gsub("[\\[\\]]", " ", $0); gsub("[[:blan…
[all …]
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/
H A Dnvidia,tegra20-emc.txt11 set of tables can be present and said tables will be used
63 and the tables are stored directly under the emc node (see below).
67 - name : Should be emc-tables
79 There are two ways of specifying which tables to use:
81 * The simplest is if there is just one set of tables in the device tree,
92 used to select which tables to use.
97 - reg : either an opaque enumerator to tell different tables apart, or
/freebsd/contrib/ntp/libntp/lib/isc/
H A Dresult.c112 static ISC_LIST(resulttable) tables;
141 ISC_LIST_APPEND(tables, table, link); in register_table()
153 ISC_LIST_INIT(tables); in initialize_action()
182 for (table = ISC_LIST_HEAD(tables); in isc_result_totext()
/freebsd/contrib/netbsd-tests/ipf/expected/
H A Dn420 List of configured hash tables
51 List of configured hash tables
83 List of configured hash tables
114 List of configured hash tables
146 List of configured hash tables
179 List of configured hash tables
H A Dn4_620 List of configured hash tables
51 List of configured hash tables
83 List of configured hash tables
114 List of configured hash tables
146 List of configured hash tables
179 List of configured hash tables
H A Dn624 List of configured hash tables
59 List of configured hash tables
93 List of configured hash tables
128 List of configured hash tables
162 List of configured hash tables
H A Dn6_624 List of configured hash tables
59 List of configured hash tables
93 List of configured hash tables
128 List of configured hash tables
162 List of configured hash tables
H A Df1124 List of configured hash tables
60 List of configured hash tables
96 List of configured hash tables
132 List of configured hash tables
180 List of configured hash tables
228 List of configured hash tables
271 List of configured hash tables
H A Dn1013 List of configured hash tables
37 List of configured hash tables
61 List of configured hash tables
H A Dn1826 List of configured hash tables
63 List of configured hash tables
100 List of configured hash tables
H A Dn721 List of configured hash tables
53 List of configured hash tables
87 List of configured hash tables
H A Dn7_621 List of configured hash tables
53 List of configured hash tables
87 List of configured hash tables
H A Dn232 List of configured hash tables
73 List of configured hash tables
127 List of configured hash tables
180 List of configured hash tables
H A Dn2_632 List of configured hash tables
73 List of configured hash tables
127 List of configured hash tables
180 List of configured hash tables
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_tcp.c135 ft = &fs_tcp->tables[MLX5E_ACCEL_FS_IPV4_TCP]; in mlx5e_accel_fs_add_inpcb()
143 ft = &fs_tcp->tables[MLX5E_ACCEL_FS_IPV4_TCP]; in mlx5e_accel_fs_add_inpcb()
146 ft = &fs_tcp->tables[MLX5E_ACCEL_FS_IPV6_TCP]; in mlx5e_accel_fs_add_inpcb()
196 fs_tcp->tables[type + 1].t; in accel_fs_tcp_add_default_rule()
198 rule = mlx5_add_flow_rules(fs_tcp->tables[type].t, &spec, &flow_act, in accel_fs_tcp_add_default_rule()
315 struct mlx5e_flow_table *ft = &priv->fts.accel_tcp.tables[type]; in accel_fs_tcp_create_table()
348 ft = fs_tcp->tables + i; in accel_fs_tcp_destroy_table()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DMultiOnDiskHashTable.h105 table_range tables() { in tables() function
119 for (auto *T : tables()) in clear()
137 Tables.erase(std::remove_if(tables().begin().getCurrent(), Tables.end(), in removeOverriddenTables()
150 for (auto *ODT : tables()) { in condense()
247 for (auto *ODT : tables()) { in find()
272 for (auto *ODT : tables()) { in findAll()
/freebsd/lib/libsysdecode/
H A DMakefile113 CLEANFILES= ioctl.c ioctl.c.tmp tables.h tables_linux.h
129 DEPENDOBJS+= tables.h tables_linux.h
135 tables.h: mktables
154 beforedepend: ioctl.c tables.h tables_linux.h
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DOptions.td10 HelpText<"Build accelerator tables(default: none)\n"
45 "Create two output files: file w/o debug tables and file with debug tables",
46 "Create single output file, containing debug tables(default)">;
/freebsd/krb5/include/
H A DMakefile38 rebuild-error-tables: ${K5_ET_HEADERS}
42 .PHONY: rebuild-error-tables osconf.h

12345678910>>...16