Searched refs:dummy (Results 1 – 8 of 8) sorted by relevance
/coreutils/src/ |
D | shuf.c | 203 struct linebuffer dummy; in read_input_reservoir_sampling() local 204 initbuffer (&dummy); /* space for lines not put in reservoir. */ in read_input_reservoir_sampling() 218 line = (j < k) ? (&rsrv[j]) : (&dummy); in read_input_reservoir_sampling() 225 freebuffer (&dummy); in read_input_reservoir_sampling()
|
D | copy.c | 1469 char dummy[1]; in copy_reg() local 1470 if (0 <= readlinkat (dst_dirfd, dst_relname, dummy, sizeof dummy)) in copy_reg()
|
D | factor.c | 1267 MAYBE_UNUSED uintmax_t dummy; in prime_p() local 1268 udiv_qrnnd (dummy, a_prim, s1, s0, n); in prime_p()
|
/coreutils/man/ |
D | local.mk | 19 EXTRA_DIST += man/help2man man/dummy-man 23 run_help2man = $(SHELL) $(srcdir)/man/dummy-man 32 run_help2man = $(SHELL) $(srcdir)/man/dummy-man
|
/coreutils/tests/ |
D | Coreutils.pm | 291 my @dummy = @$tt; 292 my $t = \@dummy;
|
/coreutils/ |
D | cfg.mk | 387 for p in dummy $(all-progs-but-lbracket); do \ 389 test $$p = dummy && continue; \
|
D | NEWS | 1044 df no longer interacts with dummy file system types, so for example 1640 them being considered "dummy" mounts. 2019 whether our dummy user, $NON_ROOT_USERNAME, was able to run binaries from 2099 root-only tests now check for permissions of our dummy user,
|
/coreutils/doc/ |
D | coreutils.texi | 12184 With the same logic, @command{df} elides a mount entry of a dummy pseudo device 12207 Include in the listing dummy, duplicate, or inaccessible file systems, which 13527 be used as a dummy shell for the purpose of disabling accounts. 13572 be used as a dummy shell for the purpose of disabling accounts.
|