/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/ |
H A D | tst.nested_neg.zcp | 21 if true then 22 if true then 23 if true then 24 if true then 25 if true then 26 if true then 27 if true then 28 if true then 29 if true then 30 if true then [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | UnicodeCaseFold.cpp | 17 if (C < 0x0041) in foldCharSimple() 20 if (C <= 0x005a) in foldCharSimple() 23 if (C == 0x00b5) in foldCharSimple() 25 if (C < 0x00c0) in foldCharSimple() 28 if (C <= 0x00d6) in foldCharSimple() 30 if (C < 0x00d8) in foldCharSimple() 33 if (C <= 0x00de) in foldCharSimple() 35 if (C < 0x0100) in foldCharSimple() 38 if (C <= 0x012e) in foldCharSimple() 40 if ( in foldCharSimple() [all...] |
/freebsd/crypto/heimdal/include/ |
H A D | config.h.in | 59 /* Define if you want authentication support in telnet. */ 65 /* Define if realloc(NULL) doesn't work. */ 68 /* Define if you want support for DCE/DFS PAG's. */ 71 /* Define if you want to use DES encryption in telnet. */ 80 /* Define if want to use the weak AFS string to key functions. */ 83 /* Define if you want have a thread safe libraries */ 86 /* Define if you want encryption support in telnet. */ 89 /* define if sys/param.h defines the endiness */ 92 /* Define this if you want support for broken ENV_{VAR,VAL} telnets. */ 95 /* define if prototype of gethostbyaddr is compatible with struct hostent [all …]
|
/freebsd/contrib/unbound/util/ |
H A D | fptr_wlist.c | 33 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 107 if(fptr == &worker_handle_request) return 1; in fptr_whitelist_comm_point() 108 else if(fptr == &outnet_udp_cb) return 1; in fptr_whitelist_comm_point() 109 else if(fptr == &outnet_tcp_cb) return 1; in fptr_whitelist_comm_point() 110 else if(fptr == &tube_handle_listen) return 1; in fptr_whitelist_comm_point() 111 else if(fptr == &auth_xfer_probe_udp_callback) return 1; in fptr_whitelist_comm_point() 112 else if(fptr == &auth_xfer_transfer_tcp_callback) return 1; in fptr_whitelist_comm_point() 113 else if(fptr == &auth_xfer_transfer_http_callback) return 1; in fptr_whitelist_comm_point() 120 if(fptr == &tube_handle_listen) return 1; in fptr_whitelist_comm_point_raw() 121 else if(fptr == &tube_handle_write) return 1; in fptr_whitelist_comm_point_raw() [all …]
|
/freebsd/kerberos5/include/ |
H A D | config.h | 60 /* Define if you want authentication support in telnet. */ 66 /* Define if realloc(NULL) doesn't work. */ 69 /* Define if you want support for DCE/DFS PAG's. */ 72 /* Define if you want to use DES encryption in telnet. */ 81 /* Define if want to use the weak AFS string to key functions. */ 84 /* Define if you want have a thread safe libraries */ 87 /* Define if you want encryption support in telnet. */ 90 /* define if sys/param.h defines the endiness */ 93 /* Define this if you want support for broken ENV_{VAR,VAL} telnets. */ 96 /* define if prototype of gethostbyaddr is compatible with struct hostent [all …]
|
/freebsd/crypto/openssh/ |
H A D | config.h | 4 /* Define if building universal (internal helper macro) */ 7 /* Define if you have a getaddrinfo that fails for the all-zeros IPv6 address 11 /* Define if your AIX loginfailed() function takes 4 arguments (AIX >= 5.2) */ 17 /* Define if your resolver libs need this for getrrsetbyname */ 26 /* Define if cmsg_type is not passed correctly */ 29 /* getaddrinfo is broken (if present) */ 41 /* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */ 44 /* Define if your struct dirent expects you to allocate extra space for d_name 61 /* Define if your setregid() is broken */ 64 /* Define if you [all...] |
H A D | mdoc2man.awk | 43 if(length(retval)) 60 if(literal) 75 if(match(words[w],"^Li|Pf$")) { 77 } else if(match(words[w],"^Xo$")) { 80 if(length(line)&&!(match(line," $")||prenl)) 82 } else if(match(words[w],"^Xc$")) { 85 if(!extopt) 88 } else if(match(words[w],"^Bd$")) { 90 if(match(words[w+1],"-literal")) { 95 } else if(match(words[w],"^Ed$")) { [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-versioning.h | 34 and will generate a warning if used 53 If these macros exist - LLDB will enable version checking of the public API 55 If LLDB_API_MAJOR_VERSION is not equal to LLDB_API_MAJOR_VERSION_WANTED we will 58 major versions - if you really want to test your luck, disable the versioning 61 If the major version test passes, you have signed up for a specific minor 68 If you are using an API new in DOT_x 69 if LLDB_API_MINOR_VERSION_WANTED >= x then all is well, else you will get a 74 If you are using an API deprecated in DOT_x 75 if LLDB_API_MINOR_VERSION_WANTED >= x then you will get a compilation warning, 83 Version checking only works on clang on OSX - you will get an error if you try [all …]
|
/freebsd/contrib/libevent/ |
H A D | config.h.in | 3 /* Define if libevent should build without support for a debug mode */ 6 /* Define if libevent should not allow replacing the mm functions */ 9 /* Define if libevent should not be compiled with thread support */ 12 /* Define to 1 if you have the `accept4' function. */ 15 /* Define to 1 if you have the <afunix.h> header file. */ 18 /* Define to 1 if you have the `arc4random' function. */ 21 /* Define to 1 if you have the `arc4random_addrandom' function. */ 24 /* Define to 1 if you have the `arc4random_buf' function. */ 27 /* Define to 1 if you have the <arpa/inet.h> header file. */ 30 /* Define to 1 if you have the `clock_gettime' function. */ [all …]
|
H A D | event-config.h.cmake | 38 /* Define if libevent should build without support for a debug mode */ 41 /* Define if libevent should not allow replacing the mm functions */ 44 /* Define if libevent should not be compiled with thread support */ 47 /* Define to 1 if you have the `accept4' function. */ 50 /* Define to 1 if you have the `arc4random' function. */ 53 /* Define to 1 if you have the `arc4random_buf' function. */ 56 /* Define to 1 if you have the `arc4random_addrandom' function. */ 59 /* Define if clock_gettime is available in libc */ 66 /* Define to 1 if you have the <arpa/inet.h> header file. */ 69 /* Define to 1 if you have the `clock_gettime' function. */ [all …]
|
/freebsd/contrib/diff/ |
H A D | config.h | 6 /* Define to 1 if the `closedir' function returns void instead of `int'. */ 14 /* Define to 1 if using `alloca.c'. */ 21 YYYYMM, specifying the year and month the standard was adopted. If not 32 /* Define to 1 if translation of program messages to the user's native 41 /* Define if the backslash character may also serve as a file name component 45 #if FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 52 /* Define if gettimeofday clobbers localtime's static buffer. */ 55 /* Define to 1 if you have `alloca', as a function or macro. */ 58 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). 62 /* Define to 1 if you have the `btowc' function. */ [all …]
|
/freebsd/usr.bin/ftp/ |
H A D | tnftp_config.h | 4 /* Define to 1 if the `closedir' function returns void instead of `int'. */ 12 /* Define to 1 if using `alloca.c'. */ 15 /* Define to 1 if the `getpgrp' function requires zero arguments. */ 18 /* Define to 1 if `TIOCGWINSZ' requires <sys/ioctl.h>. */ 21 /* Define to 1 if you have `alloca', as a function or macro. */ 24 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). 28 /* Define to 1 if you have the <arpa/ftp.h> header file. */ 31 /* Define to 1 if you have the <arpa/inet.h> header file. */ 34 /* Define to 1 if you have the <arpa/nameser.h> header file. */ 37 /* Define to 1 if you have the declaration of `AF_INET6', and to 0 if you [all …]
|
/freebsd/usr.sbin/ntp/libntpevent/event2/ |
H A D | event-config.h | 16 /* Define if libevent should build without support for a debug mode */ 19 /* Define if libevent should not allow replacing the mm functions */ 22 /* Define if libevent should not be compiled with thread support */ 25 /* Define to 1 if you have the `accept4' function. */ 28 /* Define to 1 if you have the `arc4random' function. */ 31 /* Define to 1 if you have the `arc4random_buf' function. */ 34 /* Define to 1 if you have the <arpa/inet.h> header file. */ 37 /* Define to 1 if you have the `clock_gettime' function. */ 40 /* Define to 1 if you have the <cthreads.h> header file. */ 43 /* Define to 1 if you have the declaration of `CTL_KERN', and to 0 if you [all …]
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | config.h.in | 3 /* Define if libevent should build without support for a debug mode */ 6 /* Define if libevent should not allow replacing the mm functions */ 9 /* Define if libevent should not be compiled with thread support */ 12 /* Define to 1 if you have the `accept4' function. */ 15 /* Define to 1 if you have the <afunix.h> header file. */ 18 /* Define to 1 if you have the `arc4random' function. */ 21 /* Define to 1 if you have the `arc4random_addrandom' function. */ 24 /* Define to 1 if you have the `arc4random_buf' function. */ 27 /* Define to 1 if you have the <arpa/inet.h> header file. */ 30 /* Define to 1 if you have the `clock_gettime' function. */ [all …]
|
H A D | event-config.h.cmake | 38 /* Define if libevent should build without support for a debug mode */ 41 /* Define if libevent should not allow replacing the mm functions */ 44 /* Define if libevent should not be compiled with thread support */ 47 /* Define to 1 if you have the `accept4' function. */ 50 /* Define to 1 if you have the `arc4random' function. */ 53 /* Define to 1 if you have the `arc4random_buf' function. */ 56 /* Define to 1 if you have the `arc4random_addrandom' function. */ 59 /* Define if clock_gettime is available in libc */ 66 /* Define to 1 if you have the <arpa/inet.h> header file. */ 69 /* Define to 1 if you have the `clock_gettime' function. */ [all …]
|
/freebsd/contrib/ntp/sntp/ |
H A D | config.h.in | 3 /* Define if building universal (internal helper macro) */ 9 /* Define to 1 if using 'alloca.c'. */ 42 /* Define to 1 if you have 'alloca', as a function or macro. */ 45 /* Define to 1 if <alloca.h> works. */ 48 /* Define to 1 if you have the <arpa/nameser.h> header file. */ 51 /* Define to 1 if you have the `canonicalize_file_name' function. */ 54 /* Define to 1 if you have the `chmod' function. */ 57 /* Define to 1 if you have the `clock_getres' function. */ 60 /* Define to 1 if you have the `clock_gettime' function. */ 63 /* Define to 1 if yo [all...] |
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | StringExtractorGDBRemote.cpp | 20 if (m_packet.empty()) in GetResponseType() 25 if (isxdigit(m_packet[1]) && isxdigit(m_packet[2])) { in GetResponseType() 26 if (m_packet.size() == 3) in GetResponseType() 29 if (packet_ref[3] == ';') { in GetResponseType() 32 if (!isxdigit(e)) in GetResponseType() 40 if (m_packet.size() == 2 && m_packet[1] == 'K') in GetResponseType() 45 if (m_packet.size() == 1) in GetResponseType() 50 if (m_packet.size() == 1) in GetResponseType() 66 if (m_packet.empty()) in GetServerPacketType() 77 if (packet_size == 1) in GetServerPacketType() [all …]
|
/freebsd/contrib/unbound/ |
H A D | config.h.in | 27 /* Define this if on macOSX10.4-darwin8 and setreuid and setregid do not work 43 /* Define if you want to use debug lock checking (slow). */ 46 /* Define this if you enabled-allsymbols from libunbound to link binaries to 51 /* Define to 1 if you have the `accept4' function. */ 54 /* Define to 1 if you have the `arc4random' function. */ 57 /* Define to 1 if you have the `arc4random_uniform' function. */ 60 /* Define to 1 if you have the <arpa/inet.h> header file. */ 78 /* If we have be64toh */ 81 /* Define to 1 if you have the `BIO_set_callback_ex' function. */ 84 /* Define to 1 if you have the <bsd/stdlib.h> header file. */ [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/fmv/ |
H A D | mrs.inc | 1 #if __has_include(<sys/auxv.h>) 14 if (hwcap & _IFUNC_ARG_HWCAP) 16 if (hwcap & HWCAP_CRC32) 18 if (hwcap & HWCAP_PMULL) 20 if (hwcap & HWCAP_FLAGM) 22 if (hwcap2 & HWCAP2_FLAGM2) 24 if (hwcap & HWCAP_SM4) 26 if (hwcap & HWCAP_ASIMDDP) 28 if (hwcap & HWCAP_ASIMDFHM) 30 if (hwcap & HWCAP_FPHP) [all …]
|
/freebsd/contrib/openbsm/config/ |
H A D | config.h.in | 3 /* Define to 1 if you have the `alarm' function. */ 6 /* Define to 1 if you have the `arc4random' function. */ 9 /* Define to 1 if you have the `arc4random_buf' function. */ 12 /* Define if audit system calls present */ 15 /* Define to 1 if you have the `bzero' function. */ 18 /* Define to 1 if you have the `cap_enter' function. */ 21 /* Define to 1 if your system has a working `chown' function. */ 24 /* Define to 1 if you have the `clock_gettime' function. */ 27 /* Define to 1 if you have the `closefrom' function. */ 30 /* Define to 1 if you have the <dlfcn.h> header file. */ [all …]
|
/freebsd/contrib/tcpdump/ |
H A D | config.h.in | 3 /* Define to 1 if arpa/inet.h declares `ether_ntohost' */ 6 /* define if you want to build the instrument functions code */ 9 /* define if you want to build the possibly-buggy SMB printer */ 12 /* Define to 1 if you have the `bpf_dump' function. */ 18 /* Define to 1 if you have the `cap_enter' function. */ 21 /* Define to 1 if you have the `cap_ioctls_limit' function. */ 24 /* Define to 1 if you have the <cap-ng.h> header file. */ 27 /* Define to 1 if you have the `cap_rights_limit' function. */ 33 /* Define to 1 if you have the declaration of `ether_ntohost' */ 36 /* Define to 1 if you have the `ether_ntohost' function. */ [all …]
|
H A D | cmakeconfig.h.in | 3 /* Define to 1 if arpa/inet.h declares `ether_ntohost' */ 6 /* define if you want to build the possibly-buggy SMB printer */ 9 /* Define to 1 if you have the `bpf_dump' function. */ 15 /* Define to 1 if you have the `cap_enter' function. */ 18 /* Define to 1 if you have the `cap_ioctls_limit' function. */ 21 /* Define to 1 if you have the <cap-ng.h> header file. */ 24 /* Define to 1 if you have the `cap_rights_limit' function. */ 30 /* Define to 1 if you have the declaration of `ether_ntohost' */ 33 /* Define to 1 if you have the `ether_ntohost' function. */ 36 /* Define to 1 if you have the `EVP_CIPHER_CTX_new' function. */ [all …]
|
/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/ |
H A D | _error_translation.py | 52 if ret == 0: 54 if ret == errno.EINVAL: 57 if ret == errno.EEXIST: 59 if ret == errno.ENOENT: 61 if ret == ZFS_ERR_WRONG_PARENT: 63 if ret == zfs_errno.ZFS_ERR_BADPROP: 69 if ret == 0: 71 if ret == errno.EINVAL: 75 if ret == errno.EXDEV: 77 if ret == errno.EEXIST: [all …]
|
/freebsd/contrib/wpa/hostapd/ |
H A D | config_file.c | 39 if (!f) { in hostapd_config_read_vlan_file() 47 if (buf[0] == '#') in hostapd_config_read_vlan_file() 51 if (*pos == '\n') { in hostapd_config_read_vlan_file() 57 if (buf[0] == '\0') in hostapd_config_read_vlan_file() 60 if (buf[0] == '*') { in hostapd_config_read_vlan_file() 65 if (buf == pos || vlan_id < 1 || in hostapd_config_read_vlan_file() 80 if (*pos2 != '\0') in hostapd_config_read_vlan_file() 83 if (*pos == '\0' || os_strlen(pos) > IFNAMSIZ) { in hostapd_config_read_vlan_file() 98 if (vlan == NULL) { in hostapd_config_read_vlan_file() 131 if (!f) { in hostapd_config_read_maclist() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | CompilerType.cpp | 32 if (IsValid()) in IsAggregateType() 33 if (auto type_system_sp = GetTypeSystem()) in IsAggregateType() 39 if (IsValid()) in IsAnonymousType() 40 if (auto type_system_sp = GetTypeSystem()) in IsAnonymousType() 46 if (IsValid()) in IsScopedEnumerationType() 47 if (auto type_system_sp = GetTypeSystem()) in IsScopedEnumerationType() 54 if (IsValid()) in IsArrayType() 55 if (auto type_system_sp = GetTypeSystem()) in IsArrayType() 59 if (element_type_ptr) in IsArrayType() 61 if (size) in IsArrayType() [all …]
|