HomeSort by: relevance | last modified time | path
    Searched defs:undefined (Results 1 - 16 of 16) sorted by relevancy

  /src/usr.bin/patch/
backupfile.h 22 undefined, enumerator in enum:backup_type
  /src/usr.bin/error/
pi.c 79 * %s undefined on line%s
129 * E --------------^--- Undefined variable
142 * E - z undefined on lines 9 13
166 static char *pi_und1[] = {"undefined", "on", "line"};
167 static char *pi_und2[] = {"undefined", "on", "lines"};
180 DECL_STRINGS_3(static, pi_und1, "undefined", "on", "line");
181 DECL_STRINGS_3(static, pi_und2, "undefined", "on", "lines");
325 * %s undefined on line%s
328 bool undefined = false; local
332 if ((undefined = wordv_eq(cur_wordv+2, 3, pi_und1)
    [all...]
  /src/external/gpl3/gcc/dist/libgfortran/io/
inquire.c 34 static const char yes[] = "YES", no[] = "NO", undefined[] = "UNDEFINED"; variable
102 p = undefined;
167 p = undefined;
244 p = undefined;
264 p = undefined;
288 p = undefined;
308 p = undefined;
328 p = undefined;
370 p = undefined;
    [all...]
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
inquire.c 34 static const char yes[] = "YES", no[] = "NO", undefined[] = "UNDEFINED"; variable
102 p = undefined;
167 p = undefined;
244 p = undefined;
264 p = undefined;
288 p = undefined;
308 p = undefined;
328 p = undefined;
370 p = undefined;
    [all...]
  /src/external/mpl/dhcp/dist/dhcpctl/
cltest.c 102 enum modes { up, down, undefined }; enumerator in enum:modes
121 int mode = undefined;
141 if (mode == undefined)
  /src/external/mit/libcbor/dist/src/cbor/
callbacks.h 97 cbor_simple_callback undefined; member in struct:cbor_callbacks
  /src/usr.bin/rpcgen/
rpc_cout.c 58 static int undefined(const char *);
134 undefined(const char *type) function
211 if (undefined(type) && prefix) {
  /src/usr.bin/make/unit-tests/
directive-include-guard.mk 295 # variable is undefined when the file is included the second time, the file is
297 CASES+= variable-defined-then-undefined
298 LINES.variable-defined-then-undefined= \
302 UNDEF_BETWEEN.variable-defined-then-undefined= \
304 # expect: Parse_PushInput: variable-defined-then-undefined.tmp:1
305 # expect: Parse_PushInput: variable-defined-then-undefined.tmp:1
345 # If the guard variable is undefined between the first and the second time the
357 # If the guard variable is undefined while the file is included the first
442 # guard has the benefit that a target cannot be undefined once it is defined.
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
dsymbol.h 98 undefined, enumerator in enum:Visibility::Kind
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-range-cache.cc 186 // It caches a varying and undefined range which are used instead of
297 // SBR_NUM + 1 represents the value of UNDEFINED, and is never stored.
980 // undefined. Propagation works better with constants. PR 100512.
1285 int_range_max undefined; local
1295 // Visit each block back to the DEF. Initialize each one to UNDEFINED.
1300 undefined.set_undefined ();
1301 m_on_entry.set_bb_range (name, bb, undefined);
1389 fprintf (dump_file, "pushing undefined pred block.\n");
1393 m_on_entry.set_bb_range (name, pred, undefined);
  /src/external/gpl3/gdb/dist/gdb/
ia64-tdep.c 87 undefined /* undefined or reserved */ enumerator in enum:ia64_instruction_type
484 { undefined, undefined, undefined }, /* 06 */
485 { undefined, undefined, undefined }, /* 07 */
498 { undefined, undefined, undefined }, /* 14 *
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
ia64-tdep.c 87 undefined /* undefined or reserved */ enumerator in enum:ia64_instruction_type
484 { undefined, undefined, undefined }, /* 06 */
485 { undefined, undefined, undefined }, /* 07 */
498 { undefined, undefined, undefined }, /* 14 *
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
objcopy.c 1573 bool undefined;
1577 undefined = bfd_is_und_section (bfd_asymbol_section (sym));
1614 || undefined
1685 || undefined
1730 if (!undefined
1741 else if (!undefined
1751 || undefined)
5065 will be removed to avoid undefined references to symbols in GCC LTO
1571 bool undefined; local
  /src/external/gpl3/binutils.old/dist/binutils/
objcopy.c 1564 bool undefined;
1568 undefined = bfd_is_und_section (bfd_asymbol_section (sym));
1605 || undefined
1676 || undefined
1721 if (!undefined
1732 else if (!undefined
1742 || undefined)
1562 bool undefined; local
  /src/external/gpl3/binutils/dist/gas/config/
tc-mips.c 3792 unsigned long used_bits, doubled, undefined, opno, mask;
3863 undefined = ~used_bits & insn_bits;
3864 if (opcode->pinfo != INSN_MACRO && undefined)
3866 as_bad (_("internal: bad mips opcode (bits 0x%08lx undefined): %s %s"),
3867 undefined, opcode->name, opcode->args);
16952 where foo is an undefined symbol, to mean that foo should be
17003 any undefined non-function symbol to STT_OBJECT. We try to be
18100 undefined earlier.) */
3783 unsigned long used_bits, doubled, undefined, opno, mask; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-mips.c 3557 unsigned long used_bits, doubled, undefined, opno, mask;
3628 undefined = ~used_bits & insn_bits;
3629 if (opcode->pinfo != INSN_MACRO && undefined)
3631 as_bad (_("internal: bad mips opcode (bits 0x%08lx undefined): %s %s"),
3632 undefined, opcode->name, opcode->args);
16639 where foo is an undefined symbol, to mean that foo should be
16690 any undefined non-function symbol to STT_OBJECT. We try to be
17789 undefined earlier.) */
3548 unsigned long used_bits, doubled, undefined, opno, mask; local

Completed in 85 milliseconds