Home
last modified time | relevance | path

Searched refs:index (Results 1 – 20 of 20) sorted by relevance

/busybox-1.35.0/networking/
Dhttpd_helpers.sh18 -Wl,-Map -Wl,index.cgi.map \
19 httpd_indexcgi.c -o index.cgi && strip index.cgi
Dntpd.diff4 index 4695c33..ac05815 100644
/busybox-1.35.0/modutils/
Dmodutils.h42 #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/
Dwget--O-overrides--P4 busybox wget -q -O index.html -P foo http://www.google.com/
5 test -s index.html
Dwget-supports--P5 test -s foo/index.html
/busybox-1.35.0/networking/libiproute/
Dll_map.c18 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()
Dipneigh.c31 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/
Dxz_dec_stream.c116 } 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/
Dliblzo.h67 #define UPDATE_I(dict,drun,index,p,in) dict[index] = DENTRY(p,in) argument
/busybox-1.35.0/applets/
Dapplet_tables.c119 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/
Dmenubox.c101 #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/
Dbc_numbers1.bc19 # this tests "index encoding" in bc.c: are numbers after 0xfc encoded correctly?
/busybox-1.35.0/shell/
Dash_remove_unnecessary_code_in_backquote_expansion.patch57 index 45c747dbc..6f1458722 100644
Dash.c8178 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/
Dvi.c2622 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/
Dbootfloppy.txt165 http://www.linuxdoc.org/HOWTO/Bootdisk-HOWTO/index.html
/busybox-1.35.0/scripts/kconfig/
Dlex.zconf.c_shipped105 * 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. */
Dzconf.tab.c_shipped314 /* YYLAST -- Last index in YYTABLE. */
/busybox-1.35.0/docs/
Dcontributing.txt219 - the comp.lang.c FAQ: http://home.datacomm.ch/t_wolf/tw/c/index.html#Sources
Dposix_conformance.txt270 match, substr, index, length, quote