/freebsd/contrib/one-true-awk/testdir/ |
H A D | lilly.progs | 46 {if(match($0,/=/))print $0} 47 {if(match($0,/\=/))print $0} 48 {if(match($0,/==/))print $0} 49 {if(match($0,/\+=/))print $0} 50 {if(match($0,/\*=/))print $0} 51 {if(match($0,/-=/))print $0} 52 {if(match($0,/%=/))print $0} 53 {if(match($0,/^=/))print $0} 54 {if(match($0,/!=/))print $0} 55 {if(match($0,/<=/))print $0} [all …]
|
/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/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/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/bc/tests/bc/ |
H A D | misc2.txt | 21 if (x() == y()) { 1 } 23 if (x() <= y()) { 2 } 24 if (y() >= x()) { 3 } 25 if (x() != y()) { 4 } 26 if (x() < y()) { 5 } 27 if (y() > x()) { 6 } 29 if (x() == z()) { 11 } 31 if (x() <= z()) { 12 } 32 if (z() >= x()) { 13 } 33 if (x() != z()) { 14 } [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/ |
H A D | rk3588s-pinctrl.dtsi | 15 /omit-if-no-ref/ 30 /omit-if-no-ref/ 71 /omit-if-no-ref/ 80 /omit-if-no-ref/ 91 /omit-if-no-ref/ 100 /omit-if-no-ref/ 111 /omit-if-no-ref/ 120 /omit-if-no-ref/ 131 /omit-if-no-ref/ 138 /omit-if [all...] |
H A D | rk3588-base-pinctrl.dtsi | 15 /omit-if-no-ref/ 30 /omit-if-no-ref/ 71 /omit-if-no-ref/ 80 /omit-if-no-ref/ 91 /omit-if-no-ref/ 100 /omit-if-no-ref/ 111 /omit-if-no-ref/ 120 /omit-if-no-ref/ 131 /omit-if-no-ref/ 138 /omit-if-no-ref/ [all …]
|
H A D | rk3568-pinctrl.dtsi | 15 /omit-if-no-ref/ 36 /omit-if-no-ref/ 43 /omit-if-no-ref/ 50 /omit-if-no-ref/ 57 /omit-if-no-ref/ 64 /omit-if-no-ref/ 71 /omit-if-no-ref/ 80 /omit-if-no-ref/ 103 /omit-if-no-ref/ 128 /omit-if-no-ref/ [all …]
|
H A D | rockchip-pinconf.dtsi | 7 /omit-if-no-ref/ 12 /omit-if-no-ref/ 17 /omit-if-no-ref/ 22 /omit-if-no-ref/ 28 /omit-if-no-ref/ 34 /omit-if-no-ref/ 40 /omit-if-no-ref/ 46 /omit-if-no-ref/ 52 /omit-if-no-ref/ 58 /omit-if-no-ref/ [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/tcpdump/ |
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 …]
|
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 …]
|
/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/ntp/sntp/libevent/ |
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 …]
|
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 …]
|
/freebsd/contrib/dialog/samples/copifuncs/ |
H A D | ifpatch | 4 if (!strcasecmp(msg->key,"X-UUCP-From")) return 0; 5 if (!strcasecmp(msg->key,"X-Body-Start")) return 0; 6 if (!strncasecmp(msg->key,"X-FTN-",6)) return 0; 7 - if (!strcasecmp(msg->key,"Path")) return isftnpath(msg->val)?0:1; 8 + if (!strcasecmp(msg->key,"Path")) 16 if (!strcasecmp(msg->key,"Newsgroups")) return newsmode?0:2; 17 if (!strcasecmp(msg->key,"Xref")) return 0; 18 if (!strcasecmp(msg->key,"Return-Receipt-To")) return 1; 19 if (!strcasecmp(msg->key,"Received")) return newsmode?0:2; 20 - if (!strcasecmp(msg->key,"From")) return ftnorigin?0:2; [all …]
|
/freebsd/contrib/libpcap/ |
H A D | config.h.in | 3 /* Define to 1 if arpa/inet.h declares `ether_hostton' */ 9 /* define if you want to build the instrument functions code */ 12 /* Define to 1 if remote packet capture is to be supported */ 15 /* define if we have the AIX getnetbyname_r() */ 18 /* define if we have the AIX getprotobyname_r() */ 21 /* Define to 1 if you have the `asprintf' function. */ 24 /* Define to 1 if you have the <config/HaikuConfig.h> header file. */ 27 /* Define to 1 if you have the <dagapi.h> header file. */ 30 /* define if you have the DAG API */ 33 /* define if you have dag_get_erf_types() */ [all …]
|
H A D | cmakeconfig.h.in | 3 /* Define to 1 if arpa/inet.h declares `ether_hostton' */ 9 /* Define to 1 if remote packet capture is to be supported */ 12 /* define if we have the AIX getnetbyname_r() */ 15 /* define if we have the AIX getprotobyname_r() */ 18 /* define if you have the AirPcap API */ 21 /* Define to 1 if you have the `asprintf' function. */ 24 /* Define to 1 if you have the <config/HaikuConfig.h> header file. */ 27 /* define if you have the DAG API */ 30 /* define if you have dag_get_erf_types() */ 33 /* define if you have dag_get_stream_erf_types() */ [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/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. */ 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. */ 87 /* Define to 1 if you have the <bsd/string.h> header file. */ [all …]
|
/freebsd/contrib/bmake/ |
H A D | config.h.in | 3 /* Define if building universal (internal helper macro) */ 15 /* Define to 1 if you have the <ar.h> header file. */ 18 /* Define to 1 if you have the declaration of 'sys_siglist', and to 0 if you 22 /* Define to 1 if you have the <dirent.h> header file, and it defines 'DIR'. 26 /* Define to 1 if you have the 'dirname' function. */ 29 /* Define to 1 if you don't have 'vprintf' but do have '_doprnt.' */ 32 /* Define to 1 if you have the 'err' function. */ 35 /* Define to 1 if you have the 'errx' function. */ 38 /* Define to 1 if you have the <err.h> header file. */ 41 /* Define to 1 if you have the <fcntl.h> header file. */ [all …]
|
/freebsd/contrib/ntp/ |
H A D | config.h.in | 3 /* Define if building universal (internal helper macro) */ 174 /* Define to 1 if using 'alloca.c'. */ 324 /* force ntpdate to step the clock if !defined(STEP_SLEW) ? */ 336 /* Define to 1 if you have 'alloca', as a function or macro. */ 339 /* Define to 1 if <alloca.h> works. */ 342 /* Define to 1 if you have the `arc4random_buf' function. */ 345 /* Define to 1 if you have the <arpa/nameser.h> header file. */ 348 /* Define to 1 if you have the `atomic_thread_fence' function. */ 354 /* Define to 1 if you have the <bstring.h> header file. */ 357 /* Define to 1 if yo [all...] |
/freebsd/contrib/ldns/ldns/ |
H A D | config.h.in | 3 /* Define if building universal (internal helper macro) */ 6 /* Define to 1 if you have the <arpa/inet.h> header file. */ 15 /* Define to 1 if you have the `b32_ntop' function. */ 18 /* Define to 1 if you have the `b32_pton' function. */ 21 /* Define to 1 if you have the `b64_ntop' function. */ 24 /* Define to 1 if you have the `b64_pton' function. */ 27 /* Define to 1 if you have the `bzero' function. */ 30 /* Define to 1 if you have the `calloc' function. */ 33 /* Define to 1 if you have the `CONF_modules_unload' function. */ 36 /* Define to 1 if you have the `CRYPTO_cleanup_all_ex_data' function. */ [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_syscalls.inc | 48 #if SANITIZER_LINUX 176 if (res >= 0) { 177 if (msg) { 194 if (res >= 0) { 195 if (msg) { 203 if (timeout) 209 if (buf) { 215 if (res > 0 && buf) { 223 if (res >= 0) { 224 if (tloc) [all …]
|