Home
last modified time | relevance | path

Searched refs:table (Results 1 – 15 of 15) sorted by relevance

/busybox-1.35.0/networking/
Dvconfig.c76 static const char *xfind_str(const char *table, const char *str) in xfind_str() argument
78 while (strcasecmp(str, table + 1) != 0) { in xfind_str()
79 if (!table[0]) in xfind_str()
81 table += table[0]; in xfind_str()
83 return table - 1; in xfind_str()
Dhttpd.c1822 const char *table = suffixTable; in send_file_and_exit() local
1824 for (; *table; table = table_next) { in send_file_and_exit()
1827 mime_type = table + strlen(table) + 1; in send_file_and_exit()
1829 try_suffix = strstr(table, suffix); in send_file_and_exit()
/busybox-1.35.0/util-linux/
Dmkfs_ext2.txt9 this affects inode table in block groups
57 …Inode table at 4-225 (+4) Inode table at 45-487 (+45)
66 …Inode table at 32772-32993 (+4) Inode table at 32813-33255…
73 …Inode table at 65538-65759 (+2) Inode table at 65538-65980…
/busybox-1.35.0/console-tools/
Dloadfont.c278 unsigned char *table; in do_load() local
320 table = font + fontsize * charsize; in do_load()
323 if (table > buffer || (!has_table && table != buffer)) in do_load()
329 do_loadtable(fd, table, buffer - table, fontsize, has_table - 1); in do_load()
/busybox-1.35.0/libbb/
Dunicode.c281 static int in_interval_table(unsigned ucs, const struct interval *table, unsigned max) in in_interval_table() argument
286 if (ucs < table[0].first || ucs > table[max].last) in in_interval_table()
292 if (ucs > table[mid].last) in in_interval_table()
294 else if (ucs < table[mid].first) in in_interval_table()
302 static int in_uint16_table(unsigned ucs, const uint16_t *table, unsigned max) in in_uint16_table() argument
308 first = table[0] >> 2; in in_uint16_table()
311 last = (table[max] >> 2) + (table[max] & 3); in in_uint16_table()
318 first = table[mid] >> 2; in in_uint16_table()
319 last = first + (table[mid] & 3); in in_uint16_table()
DConfig.src332 With this option on, more extensive (and bigger) table
/busybox-1.35.0/testsuite/
Dmakedevs.device_table.txt3 # table you can create device nodes and directories "on the fly".
5 # This is a sample device table file for use with genext2fs. You can
6 # do all sorts of interesting things with a device table file. For
12 # Furthermore, you can use a single table entry to create a many device
14 # I could just use the following two table entries:
18 # Device table entries take the form of:
/busybox-1.35.0/modutils/
DConfig.src73 bool "Add module symbols to kernel symbol table"
77 By adding module symbols to the kernel symbol table, Oops messages
80 table for proper debugging support. If you are not interested in
/busybox-1.35.0/networking/libiproute/
Diplink.c603 uint32_t table; in vrf_parse_opt() local
609 table = get_u32(*argv, "table"); in vrf_parse_opt()
610 addattr_l(n, size, IFLA_VRF_TABLE, &table, sizeof(table)); in vrf_parse_opt()
/busybox-1.35.0/miscutils/
Dmakedevs.c310 # error makedevs configuration error, either leaf or table must be selected
/busybox-1.35.0/procps/
Dps.posix158 The following table specifies the default header to be used in the
/busybox-1.35.0/
DTODO39 into some kind of message table not only makes translation easier, but
/busybox-1.35.0/docs/
Dposix_conformance.txt2 Busybox POSIX conformance table
Dstyle-guide.txt449 certain library functions are (mis)used. The following table offers a summary
/busybox-1.35.0/scripts/kconfig/
Dzconf.tab.c_shipped61 /* Put the tokens into the symbol table, so that GDB and other debuggers