/freebsd/contrib/less/ |
H A D | lesskey_parse.c | 143 static void init_tables(struct lesskey_tables *tables) in init_tables() argument 145 tables->currtable = &tables->cmdtable; in init_tables() 147 tables->cmdtable.names = cmdnames; in init_tables() 148 tables->cmdtable.is_var = 0; in init_tables() 149 xbuf_init(&tables->cmdtable.buf); in init_tables() 151 tables->edittable.names = editnames; in init_tables() 152 tables->edittable.is_var = 0; in init_tables() 153 xbuf_init(&tables->edittable.buf); in init_tables() 155 tables->vartable.names = NULL; in init_tables() 156 tables->vartable.is_var = 1; in init_tables() [all …]
|
H A D | lesskey.c | 279 struct lesskey_tables tables; in main() local 308 errors = parse_lesskey(infile, &tables); in main() 340 fputint(out, tables.cmdtable.buf.end); in main() 341 fputbytes(out, (char *)tables.cmdtable.buf.data, tables.cmdtable.buf.end); in main() 344 fputint(out, tables.edittable.buf.end); in main() 345 fputbytes(out, (char *)tables.edittable.buf.data, tables.edittable.buf.end); in main() 349 fputint(out, tables.vartable.buf.end); in main() 350 fputbytes(out, (char *)tables.vartable.buf.data, tables.vartable.buf.end); in main()
|
H A D | decode.c | 851 static struct lesskey_tables tables; in lesskey_src() local 852 int r = parse_lesskey(filename, &tables); in lesskey_src() 855 add_fcmd_table(xbuf_char_data(&tables.cmdtable.buf), tables.cmdtable.buf.end); in lesskey_src() 856 add_ecmd_table(xbuf_char_data(&tables.edittable.buf), tables.edittable.buf.end); in lesskey_src() 858 xbuf_char_data(&tables.vartable.buf), tables.vartable.buf.end); in lesskey_src()
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | gen-normalize.py | 143 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 D | gen-errorlist.py | 50 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 D | gen-map.py | 51 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 D | gen-bidi.py | 48 tables = rfc3454.read(sys.argv[1]) variable 82 for l in tables[table]:
|
/freebsd/usr.bin/getaddrinfo/ |
H A D | Makefile | 5 SRCS= getaddrinfo.c tables.h 14 CLEANFILES+= tables.h 15 tables.h: tables.awk ${SYS_SOCKET_H}
|
/freebsd/contrib/ntp/libntp/lib/isc/ |
H A D | result.c | 112 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/sys/contrib/device-tree/Bindings/memory-controllers/ |
H A D | nvidia,tegra20-emc.txt | 11 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/netbsd-tests/ipf/expected/ |
H A D | n4 | 20 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 D | n4_6 | 20 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 D | n6 | 24 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 D | n6_6 | 24 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 D | f11 | 24 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 D | n10 | 13 List of configured hash tables 37 List of configured hash tables 61 List of configured hash tables
|
H A D | n18 | 26 List of configured hash tables 63 List of configured hash tables 100 List of configured hash tables
|
H A D | n7 | 21 List of configured hash tables 53 List of configured hash tables 87 List of configured hash tables
|
H A D | n7_6 | 21 List of configured hash tables 53 List of configured hash tables 87 List of configured hash tables
|
H A D | n2 | 32 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 D | n11 | 27 List of configured hash tables 68 List of configured hash tables 113 List of configured hash tables
|
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_fs_tcp.c | 135 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() 192 * of flow tables. in accel_fs_tcp_add_default_rule() 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]; 348 ft = fs_tcp->tables + i; in accel_fs_tcp_destroy_table() 384 * Create flow tables first, because the priority level is in mlx5e_accel_fs_tcp_create()
|
/freebsd/lib/libsysdecode/ |
H A D | Makefile | 112 CLEANFILES= ioctl.c ioctl.c.tmp tables.h tables_linux.h 128 DEPENDOBJS+= tables.h tables_linux.h 134 tables.h: mktables 153 beforedepend: ioctl.c tables.h tables_linux.h
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | MultiOnDiskHashTable.h | 105 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() 250 for (auto *ODT : tables()) { in find() 275 for (auto *ODT : tables()) { in findAll()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/ |
H A D | Options.td | 10 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)">;
|