Home
last modified time | relevance | path

Searched refs:info (Results 1 – 16 of 16) sorted by relevance

/coreutils/src/
Dstty.c442 static bool set_mode (struct mode_info const *info, bool reversed,
458 static void set_control_char (struct control_info const *info,
1488 set_mode (struct mode_info const *info, bool reversed, struct termios *mode) in set_mode() argument
1492 if (reversed && (info->flags & REV) == 0) in set_mode()
1495 bitsp = mode_type_flag (info->type, mode); in set_mode()
1500 if (STREQ (info->name, "evenp") || STREQ (info->name, "parity")) in set_mode()
1507 else if (STREQ (info->name, "oddp")) in set_mode()
1514 else if (STREQ (info->name, "nl")) in set_mode()
1540 else if (STREQ (info->name, "ek")) in set_mode()
1545 else if (STREQ (info->name, "sane")) in set_mode()
[all …]
Dmake-prime-list.c74 process_prime (struct prime *info, unsigned p) in process_prime() argument
77 info->p = p; in process_prime()
78 info->pinv = binvert (p); in process_prime()
79 info->lim = max / p; in process_prime()
Ddu.c506 int info = ent->fts_info; in process_file() local
508 if (info == FTS_DNR) in process_file()
514 else if (info != FTS_DP) in process_file()
521 if (info == FTS_NSOK) in process_file()
526 info = ent->fts_info; in process_file()
529 if (info == FTS_NS || info == FTS_SLNONE) in process_file()
554 if (info == FTS_D) in process_file()
564 switch (info) in process_file()
649 if (! (opt_separate_dirs && IS_DIR_TYPE (info))) in process_file()
656 if ((IS_DIR_TYPE (info) && level <= max_depth) in process_file()
/coreutils/doc/
D.gitignore10 /coreutils.info
Dcoreutils.texi3 @setfilename coreutils.info
1596 @c 'info coreutils "touch invocation"' work as expected.
2601 @c The 'info' spec does not permit that. If we use those lines, we end
15697 Send an info signal. Not currently supported on GNU/Linux. Non-POSIX.
/coreutils/man/
Ddummy-man32 --info-page=*);;
Dtouch.x13 documented here but is fully described in the info documentation.
Ddate.x13 documented here but is fully described in the info documentation.
Dlocal.mk203 --info-page='\(aq(coreutils) '$$name' invocation\(aq' \
/coreutils/
Dcfg.mk342 sc_texi_long_option_escaped: doc/coreutils.info
439 if info libc date calendar format 2>/dev/null | \
442 >$@-info; \
445 diff -u $@-src $@-info || exit 1; \
449 rm -f $@-info $@-src $@-tmp; \
DMakefile.am95 $(distdir)/doc/coreutils.info
DTHANKS.in331 Joseph D. Wagner joe@josephdwagner.info
415 Mathias Brodala info@noctus.net
DHACKING563 * git log: to get most of the same info in text form
DNEWS5325 'test -t 1'. To get help and version info for 'test', use
/coreutils/tests/
DCoreutils.pm141 my $info = (defined $in_or_out ? "std$in_or_out " : '');
142 warn "$program_name: test $test_name: ${info}mismatch, comparing "
/coreutils/scripts/build-older-versions/
DREADME.older-versions115 INFO pages in `$HOME/old-coreutils/coreutils-{VERSION}/share/info`.