Searched refs:written (Results 1 – 20 of 20) sorted by relevance
/busybox-1.35.0/shell/ash_test/ash-getopts/ |
D | getopt_silent.tests | 5 # to the option character found, but no output shall be written 7 # unset and a diagnostic message shall be written to standard error."
|
/busybox-1.35.0/shell/hush_test/hush-getopts/ |
D | getopt_silent.tests | 5 # to the option character found, but no output shall be written 7 # unset and a diagnostic message shall be written to standard error."
|
/busybox-1.35.0/procps/ |
D | ps.posix | 68 shall be written unless the -f option is used, in which case the 69 login name shall be written. 90 fields specified shall be written in the order specified on the command 96 be written.
|
/busybox-1.35.0/archival/libarchive/bz/ |
D | LICENSE | 27 products derived from this software without specific prior written
|
/busybox-1.35.0/networking/ |
D | telnetd.ctrlSQ.patch | 31 subsequent read(2) from the terminal will return data written on the slave part of the pseudo termi… 51 will return data written on the slave part of the pseudo terminal preceded by a zero byte, or a sin…
|
/busybox-1.35.0/docs/ |
D | busybox_header.pod | 22 BusyBox has been written with size-optimization and limited resources in mind.
|
D | tcp.txt | 45 This makes kernel send FIN after all data is written:
|
D | embedded-scripts.txt | 92 Scripted applets are just as configurable as applets written in C.
|
D | busybox_footer.pod | 31 not. If you have written code included in BusyBox, you should probably be
|
D | Serial-Programming-HOWTO.txt | 303 o TCOFLUSH 1 flush any data written to the output buffer but not
|
D | contributing.txt | 106 list at busybox@busybox.net. A well-written bug report should include a
|
D | style-guide.txt | 254 - Enums, macros, and constant variables are occasionally written in all
|
/busybox-1.35.0/ |
D | README | 15 BusyBox has been written with size-optimization and limited resources in 101 list at busybox@busybox.net. a well-written bug report should include a
|
D | LICENSE | 133 your rights to work written entirely by you; rather, the intent is to 150 b) Accompany it with a written offer, valid for at least three 243 the limitation as if written in the body of this License. 339 `Gnomovision' (which makes passes at compilers) written by James Hacker.
|
D | TODO | 169 call free might also be optimized out by the compiler if written right, so
|
/busybox-1.35.0/archival/libarchive/unxz/ |
D | README | 8 XZ Embedded was written for use in the Linux kernel, but the code can
|
/busybox-1.35.0/networking/udhcp/ |
D | Config.src | 49 dumpleases displays the leases written out by the udhcpd.
|
/busybox-1.35.0/editors/ |
D | sed1line.txt | 353 ed"), but man pages are notoriously difficult. They are not written to 365 Versions of sed written for DOS invariably require double quotes 413 the nature of the problem. Various scripts in this file were written
|
/busybox-1.35.0/examples/var_service/ |
D | README | 28 reimplementation of daemontools, written by Gerrit Pape.
|
/busybox-1.35.0/shell/ |
D | hush.c | 7721 int len, written; in setup_heredoc() local 7745 written = write(pair.wr, heredoc, len); in setup_heredoc() 7746 if (written <= 0) in setup_heredoc() 7748 len -= written; in setup_heredoc() 7754 heredoc += written; in setup_heredoc()
|