Searched refs:invalid (Results 1 - 25 of 75) sorted by path

123

/haiku-fatelf/data/etc/
H A Dbash_completion249 "${FUNCNAME[0]}: \`$1': invalid number specifier" 1>&2
263 echo "bash: ${FUNCNAME[0]}: $1: invalid option" 1>&2
/haiku-fatelf/src/add-ons/decorators/BeDecorator/
H A DBeDecorator.cpp65 \return The blended color. If an invalid position was given, {0,0,0,0} is returned.
409 BeDecorator::_DrawFrame(BRect invalid) argument
411 STRACE(("_DrawFrame(%f,%f,%f,%f)\n", invalid.left, invalid.top,
412 invalid.right, invalid.bottom));
431 if (invalid.Intersects(fTopBorder)) {
446 if (invalid.Intersects(fLeftBorder.InsetByCopy(0, -fBorderWidth))) {
453 if (invalid.Intersects(fBottomBorder)) {
461 if (invalid
601 _DrawTab(BRect invalid) argument
[all...]
/haiku-fatelf/src/add-ons/decorators/MacDecorator/
H A DMacDecorator.cpp236 MacDecorator::_DrawFrame(BRect invalid) argument
390 MacDecorator::_DrawTab(BRect invalid) argument
394 if (!fTitleBarRect.IsValid() || !invalid.Intersects(fTitleBarRect))
/haiku-fatelf/src/add-ons/decorators/WinDecorator/
H A DWinDecorator.cpp247 WinDecorator::_DrawTab(BRect invalid) argument
251 if (!fTabRect.IsValid() || !invalid.Intersects(fTabRect) || fLook==B_NO_BORDER_WINDOW_LOOK)
260 if (!(fFlags & B_NOT_CLOSABLE) && invalid.Intersects(fCloseRect))
262 if (!(fFlags & B_NOT_ZOOMABLE) && invalid.Intersects(fZoomRect))
/haiku-fatelf/src/add-ons/kernel/file_systems/reiserfs/
H A DSettings.cpp255 bool invalid = false; local
257 for (int32 i = 0; !invalid && i < name.GetLength(); i++) {
259 invalid = true;
261 if (invalid)
/haiku-fatelf/src/apps/mediaplayer/
H A DVideoView.cpp331 BRegion invalid(fVideoFrame | frame);
332 invalid.Exclude(frame);
333 Invalidate(&invalid);
/haiku-fatelf/src/bin/bash/lib/intl/
H A Dloadmsgcat.c1064 /* This is invalid. These minor revisions need a hash table. */
1065 goto invalid;
1102 goto invalid;
1147 goto invalid;
1159 goto invalid;
1275 /* This is an invalid revision. */
1276 invalid:
1277 /* This is an invalid .mo file. */
/haiku-fatelf/src/bin/coreutils/
H A Dconfigure1569 as_fn_error "invalid feature name: $ac_useropt"
1595 as_fn_error "invalid feature name: $ac_useropt"
1799 as_fn_error "invalid package name: $ac_useropt"
1815 as_fn_error "invalid package name: $ac_useropt"
1854 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1863 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
5389 # Broken: success on invalid input.
5448 # Broken: success on invalid input.
5774 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
5807 *) as_fn_error "invalid valu
[all...]
/haiku-fatelf/src/bin/coreutils/lib/
H A Dmbrtowc.c112 /* mbtowc does not distinguish between invalid and incomplete multibyte
125 goto invalid;
181 goto invalid;
208 goto invalid;
221 goto invalid;
239 goto invalid;
272 goto invalid;
284 goto invalid;
308 invalid:
H A Dmodechange.c182 goto invalid;
278 invalid:
/haiku-fatelf/src/bin/coreutils/src/
H A Ddd.c967 parse_integer (const char *str, bool *invalid) argument
975 uintmax_t multiplier = parse_integer (suffix + 1, invalid);
979 *invalid = true;
987 *invalid = true;
1026 N_("invalid conversion"));
1029 N_("invalid input flag"));
1032 N_("invalid output flag"));
1035 N_("invalid status flag"));
1038 bool invalid = false; local
1039 uintmax_t n = parse_integer (val, &invalid);
[all...]
H A Dpathchk.c99 Diagnose invalid or unportable file names.\n\
197 char const *invalid = file + validlen; local
199 if (*invalid)
202 size_t charlen = mbrlen (invalid, filelen - validlen, &mbstate);
205 quotearg_n_style_mem (1, locale_quoting_style, invalid,
H A Dshuf.c280 bool invalid = !p; local
288 invalid = ((xstrtoul (optarg, NULL, 10, &argval, NULL)
296 invalid |= ((xstrtoul (hi_optarg, NULL, 10, &argval, NULL)
301 invalid |= ((lo_input <= hi_input) == (n_lines == 0));
302 if (invalid)
303 error (EXIT_FAILURE, 0, _("invalid input range %s"),
316 error (EXIT_FAILURE, 0, _("invalid line count %s"),
/haiku-fatelf/src/bin/diffutils/config/
H A Dtexinfo.tex545 \errmessage{@group invalid in context where filling is enabled}%
5175 \def\defcvx#1 {\errmessage{@defcvx in invalid context}}
5176 \def\deffnx#1 {\errmessage{@deffnx in invalid context}}
5177 \def\defivarx#1 {\errmessage{@defivarx in invalid context}}
5178 \def\defmacx#1 {\errmessage{@defmacx in invalid context}}
5179 \def\defmethodx#1 {\errmessage{@defmethodx in invalid context}}
5180 \def\defoptx #1 {\errmessage{@defoptx in invalid context}}
5181 \def\defopx#1 {\errmessage{@defopx in invalid context}}
5182 \def\defspecx#1 {\errmessage{@defspecx in invalid context}}
5183 \def\deftpx#1 {\errmessage{@deftpx in invalid contex
[all...]
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dmodechange.c182 goto invalid;
278 invalid:
/haiku-fatelf/src/bin/gawk/intl/
H A Dloadmsgcat.c1062 /* This is invalid. These minor revisions need a hash table. */
1063 goto invalid;
1100 goto invalid;
1145 goto invalid;
1157 goto invalid;
1273 /* This is an invalid revision. */
1274 invalid:
1275 /* This is an invalid .mo file. */
/haiku-fatelf/src/bin/gdb/
H A Ddjunpack.bat7 Rem renaming some of the files whose names are invalid on DOS or conflict
/haiku-fatelf/src/bin/gdb/gdb/
H A Dcris-tdep.c389 int invalid; member in struct:instruction_environment
1301 register, -1 for an invalid register. */
1380 in the saved register state. Returns -1 for an invalid or unimplemented
1459 /* Return the name of register regno as a string. Return NULL for an invalid or
1765 inst_env->invalid = 0;
1793 inst_env->invalid = 1;
1799 } while (!inst_env->invalid
1857 /* It's invalid to be in a delay slot. You can't have a prefix to this
1861 inst_env->invalid = 1;
1903 inst_env->invalid
[all...]
/haiku-fatelf/src/bin/gdb/include/opcode/
H A Dalpha.h131 int (*extract) (unsigned instruction, int *invalid);
152 ignore the return value, and check the value placed in the invalid
H A Darc.h261 const struct arc_operand_value **opval, int *invalid);
H A Di370.h183 long (*extract) (i370_insn_t instruction, int *invalid);
H A Dppc.h187 long (*extract) (unsigned long instruction, int dialect, int *invalid);
H A Dtic80.h115 long (*extract) (unsigned long instruction, int *invalid);
H A Dv850.h119 unsigned long (* extract) (unsigned long instruction, int * invalid);
/haiku-fatelf/src/bin/gdb/opcodes/
H A Dalpha-dis.c131 int invalid = 0; local
136 (*operand->extract) (insn, &invalid);
138 if (invalid)

Completed in 246 milliseconds

123