Home
last modified time | relevance | path

Searched refs:max (Results 1 – 12 of 12) sorted by relevance

/coreutils/gl/lib/
Dxdectoint.c37 __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()
Dxdectoint.h24 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/
Dmax-depth.sh25 du --max-depth=2 a > out 2>err || fail=1
/coreutils/src/
Dmake-prime-list.c76 wide_uint max = -1; in process_prime() local
79 info->lim = max / p; in process_prime()
Dstty.c445 static unsigned long int integer_arg (char const *s, unsigned long int max);
/coreutils/tests/
DCoreutils.pm271 my $max = 30;
272 if ($max < length $test_name)
274 warn "$program_name: $test_name: test name is too long (> $max)\n";
Dlocal.mk578 tests/du/max-depth.sh \
/coreutils/
Dcfg.mk82 max=$$(sed -n '/^#define LONGEST_SYMBOL /s///p' $(dd_c) \
84 if test "$$len" = "$$max"; then :; else \
845 _gl_src = (xdecto.max|cl-strtold)
Dinit.cfg747 # with a max delay of 3.2s (doubled each time), or a total of 6.3s
DNEWS940 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/
Dcommit-msg126 and return "line length ($len) greater than than max: $max_len";
/coreutils/doc/
Dcoreutils.texi3164 @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}.