Home
last modified time | relevance | path

Searched refs:definitions (Results 1 – 25 of 558) sorted by relevance

12345678910>>...23

/freebsd/contrib/tcpdump/
H A DINSTALL.md74 addrtoname.h - address to hostname definitions
76 addrtostr.h - address to printable string definitions
77 ah.h - IPSEC Authentication Header definitions
78 appletalk.h - AppleTalk definitions
82 atm.h - ATM traffic type definitions
86 chdlc.h - Cisco HDLC definitions
93 ethertype.h - Ethernet type value definitions
94 extract.h - alignment definitions
95 gmpls.c - GMPLS definitions
98 interface.h - globals, prototypes and definitions
[all …]
/freebsd/tools/tools/shlib-compat/test/
H A Dregress.2-2.out3 func1@TEST_1.0: definitions match
4 func2@TEST_1.0: definitions match
5 func3@TEST_1.0: definitions match
6 func4@TEST_1.0: definitions match
7 func5@TEST_1.0: definitions match
8 func6@TEST_1.0: definitions match
9 func1@TEST_1.1: definitions match
H A Dregress.1-1.out3 func1@TEST_1.0: definitions match
4 func2@TEST_1.0: definitions match
5 func3@TEST_1.0: definitions match
6 func4@TEST_1.0: definitions match
7 func5@TEST_1.0: definitions match
8 func6@TEST_1.0: definitions match
H A Dregress.1-3.out3 func1@TEST_1.0: definitions match
4 func2@TEST_1.0: definitions match
5 func3@TEST_1.0: definitions match
6 func4@TEST_1.0: definitions match
7 func5@TEST_1.0: definitions mismatch
8 func6@TEST_1.0: definitions match
H A Dregress.3-1.out3 func1@TEST_1.0: definitions match
4 func2@TEST_1.0: definitions match
5 func3@TEST_1.0: definitions match
6 func4@TEST_1.0: definitions match
7 func5@TEST_1.0: definitions mismatch
8 func6@TEST_1.0: definitions match
H A Dregress.3-3.out3 func1@TEST_1.0: definitions match
4 func2@TEST_1.0: definitions match
5 func3@TEST_1.0: definitions match
6 func4@TEST_1.0: definitions match
7 func5@TEST_1.0: definitions match
8 func6@TEST_1.0: definitions match
H A Dregress.1-2.out5 func1@TEST_1.0: definitions match
6 func2@TEST_1.0: definitions match
7 func3@TEST_1.0: definitions match
8 func4@TEST_1.0: definitions match
9 func5@TEST_1.0: definitions match
10 func6@TEST_1.0: definitions match
H A Dregress.2-1.out5 func1@TEST_1.0: definitions match
6 func2@TEST_1.0: definitions match
7 func3@TEST_1.0: definitions match
8 func4@TEST_1.0: definitions match
9 func5@TEST_1.0: definitions match
10 func6@TEST_1.0: definitions match
H A Dregress.2-3.out5 func1@TEST_1.0: definitions match
6 func2@TEST_1.0: definitions match
7 func3@TEST_1.0: definitions match
8 func4@TEST_1.0: definitions match
9 func5@TEST_1.0: definitions mismatch
10 func6@TEST_1.0: definitions match
H A Dregress.3-2.out5 func1@TEST_1.0: definitions match
6 func2@TEST_1.0: definitions match
7 func3@TEST_1.0: definitions match
8 func4@TEST_1.0: definitions match
9 func5@TEST_1.0: definitions mismatch
10 func6@TEST_1.0: definitions match
/freebsd/contrib/libpcap/cmake/Modules/
H A DFindLFS.cmake27 # LFS_DEFINITIONS - List of definitions to pass to add_definitions()
28 # LFS_COMPILE_OPTIONS - List of definitions to pass to add_compile_options()
50 function(_lfs_check_compiler_option var options definitions libraries)
54 set(CMAKE_REQUIRED_DEFINITIONS ${CMAKE_REQUIRED_DEFINITIONS} ${definitions})
57 message(STATUS "Looking for LFS support using ${options} ${definitions} ${libraries}")
62 … message(STATUS "Looking for LFS support using ${options} ${definitions} ${libraries} - found")
63 set(_lfs_cppflags ${_lfs_cppflags} ${definitions} PARENT_SCOPE)
68 … message(STATUS "Looking for LFS support using ${options} ${definitions} ${libraries} - not found")
143 set(LFS_DEFINITIONS ${_lfs_cppflags} CACHE STRING "Extra definitions for large file support")
144 set(LFS_COMPILE_OPTIONS ${_lfs_cflags} CACHE STRING "Extra definitions for large file support")
[all …]
H A DFindFseeko.cmake28 # FSEEKO_DEFINITIONS - List of definitions to pass to add_definitions()
29 # FSEEKO_COMPILE_OPTIONS - List of definitions to pass to add_compile_options()
75 set(FSEEKO_DEFINITIONS ${_fseeko_cppflags} CACHE STRING "Extra definitions for fseeko support")
77 set(FSEEKO_LIBRARIES "" CACHE STRING "Extra definitions for fseeko support")
/freebsd/usr.bin/calendar/
H A Dio.c74 static StringList *definitions = NULL; variable
250 definitions == NULL || sl_find(definitions, walk) == NULL) in token()
273 (definitions != NULL && sl_find(definitions, walk) != NULL)) in token()
348 if (definitions == NULL) in token()
349 definitions = sl_init(); in token()
358 if (sl_find(definitions, walk) == NULL) in token()
359 sl_add(definitions, strdup(walk)); in token()
365 if (definitions != NULL) { in token()
378 walk = sl_find(definitions, walk); in token()
/freebsd/tools/tools/locale/tools/
H A Dcharmaps.pm81 my $definitions = $attrs{definitions};
88 $d{L}{$name}{$f}{definitions} = $definitions;
H A Dcldr2def.pl398 next if (defined $languages{$l}{$f}{definitions}
399 && $languages{$l}{$f}{definitions} !~ /$TYPE/);
479 next if (defined $languages{$l}{$f}{definitions}
480 && $languages{$l}{$f}{definitions} !~ /$TYPE/);
614 next if (defined $languages{$l}{$f}{definitions}
615 && $languages{$l}{$f}{definitions} !~ /$TYPE/);
747 next if (defined $languages{$l}{$f}{definitions}
748 && $languages{$l}{$f}{definitions} !~ /$TYPE/);
1039 next if (defined $languages{$l}{$f}{definitions}
1040 && $languages{$l}{$f}{definitions} !~ /$TYPE/);
/freebsd/contrib/libpcap/
H A DINSTALL.md216 arcnet.h - ARCNET definitions
217 atmuni31.h - ATM Q.2931 definitions
231 extract.h - Alignment definitions
232 ethertype.h - Ethernet protocol types and names definitions
242 gencode.h - BPF code generation definitions
244 ieee80211.h - 802.11 definitions
248 llc.h - 802.2 LLC SAP definitions
254 nlpid.h - OSI network layer protocol identifier definitions
258 pcap/bpf.h - BPF definitions
263 pcap/ipnet.h - Solaris IPnet definitions
[all …]
/freebsd/contrib/libucl/tests/schema/
H A Ddefinitions.json.disabled9 "definitions": {
24 "definitions": {
/freebsd/crypto/heimdal/lib/hdb/
H A Dhdb.schema13 # Syntax definitions
40 # Attribute type definitions
116 # Object class definitions
/freebsd/crypto/openssl/crypto/property/
H A DREADME.md20 definitions should be space efficient. However...
28 * Property queries can never add new property definitions.
33 the property definitions as almost immutable. Specifically, a query can
34 never change the state of the definitions.
45 * A cache for property definitions is also viable, if only implementation
/freebsd/stand/forth/
H A Dloader.4th27 only forth definitions
72 only forth definitions
112 only forth also support-functions also builtins definitions
157 also forth definitions previous
162 only forth definitions also support-functions
216 include_conf_files \ Will recurse on new loader_conf_files definitions
291 only forth definitions
/freebsd/contrib/byacc/test/btyacc/
H A Dbig_b.error6 -d write definitions (.tab.h)
8 -H defines_file write definitions to defines_file
H A Dbig_l.error6 -d write definitions (.tab.h)
8 -H defines_file write definitions to defines_file
/freebsd/contrib/byacc/test/yacc/
H A Dhelp.error7 -d write definitions (.tab.h)
9 -H defines_file write definitions to defines_file
H A Dno_b_opt.error7 -d write definitions (.tab.h)
9 -H defines_file write definitions to defines_file
H A Dno_output2.error7 -d write definitions (.tab.h)
9 -H defines_file write definitions to defines_file

12345678910>>...23