| /src/sys/arch/x86/conf/ |
| files.x86 | 28 define cpubus { [apid = -1] } label 29 define cpufeaturebus {} label 30 define ioapicbus { [apid = -1] } label 33 define bios32: smbios label 126 define lapic label
|
| /src/usr.bin/rdist/ |
| lookup.c | 44 #define VAR 1 45 #define CONST 2 57 * Define a variable from a command line argument. 60 define(char *name) function 69 printf("define(%s)\n", name);
|
| /src/external/gpl2/groff/dist/src/roff/troff/ |
| dictionary.cpp | 175 void object_dictionary::define(symbol nm, object *obj) function in class:object_dictionary
|
| /src/tests/usr.bin/printf/ |
| printf.sh | 35 define() function 243 define basic 'basic functionality' 295 define format_escapes "backslash escapes in format string" 352 define s_strings "%s string output" 370 define c_chars '%c (character) format conversions' 460 define d_decimal '%d (decimal integer) conversions' 488 define i_decimal '%i (decimal integer) conversions' 569 define u_unsigned '%u (unsigned decimal integer) conversions' 635 define o_octal '%o (octal integer) conversions' 686 define x_hex '%x (hexadecimal output) conversions [all...] |
| /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
| ARCMT.cpp | 193 std::string define = std::string(getARCMTMacroName()); local 194 define += '='; 195 CInvok->getPreprocessorOpts().addMacroDef(define);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| debug.h | 19 #define GCC_DEBUG_H 45 void (* define) (unsigned int line, const char *text); member in struct:gcc_debug_hooks
|
| ipa-visibility.cc | 399 bool define; local 406 define = (node->resolution == LDPR_PREVAILING_DEF_IRONLY 420 = define == (next->resolution == LDPR_PREVAILING_DEF_IRONLY 441 if (!define) 457 if (!define)
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| debug.h | 19 #define GCC_DEBUG_H 45 void (* define) (unsigned int line, const char *text); member in struct:gcc_debug_hooks
|
| ipa-visibility.cc | 398 bool define; local 405 define = (node->resolution == LDPR_PREVAILING_DEF_IRONLY 419 = define == (next->resolution == LDPR_PREVAILING_DEF_IRONLY 440 if (!define) 456 if (!define)
|
| /src/bin/ksh/ |
| exec.c | 21 # define PS4_SUBSTITUTE(s) substitute((s), 0) 23 # define PS4_SUBSTITUTE(s) (s) 48 # define MAXFD 64 398 rv = define(t->str, t); 813 * define function. Returns 1 if function is being undefined (t == 0) and 817 define(name, t) function
|
| /src/sys/dev/microcode/aic7xxx/ |
| aicasm_symbol.h | 94 int define; member in struct:const_info 200 #define SYMLIST_INSERT_HEAD 0x00 201 #define SYMLIST_SORT 0x01
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/ |
| Core.h | 14 #define LLVM_EXECUTIONENGINE_ORC_CORE_H 572 /// Define the given symbols as non-existent, removing it from the symbol 714 /// if (auto Err = JD.define(absoluteSymbols({{Foo, FooSym}}))) 754 /// symbols "foo" and "bar", we can define aliases "baz" (for "foo") and "qux" 758 /// if (auto Err = JD.define(symbolAliases({ 988 /// Define all symbols provided by the materialization unit to be part of this 996 Error define(std::unique_ptr<MaterializationUnitType> &&MU, 999 /// Define all symbols provided by the materialization unit to be part of this 1005 /// issue, then re-call define. 1007 Error define(std::unique_ptr<MaterializationUnitType> &MU 1552 Error JITDylib::define(std::unique_ptr<MaterializationUnitType> &&MU, function in class:llvm::JITDylib 1593 Error JITDylib::define(std::unique_ptr<MaterializationUnitType> &MU, function in class:JITDylib [all...] |
| /src/external/bsd/pcc/dist/pcc/cc/cpp/ |
| cpp.c | 61 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) 64 #define SBSIZE 1000000 76 #define DPRINT(x) if (dflag) printf x 77 #define DDPRINT(x) if (dflag > 1) printf x 78 #define IMP(x) if (dflag > 1) imp(x) 80 #define DPRINT(x) 81 #define DDPRINT(x) 82 #define IMP(x) 134 #define FIND 0 135 #define ENTER 811 define(void) function [all...] |
| /src/external/gpl2/texinfo/dist/makeinfo/ |
| makeinfo.c | 28 #define COMPILING_MAKEINFO 47 /* Define INDENT_PARAGRAPHS_IN_TABLE if you want the paragraphs which 51 /* #define INDENT_PARAGRAPHS_IN_TABLE */ 53 /* Define PARAGRAPH_START_INDENT to be the amount of indentation that 58 #define PARAGRAPH_START_INDENT 3 60 /* Define DEFAULT_PARAGRAPH_SPACING as the number of blank lines that you 64 #define DEFAULT_PARAGRAPH_SPACING 1 77 #define INITIAL_PARAGRAPH_SPACE 5000 105 #define SET 1 106 #define CLEAR 534 char *define; member in struct:command_line_define [all...] |
| /src/external/gpl3/gcc/dist/libcpp/include/ |
| cpplib.h | 23 #define LIBCPP_CPPLIB_H 54 #define TTYPE_TABLE \ 154 #define OP(e, s) CPP_ ## e, 155 #define TK(e, s) CPP_ ## e, 193 #define PREV_WHITE (1 << 0) /* If whitespace before this token. */ 194 #define DIGRAPH (1 << 1) /* If it was a digraph. */ 195 #define STRINGIFY_ARG (1 << 2) /* If macro argument to be stringified. */ 196 #define PASTE_LEFT (1 << 3) /* If on LHS of a ## operator. */ 197 #define NAMED_OP (1 << 4) /* C++ named operators. */ 198 #define PREV_FALLTHROUGH (1 << 5) /* On a token preceeded by FALLTHROUG 730 void (*define) (cpp_reader *, location_t, cpp_hashnode *); member in struct:cpp_callbacks [all...] |
| /src/external/gpl3/gcc.old/dist/libcpp/include/ |
| cpplib.h | 23 #define LIBCPP_CPPLIB_H 52 #define TTYPE_TABLE \ 151 #define OP(e, s) CPP_ ## e, 152 #define TK(e, s) CPP_ ## e, 186 #define PREV_WHITE (1 << 0) /* If whitespace before this token. */ 187 #define DIGRAPH (1 << 1) /* If it was a digraph. */ 188 #define STRINGIFY_ARG (1 << 2) /* If macro argument to be stringified. */ 189 #define PASTE_LEFT (1 << 3) /* If on LHS of a ## operator. */ 190 #define NAMED_OP (1 << 4) /* C++ named operators. */ 191 #define PREV_FALLTHROUGH (1 << 5) /* On a token preceeded by FALLTHROUG 686 void (*define) (cpp_reader *, location_t, cpp_hashnode *); member in struct:cpp_callbacks [all...] |