Home
last modified time | relevance | path

Searched refs:handle (Results 1 – 16 of 16) sorted by relevance

/busybox-1.35.0/archival/
Dar.c57 static char FAST_FUNC filter_replaceable(archive_handle_t *handle) in filter_replaceable() argument
59 if (find_list_entry(handle->accept, handle->file_header->name)) in filter_replaceable()
65 static void output_ar_header(archive_handle_t *handle) in output_ar_header() argument
81 struct file_header_t *fh = handle->file_header; in output_ar_header()
83 if (handle->offset & 1) { in output_ar_header()
84 xwrite(handle->src_fd, "\n", 1); in output_ar_header()
85 handle->offset++; in output_ar_header()
92 fdprintf(handle->src_fd, "%-16.16s%-12lu%-6u%-6u%-8o%-10"OFF_FMT"u`\n", in output_ar_header()
101 handle->offset += AR_HEADER_LEN; in output_ar_header()
108 static void FAST_FUNC copy_data(archive_handle_t *handle) in copy_data() argument
[all …]
/busybox-1.35.0/scripts/kconfig/
Dkconfig_load.c13 void *handle; in kconfig_load() local
16 handle = dlopen("./libkconfig.so", RTLD_LAZY); in kconfig_load()
17 if (!handle) { in kconfig_load()
18 handle = dlopen("./scripts/kconfig/libkconfig.so", RTLD_LAZY); in kconfig_load()
19 if (!handle) { in kconfig_load()
27 name ## _p = dlsym(handle, #name); \ in kconfig_load()
Dzconf.tab.c_shipped1879 /* Pop the current state because it cannot handle the error token. */
/busybox-1.35.0/networking/
Dnslookup.c342 ns_msg handle; in parse_reply() local
355 if (ns_initparse(msg, len, &handle) != 0) { in parse_reply()
360 for (i = 0; i < ns_msg_count(handle, ns_s_an); i++) { in parse_reply()
361 if (ns_parserr(&handle, ns_s_an, i, &rr) != 0) { in parse_reply()
404 if (ns_name_uncompress(ns_msg_base(handle), ns_msg_end(handle), in parse_reply()
419 if (ns_name_uncompress(ns_msg_base(handle), ns_msg_end(handle), in parse_reply()
448 n = ns_name_uncompress(ns_msg_base(handle), ns_msg_end(handle), in parse_reply()
469 n = ns_name_uncompress(ns_msg_base(handle), ns_msg_end(handle), in parse_reply()
479 n = ns_name_uncompress(ns_msg_base(handle), ns_msg_end(handle), in parse_reply()
Dtc.c571 uint32_t handle; in tc_main() local
574 if (get_tc_classid(&handle, *argv)) in tc_main()
576 msg.tcm_parent = handle; in tc_main()
578 filter_parent = handle; in tc_main()
/busybox-1.35.0/docs/
Dunicode.txt3 There are several scenarios where we need to handle unicode
8 We want to correctly handle input of unicode characters.
12 But we also need to handle the following problematic moments:
40 Note: need to handle tabs and backspaces specially
46 and/or to specified screen width. Need to handle tabs specially.
/busybox-1.35.0/shell/hush_test/hush-parsing/
Dcomment2.tests4 # Surprisingly, bash does not handle comments in $()
/busybox-1.35.0/shell/ash_test/ash-parsing/
Dcomment2.tests4 # Surprisingly, bash does not handle comments in $()
/busybox-1.35.0/miscutils/
Dconspy.c535 int handle, result; in conspy_main() local
538 handle = xopen(tty_name, O_WRONLY); in conspy_main()
539 result = ioctl(handle, KDGKBMODE, &kbd_mode); in conspy_main()
548 result = ioctl(handle, TIOCSTI, p); in conspy_main()
563 close(handle); in conspy_main()
568 close(handle); in conspy_main()
/busybox-1.35.0/shell/ash_test/ash-redir/
Dredir_script.tests26 # One legit way to handle it is to move script fd. For example, if we see that fd 10 moved to fd 11:
/busybox-1.35.0/shell/hush_test/hush-redir/
Dredir_script.tests26 # One legit way to handle it is to move script fd. For example, if we see that fd 10 moved to fd 11:
/busybox-1.35.0/util-linux/
DConfig.src57 example a mount under chroot won't update it), can't handle modern
/busybox-1.35.0/libbb/
DConfig.src14 There are 3 ways busybox can handle buffer allocations:
284 to handle them correctly. Choose the smallest value
/busybox-1.35.0/
DTODO15 Implement bb_realpath() that can handle NULL on non-glibc.
116 Make sure we handle empty files properly:
DConfig.in35 This option makes grep, sed etc handle rare corner cases
/busybox-1.35.0/examples/var_service/
DREADME82 Other services which have logs handle them in the same way.