Home
last modified time | relevance | path

Searched refs:list (Results 1 – 25 of 34) sorted by relevance

12

/coreutils/tests/od/
Dod-multiple-t.sh29 list='a c dC dS dI dL oC oS oI oL uC uS uI uL xC xS xI xL fF fD fL'
30 for format1 in $list; do
31 for format2 in $list; do
/coreutils/src/
Dkill.c207 bool list = false; in main() local
265 if (list) in main()
270 list = true; in main()
282 else if (list) in main()
288 if ( ! list && argc <= optind) in main()
294 return (list in main()
Dtr.c641 append_normal_char (struct Spec_list *list, unsigned char c) in append_normal_char() argument
647 list->tail->next = new; in append_normal_char()
648 list->tail = new; in append_normal_char()
657 append_range (struct Spec_list *list, unsigned char first, unsigned char last) in append_range() argument
676 list->tail->next = new; in append_range()
677 list->tail = new; in append_range()
687 append_char_class (struct Spec_list *list, in append_char_class() argument
697 list->tail->next = new; in append_char_class()
698 list->tail = new; in append_char_class()
708 append_repeated_char (struct Spec_list *list, unsigned char the_char, in append_repeated_char() argument
[all …]
Dexpand-common.c314 set_file_list (char **list) in set_file_list() argument
318 if (!list) in set_file_list()
321 file_list = list; in set_file_list()
Dlocal.mk40 src/make-prime-list
51 src/group-list.h \
376 src_id_SOURCES = src/id.c src/group-list.c
377 src_groups_SOURCES = src/groups.c src/group-list.c
535 $(MAKE) src/make-prime-list$(EXEEXT)
537 $(AM_V_at)src/make-prime-list$(EXEEXT) 5000 > $@-t
/coreutils/m4/
Dinclude-exclude-prog.m427 # Given the name of a variable containing a space-separated list of
28 # install-by-default programs and the list of do-not-install-by-default
30 # "do-install" requests. The names in the latter list should be comma-
60 # valid name, remove it from the list of programs to build/install,
61 # as well as from the list of man pages to install.
79 # already on the default-no-install list.
Dprereq.m437 # There's no need to list gnulib modules here, since gnulib-tool
/coreutils/man/
Ddir.x2 dir \- list directory contents
Dvdir.x2 vdir \- list directory contents
Dls.x2 ls \- list directory contents
Dkill.x2 kill \- send signals to processes, or list signals
/coreutils/build-aux/
Dgen-lists-of-programs.sh185 1,--list-progs)
Dgen-single-binary.sh28 ALL_PROGRAMS=$($GEN_LISTS_OF_PROGRAMS --list-progs \
/coreutils/.github/
DPULL_REQUEST_TEMPLATE.txt10 Before sending the bug, please consult the FAQ and Mailing list
25 contains a list of some quirks and unexpected behavior (which are often
33 * Coreutils Mailing list (General usage and advice):
69 Before suggesting a new feature, read the list of rejected features requests:
DISSUE_TEMPLATE.txt16 contains a list of some quirks and unexpected behavior (which are often
24 * Coreutils Mailing list (General usage and advice):
/coreutils/
Dcfg.mk117 $(SHELL) build-aux/vc-list-files tests \
158 .re-list:
174 sc_system_h_headers: .re-list
178 grep -nE -f .re-list \
838 ^(gl/.*|lib/euidaccess-stat|src/make-prime-list|src/cksum)\.c$$
842 ^src/((system|copy|chown-core|find-mount-point)\.h|make-prime-list\.c)$$
856 ^(gl/.*|lib/euidaccess-stat|src/make-prime-list)\.c$$
894 exclude_file_name_regexp--sc_prohibit_atoi_atof = ^src/make-prime-list\.c$$
DREADME-package-renamed-to-coreutils4 Here's the FAQ list:
D.gitignore15 /.re-list
199 /src/make-prime-list
Dconfigure.ac185 # This, $nw, is the list of warnings we disable.
596 dnl gl_ADD_PROG (updating $optional_bin_progs), and generate the list
598 dnl saving that list in the $no_install_progs_default shell variable.
635 # Convert the list to a space separated list
650 # single_binary_libs holds the list of libs required by the selected
658 # single_binary_deps holds the list of libsinglebin_*.a files that have the
DREADME-release10 are in your PATH. See the buildreq list in bootstrap.conf for
11 the complete list.
DTODO4 longer pertinent, please search the mailing list and post your intent
72 We tried list merge sort, but it was about 50% slower than the
DREADME20 See the file NEWS for a list of major changes in the current release.
69 convince us that it's worth adding. Please also consult the list of
/coreutils/tests/env/
Denv-signal-handler.sh119 env --default-signal --ignore-signal=INT --list-signal-handling true \
/coreutils/doc/
Dfdl.texi279 list of Invariant Sections in the Modified Version's license notice.
289 passage of up to 25 words as a Back-Cover Text, to the end of the list
309 list them all as Invariant Sections of your combined work in its
318 Make the same adjustment to the section titles in the list of
488 with the Invariant Sections being @var{list their titles}, with
489 the Front-Cover Texts being @var{list}, and with the Back-Cover Texts
490 being @var{list}.
/coreutils/po/
DPOTFILES.in70 src/group-list.c

12