Home
last modified time | relevance | path

Searched refs:stdbuf (Results 1 – 17 of 17) sorted by relevance

/coreutils/src/
Dstdbuf.c45 } stdbuf[3]; variable
279 for (size_t i = 0; i < ARRAY_CARDINALITY (stdbuf); i++) in set_libstdbuf_options()
281 if (stdbuf[i].optarg) in set_libstdbuf_options()
286 if (*stdbuf[i].optarg == 'L') in set_libstdbuf_options()
288 toupper (stdbuf[i].optc)); in set_libstdbuf_options()
291 toupper (stdbuf[i].optc), in set_libstdbuf_options()
292 stdbuf[i].size); in set_libstdbuf_options()
333 affirm (0 <= opt_fileno && opt_fileno < ARRAY_CARDINALITY (stdbuf)); in main()
334 stdbuf[opt_fileno].optc = c; in main()
337 stdbuf[opt_fileno].optarg = optarg; in main()
[all …]
Dlibstdbuf.c138 stdbuf (void) in stdbuf() function
D.gitignore92 stdbuf
/coreutils/tests/misc/
Dstdbuf.sh20 print_ver_ stdbuf env
Dusage_vs_getopt.sh29 env | chroot | nice | nohup | runcon | stdbuf | timeout ) rcexp=125 ;;
Dinvalid-opt.pl39 stdbuf => 125,
/coreutils/man/
D.gitignore81 stdbuf.1
Dlocal.mk151 man/stdbuf.1: src/stdbuf$(EXEEXT)
/coreutils/
Dconfigure.ac499 # Build stdbuf only if supported
508 AC_MSG_CHECKING([whether this system supports stdbuf])
515 static int stdbuf = 0;
520 stdbuf = 1;
522 if (stdbuf != 1)
528 gl_ADD_PROG([optional_bin_progs], [stdbuf])
606 *' stdbuf '*) pkglibexec_PROGRAMS='src/libstdbuf.so';;
DAUTHORS86 stdbuf: Pádraig Brady
DREADME16 sha384sum sha512sum shred shuf sleep sort split stat stdbuf stty sum sync
Dcfg.mk887 ^tests/(local\.mk|(init|misc/stdbuf|factor/create-test)\.sh)$$|$(_cksum)
DNEWS1870 stdbuf now requires at least one buffering mode option to be specified,
3059 is for consistency with stdbuf and timeout, and avoids ambiguity
3202 Before, this would print nothing and wait: stdbuf -o 4K tail -f /etc/passwd
3265 stdbuf: A new program to run a command with modified stdio buffering
/coreutils/po/
DPOTFILES.in120 src/stdbuf.c
/coreutils/scripts/git-hooks/
Dcommit-msg23 sha384sum sha512sum shred shuf sleep sort split stat stdbuf stty
/coreutils/tests/
Dlocal.mk420 tests/misc/stdbuf.sh \
/coreutils/doc/
Dcoreutils.texi118 * stdbuf: (coreutils)stdbuf invocation. Modify stdio buffering.
210 * Modified command invocation:: chroot env nice nohup stdbuf timeout
457 * stdbuf invocation:: Run a command with modified I/O buffering
1521 @command{runcon}, @command{sort}, @command{stdbuf}, @command{test},
17573 * stdbuf invocation:: Modify buffering of standard streams.
18521 @node stdbuf invocation
18522 @section @command{stdbuf}: Run a command with modified I/O stream buffering
18524 @pindex stdbuf
18528 @command{stdbuf} allows one to modify the buffering operations of the
18532 stdbuf @var{option}@dots{} @var{command}
[all …]