Home
last modified time | relevance | path

Searched refs:invalid (Results 1 – 19 of 19) sorted by relevance

/coreutils/tests/timeout/
Dtimeout-parameters.sh27 returns_ 125 timeout invalid sleep 0 || fail=1
30 returns_ 125 timeout --kill-after=invalid 1 sleep 0 || fail=1
42 returns_ 125 timeout --signal=invalid 1 sleep 0 || fail=1
/coreutils/tests/chroot/
Dchroot-credentials.sh41 returns_ $EXIT_CANCELED chroot --groups="$g" / id -G >invalid || fail=1
42 compare /dev/null invalid || fail=1
/coreutils/src/
Dpathchk.c187 char const *invalid = file + validlen; in portable_chars_only() local
189 if (*invalid) in portable_chars_only()
192 size_t charlen = mbrlen (invalid, filelen - validlen, &mbstate); in portable_chars_only()
195 quotearg_n_style_mem (1, locale_quoting_style, invalid, in portable_chars_only()
Ddd.c1414 parse_integer (char const *str, strtol_error *invalid) in parse_integer() argument
1468 *invalid = e; in parse_integer()
1520 strtol_error invalid = LONGINT_OK; in scanargs() local
1521 intmax_t n = parse_integer (val, &invalid); in scanargs()
1580 invalid = LONGINT_INVALID; in scanargs()
1582 invalid = LONGINT_OVERFLOW; in scanargs()
1584 if (invalid != LONGINT_OK) in scanargs()
1585 error (EXIT_FAILURE, invalid == LONGINT_OVERFLOW ? EOVERFLOW : 0, in scanargs()
Dbasenc.c54 # error missing/invalid BASE_TYPE definition
/coreutils/tests/groups/
Dgroups-dash.sh23 user=:invalid
/coreutils/tests/seq/
Dseq-locale.sh24 LC_ALL= LANG=invalid LC_NUMERIC=$LOCALE_FR_UTF8 seq 0.1 0.2 0.7 > out || fail=1
/coreutils/tests/mkdir/
Dselinux.sh27 c=invalid-selinux-context
/coreutils/tests/ls/
Dtime-style-diag.sh25 ls: invalid argument 'XX' for 'time style'
Dclassify.sh61 returns_ 1 ls --classify=invalid || fail=1
/coreutils/tests/du/
Dthreshold.sh70 du: invalid --threshold argument 'SIZE'
76 du: invalid -t argument 'SIZE'
83 du: invalid --threshold argument '-0'
96 du: invalid --threshold argument ''
/coreutils/tests/misc/
Dsleep.sh24 returns_ 1 timeout 10 sleep invalid || fail=1
/coreutils/tests/date/
Ddate-debug.sh76 date: error: invalid date/time value:
84 date: invalid date 'TZ="America/Edmonton" 2006-04-02 02:30:00'
/coreutils/scripts/git-hooks/
Dcommit-msg76 and return 'invalid first word(s) of summary line: ' . join (', ', @bad);
/coreutils/
DNEWS70 Previously numbers of the form '1024x1024x32' gave "invalid number" errors.
261 invalid speed arguments, or give false warnings for valid speeds.
573 invalid combinations of case character classes.
1178 ensuring there are no side effects to specifying an invalid option.
1932 cut no longer accepts the invalid range 0-, which made it print empty lines.
2064 rm -r S/ (where S is a symlink-to-directory) no longer gives the invalid
2150 rather than diagnosing the invalid input. Now it reports this:
2151 date: invalid date '\260'
2484 tool exit non-zero for any invalid input line, rather than just warning.
2627 reject file names invalid for that file system.
[all …]
Dinit.cfg338 echo "$0: invalid output ('$my_uid') from 'id -u'" 1>&2
364 *) echo "$0: invalid mode string: $rwx" 1>&2; return;;
/coreutils/tests/
Dlocal.mk171 tests/misc/invalid-opt.pl \
422 tests/stty/stty-invalid.sh \
/coreutils/doc/
Dsort-version.texi750 Note that @command{dpkg} will warn if the strings have invalid syntax:
762 invalid character in version number
Dcoreutils.texi1536 invalid computations such as dividing zero by itself. For more
4285 if one or more input line is invalid,
7138 individual bytes, or where data might contain invalid bytes that are
7233 The class names are given below; an error results when an invalid class
7645 2 serious trouble (e.g., memory exhausted, invalid option, failure
13997 2 if the expression is invalid,
17054 date: invalid date '2016-12-31 23:59:60 +0000'
18581 This option is invalid with standard input.
19002 See @option{--invalid} for additional information regarding exit status.
19071 @item --invalid=@var{mode}
[all …]