Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/ash_test/ash-getopts/
Dgetopt_silent.tests5 # 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/
Dgetopt_silent.tests5 # 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/
Dps.posix68 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/
DLICENSE27 products derived from this software without specific prior written
/busybox-1.35.0/networking/
Dtelnetd.ctrlSQ.patch31 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/
Dbusybox_header.pod22 BusyBox has been written with size-optimization and limited resources in mind.
Dtcp.txt45 This makes kernel send FIN after all data is written:
Dembedded-scripts.txt92 Scripted applets are just as configurable as applets written in C.
Dbusybox_footer.pod31 not. If you have written code included in BusyBox, you should probably be
DSerial-Programming-HOWTO.txt303 o TCOFLUSH 1 flush any data written to the output buffer but not
Dcontributing.txt106 list at busybox@busybox.net. A well-written bug report should include a
Dstyle-guide.txt254 - Enums, macros, and constant variables are occasionally written in all
/busybox-1.35.0/
DREADME15 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
DLICENSE133 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.
DTODO169 call free might also be optimized out by the compiler if written right, so
/busybox-1.35.0/archival/libarchive/unxz/
DREADME8 XZ Embedded was written for use in the Linux kernel, but the code can
/busybox-1.35.0/networking/udhcp/
DConfig.src49 dumpleases displays the leases written out by the udhcpd.
/busybox-1.35.0/editors/
Dsed1line.txt353 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/
DREADME28 reimplementation of daemontools, written by Gerrit Pape.
/busybox-1.35.0/shell/
Dhush.c7721 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()