Searched refs:max (Results 1 – 12 of 12) sorted by relevance
/coreutils/gl/lib/ |
D | xdectoint.c | 37 __xnumtoint (char const *n_str, int base, __xdectoint_t min, __xdectoint_t max, in __xnumtoint() argument 47 if (tnum < min || max < tnum) in __xnumtoint() 84 __xdectoint (char const *n_str, __xdectoint_t min, __xdectoint_t max, in __xdectoint() argument 87 return __xnumtoint (n_str, 10, min, max, suffixes, err, err_exit); in __xdectoint()
|
D | xdectoint.h | 24 type name (char const *n_str, type min, type max, \ 28 type name (char const *n_str, int base, type min, type max, \
|
/coreutils/tests/du/ |
D | max-depth.sh | 25 du --max-depth=2 a > out 2>err || fail=1
|
/coreutils/src/ |
D | make-prime-list.c | 76 wide_uint max = -1; in process_prime() local 79 info->lim = max / p; in process_prime()
|
D | stty.c | 445 static unsigned long int integer_arg (char const *s, unsigned long int max);
|
/coreutils/tests/ |
D | Coreutils.pm | 271 my $max = 30; 272 if ($max < length $test_name) 274 warn "$program_name: $test_name: test name is too long (> $max)\n";
|
D | local.mk | 578 tests/du/max-depth.sh \
|
/coreutils/ |
D | cfg.mk | 82 max=$$(sed -n '/^#define LONGEST_SYMBOL /s///p' $(dd_c) \ 84 if test "$$len" = "$$max"; then :; else \ 845 _gl_src = (xdecto.max|cl-strtold)
|
D | init.cfg | 747 # with a max delay of 3.2s (doubled each time), or a total of 6.3s
|
D | NEWS | 940 cut supports line lengths up to the max file size on 32 bit systems. 1114 stat -f -c %l, used to output the max file name length on a file system, 2204 [The default max memory usage changed from 50% to 100% in coreutils-8.16] 2774 du recognizes -d N as equivalent to --max-depth=N, for compatibility 5083 tail's undocumented --max-consecutive-size-changes option has been removed.
|
/coreutils/scripts/git-hooks/ |
D | commit-msg | 126 and return "line length ($len) greater than than max: $max_len";
|
/coreutils/doc/ |
D | coreutils.texi | 3164 @item --max-unchanged-stats=@var{n} 3165 @opindex --max-unchanged-stats 3830 With the @option{--max-line-length} option, @command{wc} prints the length 3878 @itemx --max-line-length 3880 @opindex --max-line-length 12557 @itemx --max-depth=@var{depth} 12559 @opindex --max-depth=@var{depth} 12563 is at level 0, so @code{du --max-depth=0} is equivalent to @code{du -s}.
|