Searched refs:how (Results 1 – 25 of 27) sorted by relevance
12
/busybox-1.35.0/libbb/ |
D | signals.c | 27 int FAST_FUNC sigprocmask_allsigs(int how) in sigprocmask_allsigs() argument 31 return sigprocmask(how, &set, NULL); in sigprocmask_allsigs() 34 int FAST_FUNC sigprocmask2(int how, sigset_t *set) in sigprocmask2() argument 41 return sigprocmask(how, set, oset); in sigprocmask2()
|
/busybox-1.35.0/shell/ash_test/ash-signals/ |
D | signal9.tests | 3 # but so far I did not figure out how to simulate it non-interactively.
|
/busybox-1.35.0/shell/hush_test/hush-signals/ |
D | signal9.tests | 3 # but so far I did not figure out how to simulate it non-interactively.
|
/busybox-1.35.0/shell/ash_test/ash-redir/ |
D | redir_script.tests | 3 # for globbing. It is unwanted, but I don't know how to filter it out.
|
/busybox-1.35.0/shell/hush_test/hush-redir/ |
D | redir_script.tests | 3 # for globbing. It is unwanted, but I don't know how to filter it out.
|
/busybox-1.35.0/examples/ |
D | inittab | 83 # Example of how to put a getty on a serial line (for a terminal) 87 # Example how to put a getty on a modem line.
|
/busybox-1.35.0/loginutils/ |
D | Config.src | 29 smaller, and I will get fewer emails asking about how glibc NSS 56 how glibc NSS works). When this option is enabled, you will not be
|
/busybox-1.35.0/docs/ |
D | mdev.txt | 5 For those of us who know how to use mdev, a primer might seem lame. For 7 seem to get their head around how it works. Thus, a primer. 128 kernel, so look there if you need to know how to name the file in userspace.
|
D | Serial-Programming-HOWTO.txt | 9 This document describes how to program communications with devices 69 This HOWTO will attempt to give hints about how to write a program 206 Here is an example of how to add RTS/CTS flow control: 359 See the lines.c file in my "serial_suite" for an example of how these 407 <ftp://scicom.alphacdc.com/pub/linux> for an example of how these lock
|
D | tcp.txt | 37 int l_linger; /* how many seconds to linger for */
|
D | contributing.txt | 5 you can help, guidelines on testing, and how to submit a well-formed patch 28 For information on how to check out Busybox development tree, please look at the 226 Here are some guidelines on how to submit a patch to Busybox. 263 are some guidelines on how to test your changes.
|
D | busybox_footer.pod | 4 of the C library for the local environment, and to configure how it reads
|
D | keep_data_small.txt | 61 One example how to reduce global data usage is in
|
D | unicode_UTF-8-test.txt | 6 This test file can help you examine, how your UTF-8 decoder handles
|
D | style-guide.txt | 538 Doesn't matter how that program behaves on some other flavor of *NIX; doesn't 647 illustrates how to emphasize logical blocks:
|
/busybox-1.35.0/examples/bootfloppy/ |
D | bootfloppy.txt | 4 This document describes how to buid a boot floppy using the following 20 Detailed instructions on how to build Busybox, uClibc, or a working Linux
|
/busybox-1.35.0/shell/ |
D | hush_doc.txt | 14 smallint followup - how this pipe is related to next: is it 72 Note how "THEN" and "DO" does not just mark the first pipe,
|
/busybox-1.35.0/networking/udhcp/ |
D | Config.src | 130 This option controls how high it can be cranked up.
|
/busybox-1.35.0/examples/var_service/ |
D | README_distro_proposal.txt | 77 would not need to know how a particular distro manages logs. 83 Proposed "standard" on how distros should use runit
|
D | README | 79 using "svlogd -tt". p_log and w_log scripts demonstrage how you can
|
/busybox-1.35.0/ |
D | README | 2 Please refer to the INSTALL file for instructions on how to build.
|
D | LICENSE | 117 these conditions, and telling the user how to view a copy of this 319 Also add information on how to contact you by electronic and paper mail.
|
D | TODO | 11 have any suggestions how they plan to go about it, and to minimize conflicts
|
D | NOFORK_NOEXEC.lst | 10 talks to network/serial/etc: it's not known how long the delay can be,
|
/busybox-1.35.0/include/ |
D | libbb.h | 636 int sigprocmask_allsigs(int how) FAST_FUNC; 638 int sigprocmask2(int how, sigset_t *set) FAST_FUNC;
|
12