/busybox-1.35.0/networking/ |
D | httpd_helpers.sh | 18 -Wl,-Map -Wl,index.cgi.map \ 19 httpd_indexcgi.c -o index.cgi && strip index.cgi
|
D | ntpd.diff | 4 index 4695c33..ac05815 100644
|
/busybox-1.35.0/modutils/ |
D | modutils.h | 42 #define moddb_foreach_module(db, module, index) \ argument 43 for ((index) = 0; (index) < MODULE_HASH_SIZE; (index)++) \ 44 for (module = (db)->buckets[index]; module; module = module->next)
|
/busybox-1.35.0/testsuite/wget/ |
D | wget--O-overrides--P | 4 busybox wget -q -O index.html -P foo http://www.google.com/ 5 test -s index.html
|
D | wget-supports--P | 5 test -s foo/index.html
|
/busybox-1.35.0/networking/libiproute/ |
D | ll_map.c | 18 int index; member 34 if (im->index == idx) in find_by_index() 64 if (im->index == ifi->ifi_index) in ll_remember_index() 69 im->index = ifi->ifi_index; in ll_remember_index() 157 icache = im->index; in xll_name_to_index() 159 ret = im->index; in xll_name_to_index()
|
D | ipneigh.c | 31 int index; member 114 if (G_filter.index && G_filter.index != r->ndm_ifindex) in print_neigh() 166 if (!G_filter.index && r->ndm_ifindex) in print_neigh() 289 G_filter.index = xll_name_to_index(filter_dev); in ipneigh_list_or_flush() 290 if (G_filter.index == 0) { in ipneigh_list_or_flush()
|
/busybox-1.35.0/archival/libarchive/unxz/ |
D | xz_dec_stream.c | 116 } index; member 284 s->index.size += in_used; in index_update() 307 switch (s->index.sequence) { in dec_index() 309 s->index.count = s->vli; in dec_index() 316 if (s->index.count != s->block.count) in dec_index() 319 s->index.sequence = SEQ_INDEX_UNPADDED; in dec_index() 323 s->index.hash.unpadded += s->vli; in dec_index() 324 s->index.sequence = SEQ_INDEX_UNCOMPRESSED; in dec_index() 328 s->index.hash.uncompressed += s->vli; in dec_index() 329 s->index.hash.crc32 = xz_crc32( in dec_index() [all …]
|
/busybox-1.35.0/archival/libarchive/ |
D | liblzo.h | 67 #define UPDATE_I(dict,drun,index,p,in) dict[index] = DENTRY(p,in) argument
|
/busybox-1.35.0/applets/ |
D | applet_tables.c | 119 int ofs, offset[KNOWN_APPNAME_OFFSETS], index[KNOWN_APPNAME_OFFSETS]; in main() local 121 index[i] = i * NUM_APPLETS / KNOWN_APPNAME_OFFSETS; in main() 125 if (i == index[j]) in main()
|
/busybox-1.35.0/scripts/kconfig/lxdialog/ |
D | menubox.c | 101 #define print_item(index, choice, selected) \ argument 103 int hotkey = (items[(index) * 2][0] != ':'); \ 104 do_print_item(menu, items[(index) * 2 + 1], choice, selected, hotkey); \
|
/busybox-1.35.0/testsuite/ |
D | bc_numbers1.bc | 19 # this tests "index encoding" in bc.c: are numbers after 0xfc encoded correctly?
|
/busybox-1.35.0/shell/ |
D | ash_remove_unnecessary_code_in_backquote_expansion.patch | 57 index 45c747dbc..6f1458722 100644
|
D | ash.c | 8178 int index; member 8354 idx = cmdp->param.index; in printentry() 8736 int j = entry.u.index; in describe_command() 10502 int applet_no = (- cmdentry.u.index - 2); in evalcommand() 10549 shellexec(argv[0], argv, path, cmdentry.u.index); in evalcommand() 13694 entry->u.index = -1; in find_command() 13765 entry->u.index = -2 - applet_no; in find_command() 13777 prev = cmdp->param.index; in find_command() 13834 entry->u.index = idx; in find_command() 13840 cmdp->param.index = idx; in find_command()
|
/busybox-1.35.0/editors/ |
D | vi.c | 2622 int index; in setops() local 2626 index = index_in_strings(OPTS_STR, args + flg_no); in setops() 2628 if (index < 0) { in setops() 2634 index = 1 << (index >> 1); // convert to VI_bit in setops() 2636 if (index & VI_TABSTOP) { in setops() 2648 vi_setops &= ~index; in setops() 2650 vi_setops |= index; in setops()
|
/busybox-1.35.0/examples/bootfloppy/ |
D | bootfloppy.txt | 165 http://www.linuxdoc.org/HOWTO/Bootdisk-HOWTO/index.html
|
/busybox-1.35.0/scripts/kconfig/ |
D | lex.zconf.c_shipped | 105 * integer for use as an array index. If the signed char is negative, 244 static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
|
D | zconf.tab.c_shipped | 314 /* YYLAST -- Last index in YYTABLE. */
|
/busybox-1.35.0/docs/ |
D | contributing.txt | 219 - the comp.lang.c FAQ: http://home.datacomm.ch/t_wolf/tw/c/index.html#Sources
|
D | posix_conformance.txt | 270 match, substr, index, length, quote
|