Searched refs:defines (Results 1 - 25 of 53) sorted by relevance

123

/freebsd-13-stable/cddl/usr.sbin/dtrace/tests/tools/
H A Dgentest.sh10 excludes: A shell script which defines test cases that are to be skipped,
/freebsd-13-stable/crypto/heimdal/appl/telnet/telnet/
H A DMakefile.am13 utilities.c defines.h externs.h ring.h telnet_locl.h types.h
H A DMakefile.in399 utilities.c defines.h externs.h ring.h telnet_locl.h types.h
/freebsd-13-stable/tools/tools/notescheck/
H A Dnotescheck.py59 self.defines = set()
72 self.defines.add(platform)
87 if self.defines == self.tests:
95 if global_platform in self.defines:
118 (self.title(), format_set(self.defines)))
122 notest = self.defines - self.tests
129 (self.title(), format_set(self.defines), format_set(self.tests)))
245 # Parse a sys/conf/files* file adding defines for any options
290 # Parse a sys/conf/options* file adding defines for any options
/freebsd-13-stable/contrib/ofed/include/
H A Dudma_barrier.h112 #error No architecture specific memory barrier defines found!
150 #error No architecture specific memory barrier defines found!
220 #error No architecture specific memory barrier defines found!
/freebsd-13-stable/usr.bin/dtc/
H A Dfdt.hh311 void parse_define(text_input_buffer &input, define_map *defines);
326 define_map *defines);
354 define_map *defines=0);
632 define_map *defines=0);
842 define_map defines; member in class:dtc::fdt::device_tree
915 * The writer defines the output format (assembly, blob).
H A Dfdt.cc456 void property::parse_define(text_input_buffer &input, define_map *defines) argument
459 if (!defines)
468 ((found = defines->find(name)) == defines->end()))
481 define_map *defines) : key(k), labels(l), valid(true)
489 parse_define(input, defines);
586 bool semicolonTerminated, define_map *defines)
592 defines));
856 define_map *defines)
947 std::move(child_labels), true, defines);
477 property(text_input_buffer &input, string &&k, string_set &&l, bool semicolonTerminated, define_map *defines) argument
585 parse(text_input_buffer &input, string &&key, string_set &&label, bool semicolonTerminated, define_map *defines) argument
851 node(text_input_buffer &input, device_tree &tree, string &&n, std::unordered_set<string> &&l, string &&a, define_map *defines) argument
1014 parse(text_input_buffer &input, device_tree &tree, string &&name, string_set &&label, string &&address, define_map *defines) argument
[all...]
H A Dinput_buffer.hh281 std::unordered_set<std::string> defines; member in class:dtc::text_input_buffer
330 : defines(d), include_paths(i), dir(directory), depfile(deps)
H A Dinput_buffer.cc209 if (defines.count(name) == 0)
/freebsd-13-stable/contrib/opie/
H A Dconfigure2248 echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
2249 echo "configure:2250: checking for $ac_hdr that defines DIR" >&5
2662 /* The GNU C library defines this for functions which it implements
2882 /* The GNU C library defines this for functions which it implements
2988 /* The GNU C library defines this for functions which it implements
3045 /* The GNU C library defines this for functions which it implements
3096 /* The GNU C library defines this for functions which it implements
3151 /* The GNU C library defines this for functions which it implements
3203 /* The GNU C library defines this for functions which it implements
3255 /* The GNU C library defines thi
[all...]
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dopt-m-include-dir.mk15 # by mentioning its simple name in an .include directive. It defines the
/freebsd-13-stable/contrib/lib9p/pytest/
H A Dprotocol.py460 # build a QID: (td => typedefs and defines)
837 # This defines a special en/decoder named "s" using a magic
847 # This defines an en/decoder for type "qid",
851 # It also defines QTDIR, QTAPPEND, etc. (These are not used
866 # This defines a stat decoder, which has a 9p2000 standard front,
889 # This defines a wirestat decoder. A wirestat is a size and then
895 # This defines a dirent decoder, which has a dot-L specific format.
1666 self.defines = {}
1695 indented lines are either #defines or are commentary!
1740 if name in self.defines
[all...]
/freebsd-13-stable/contrib/libpcap/msdos/
H A Dmakefile.dj85 $(YACC) --name-prefix=pcap_ --yacc --defines grammar.y
H A Dmakefile.wc66 bison --name-prefix=pcap_ --yacc --defines $[@
H A Dmakefile66 bison --name-prefix=pcap_ --yacc --defines grammar.y
/freebsd-13-stable/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc9 * This is the master file that defines all the data structure, signature,
21 * The first part of the file includes macros that defines types, names, and
308 * This is the header of the data structure that defines the on-disk
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc9 * This is the master file that defines all the data structure, signature,
21 * The first part of the file includes macros that defines types, names, and
308 * This is the header of the data structure that defines the on-disk
/freebsd-13-stable/share/examples/drivers/
H A Dmake_pseudo_driver.sh138 #define N${UPPER} 3 /* defines number of instances */
167 * device specific Misc defines
/freebsd-13-stable/contrib/less/
H A Dless.h28 #include <defines.h>
/freebsd-13-stable/contrib/byacc/
H A Dconfigure4858 #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
4873 /* The GNU C library defines stubs for functions which it implements
5038 #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
5053 /* The GNU C library defines stubs for functions which it implements
7449 # Transform confdefs.h into two sed scripts, `conftest.defines' and
7456 rm -f conftest.defines conftest.undefs
7474 # the same #defines, which is useless. Nevertheless, we may not want to
7476 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
7477 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
7478 sed 's/ac_d/ac_i/g' conftest.defines >>conftes
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp100 bool defines, bool DumpIncludeDirectives,
103 DisableLineMarkers(lineMarkers), DumpDefines(defines),
99 PrintPPOutputPPCallbacks(Preprocessor &pp, raw_ostream &os, bool lineMarkers, bool defines, bool DumpIncludeDirectives, bool UseLineDirectives) argument
/freebsd-13-stable/share/mk/
H A Dsys.mk9 # MACHINE_CPUARCH defines a collection of MACHINE_ARCH. Machines with
/freebsd-13-stable/contrib/dialog/
H A Dconfigure6802 /* The GNU C library defines this for functions which it implements
6984 /* The GNU C library defines this for functions which it implements
7323 /* The GNU C library defines this for functions which it implements
9174 /* The GNU C library defines this for functions which it implements
12942 /* The GNU C library defines this for functions which it implements
15302 /* The GNU C library defines this for functions which it implements
17132 /* The GNU C library defines this for functions which it implements
17895 /* The GNU C library defines this for functions which it implements
18072 /* The GNU C library defines this for functions which it implements
18188 /* The GNU C library defines thi
[all...]
/freebsd-13-stable/crypto/openssl/
H A DConfigure623 $config{defines} = [ split(/$list_separator_re/, env('__CNF_CPPDEFINES')) ];
1239 push @{$config{defines}}, "NDEBUG" if $config{build_type} eq "release";
1505 push @{$config{defines}}, $apiflag;
3282 # collect compiler pre-defines from gcc or gcc-alike...
3346 "defines",
/freebsd-13-stable/contrib/ncurses/
H A Dconfigure6653 #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
6668 /* The GNU C library defines stubs for functions which it implements
8878 #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
8893 /* The GNU C library defines stubs for functions which it implements
8951 #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
8966 /* The GNU C library defines stubs for functions which it implements
11549 #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
11564 /* The GNU C library defines stubs for functions which it implements
14707 #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
14722 /* The GNU C library defines stub
[all...]

Completed in 417 milliseconds

123