Searched refs:stdbuf (Results 1 – 17 of 17) sorted by relevance
/coreutils/src/ |
D | stdbuf.c | 45 } 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 …]
|
D | libstdbuf.c | 138 stdbuf (void) in stdbuf() function
|
D | .gitignore | 92 stdbuf
|
/coreutils/tests/misc/ |
D | stdbuf.sh | 20 print_ver_ stdbuf env
|
D | usage_vs_getopt.sh | 29 env | chroot | nice | nohup | runcon | stdbuf | timeout ) rcexp=125 ;;
|
D | invalid-opt.pl | 39 stdbuf => 125,
|
/coreutils/man/ |
D | .gitignore | 81 stdbuf.1
|
D | local.mk | 151 man/stdbuf.1: src/stdbuf$(EXEEXT)
|
/coreutils/ |
D | configure.ac | 499 # 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';;
|
D | AUTHORS | 86 stdbuf: Pádraig Brady
|
D | README | 16 sha384sum sha512sum shred shuf sleep sort split stat stdbuf stty sum sync
|
D | cfg.mk | 887 ^tests/(local\.mk|(init|misc/stdbuf|factor/create-test)\.sh)$$|$(_cksum)
|
D | NEWS | 1870 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/ |
D | POTFILES.in | 120 src/stdbuf.c
|
/coreutils/scripts/git-hooks/ |
D | commit-msg | 23 sha384sum sha512sum shred shuf sleep sort split stat stdbuf stty
|
/coreutils/tests/ |
D | local.mk | 420 tests/misc/stdbuf.sh \
|
/coreutils/doc/ |
D | coreutils.texi | 118 * 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 …]
|