/openbsd-src/gnu/llvm/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 (C < 0x0132) in foldCharSimple() [all …]
|
/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | proc-events.c | 19 along with this program; if not, write to the Free Software Foundation, 36 #if defined (NEW_PROC_API) 112 #if defined (SYS_BSD_getime) in init_syscall_table() 115 #if defined (SYS_BSDgetpgrp) in init_syscall_table() 118 #if defined (SYS_BSDsetpgrp) in init_syscall_table() 121 #if defined (SYS_acancel) in init_syscall_table() 124 #if defined (SYS_accept) in init_syscall_table() 127 #if defined (SYS_access) in init_syscall_table() 130 #if defined (SYS_acct) in init_syscall_table() 133 #if defined (SYS_acl) in init_syscall_table() [all …]
|
H A D | config.in | 3 /* Define if on AIX 3. 10 /* Define if using alloca.c. */ 13 /* Define to empty if the keyword does not work. */ 20 /* Define if you have alloca, as a function or macro. */ 23 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */ 26 /* Define if the `long double' type works. */ 29 /* Define if you have a working `mmap' system call. */ 32 /* Define if you have <vfork.h>. */ 35 /* Define as __inline if that's what the C compiler calls it. */ 38 /* Define to `long' if <sys/types.h> doesn't define. */ [all …]
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/ |
H A D | config.h.in | 3 /* Define if you have a working `mmap' system call. */ 6 // Define if GCC supports weak symbols. 12 // Define if C99 features such as lldiv_t, llabs, lldiv should be exposed. 15 // Define if code specialized for wchar_t should be used. 18 // Define if using setrlimit to limit memory usage during 'make check'. 27 // Define symbol versioning in assember directives. If symbol 31 #if _GLIBCPP_SYMVER 38 // Define if gthr-default.h exists (meaning that threading support is enabled). 41 // Define if drand48 exists. 44 // Define if getpagesize exists. [all …]
|
H A D | acconfig.h | 13 // Define if GCC supports weak symbols. 19 // Define if C99 features such as lldiv_t, llabs, lldiv should be exposed. 28 // Define if code specialized for wchar_t should be used. 31 // Define if using setrlimit to limit memory usage during 'make check'. 37 // Define if the atan2f function exists. 40 // Define if the atan2l function exists. 43 // Define if the copysignf function exists. 49 // Define symbol versioning in assember directives. If symbol 53 #if _GLIBCPP_SYMVER 60 // Define if gthr-default.h exists (meaning that threading support is enabled). [all …]
|
/openbsd-src/sbin/unwind/libunbound/util/ |
H A D | fptr_wlist.c | 33 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 106 if(fptr == &worker_handle_request) return 1; in fptr_whitelist_comm_point() 107 else if(fptr == &outnet_udp_cb) return 1; in fptr_whitelist_comm_point() 108 else if(fptr == &outnet_tcp_cb) return 1; in fptr_whitelist_comm_point() 109 else if(fptr == &tube_handle_listen) return 1; in fptr_whitelist_comm_point() 110 else if(fptr == &auth_xfer_probe_udp_callback) return 1; in fptr_whitelist_comm_point() 111 else if(fptr == &auth_xfer_transfer_tcp_callback) return 1; in fptr_whitelist_comm_point() 112 else if(fptr == &auth_xfer_transfer_http_callback) return 1; in fptr_whitelist_comm_point() 119 if(fptr == &tube_handle_listen) return 1; in fptr_whitelist_comm_point_raw() 120 else if(fpt in fptr_whitelist_comm_point_raw() [all...] |
/openbsd-src/usr.sbin/unbound/util/ |
H A D | fptr_wlist.c | 33 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 106 if(fptr == &worker_handle_request) return 1; in fptr_whitelist_comm_point() 107 else if(fptr == &outnet_udp_cb) return 1; in fptr_whitelist_comm_point() 108 else if(fptr == &outnet_tcp_cb) return 1; in fptr_whitelist_comm_point() 109 else if(fptr == &tube_handle_listen) return 1; in fptr_whitelist_comm_point() 110 else if(fptr == &auth_xfer_probe_udp_callback) return 1; in fptr_whitelist_comm_point() 111 else if(fptr == &auth_xfer_transfer_tcp_callback) return 1; in fptr_whitelist_comm_point() 112 else if(fptr == &auth_xfer_transfer_http_callback) return 1; in fptr_whitelist_comm_point() 119 if(fptr == &tube_handle_listen) return 1; in fptr_whitelist_comm_point_raw() 120 else if(fpt in fptr_whitelist_comm_point_raw() [all...] |
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/ |
H A D | 19990826-1.f | 7 ! This fortran source will not compile - if the penultimate elseif block is 0 30 if (i.eq.1) then 32 else if (i.eq. 1) then 34 else if (i.eq. 2) then 36 else if (i.eq. 3) then 38 else if (i.eq. 4) then 40 else if (i.eq. 5) then 42 else if (i.eq. 6) then 44 else if (i.eq. 7) then 46 else if (i.eq. 8) then [all …]
|
/openbsd-src/gnu/lib/libstdc++-v3/ |
H A D | config.h | 5 /* Define to 1 if you have the `acosf' function. */ 8 /* Define to 1 if you have the `acosl' function. */ 11 /* Define to 1 if you have the `asinf' function. */ 14 /* Define to 1 if you have the `asinl' function. */ 17 /* Define to 1 if you have the `atan2f' function. */ 20 /* Define to 1 if you have the `atan2l' function. */ 23 /* Define to 1 if you have the `atanf' function. */ 26 /* Define to 1 if you have the `atanl' function. */ 29 /* Define to 1 if you have the `ceilf' function. */ 32 /* Define to 1 if you have the `ceill' function. */ [all …]
|
/openbsd-src/gnu/lib/libiberty/src/ |
H A D | config.in | 7 /* Define to 1 if you have the <alloca.h> header file. */ 10 /* Define to 1 if you have the `asprintf' function. */ 13 /* Define to 1 if you have the `atexit' function. */ 16 /* Define to 1 if you have the `basename' function. */ 19 /* Define to 1 if you have the `bcmp' function. */ 22 /* Define to 1 if you have the `bcopy' function. */ 25 /* Define to 1 if you have the `bsearch' function. */ 28 /* Define to 1 if you have the `bzero' function. */ 31 /* Define to 1 if you have the `calloc' function. */ 34 /* Define to 1 if you have the `canonicalize_file_name' function. */ [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/ |
H A D | minimal-struct-size-align.c | 116 if (min_size > sizeof (s0)) in main() 118 if (min_align > __alignof__ (s0)) in main() 120 if (min_size > sizeof (u0)) in main() 122 if (min_align > __alignof__ (u0)) in main() 124 if (min_size > sizeof (s1)) in main() 126 if (min_align > __alignof__ (s1)) in main() 128 if (min_size > sizeof (u1)) in main() 130 if (min_align > __alignof__ (u1)) in main() 132 if (min_size > sizeof (s2)) in main() 134 if (min_align > __alignof__ (s2)) in main() [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | config.in | 3 /* Define if using alloca.c. */ 6 /* Define to empty if the keyword does not work. */ 17 /* Define to `int' if <sys/types.h> doesn't define. */ 20 /* Define if you have alloca, as a function or macro. */ 23 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */ 26 /* Define if you have the ANSI # stringizing operator in cpp. */ 29 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */ 32 /* Define if you have <vfork.h>. */ 35 /* Define as __inline if that's what the C compiler calls it. */ 38 /* Define if your C compiler doesn't accept -c and -o together. */ [all …]
|
/openbsd-src/gnu/usr.bin/texinfo/ |
H A D | config.in | 8 /* Define to 1 if using `alloca.c'. */ 11 /* Define to 1 if translation of program messages to the user's native 15 /* Define to 1 if `TIOCGWINSZ' requires <sys/ioctl.h>. */ 18 /* Define to 1 if you have `alloca', as a function or macro. */ 21 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). 25 /* Define to 1 if you have the <argz.h> header file. */ 28 /* Define to 1 if you have the `asprintf' function. */ 31 /* Define to 1 if you have the `bzero' function. */ 34 /* Define if the GNU dcgettext() function is already present or preinstalled. 38 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you [all …]
|
/openbsd-src/gnu/llvm/compiler-rt/utils/ |
H A D | generate_netbsd_syscalls.awk | 34 if (in_utils == 0) { 39 if (ARGC != 2) { 44 if (system("test -f " ARGV[1]) != 0) { 49 if (ARGV[1] !~ /syscalls\.master$/) { 55 if ("CLANGFORMAT" in ENVIRON) { 70 if (match($0, /\$[^$]+\$/)) { 95 # preserve 'if/elif/else/endif' C preprocessor as-is 97 if (parsedsyscalls in ifelifelseendif) { 115 if ($0 ~ /OBSOL/ || $0 ~ /EXCL/ || $0 ~ /UNIMPL/) { 122 if (match($0, /COMPAT_[0-9]+/)) { [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | 20020506-1.c | 35 if ((c & (SCHAR_MAX+1)) == 0) in test1() 37 if (set) abort (); in test1() 40 if (!set) abort (); in test1() 42 if ((c & (SCHAR_MAX+1)) != 0) in test1() 44 if (!set) abort (); in test1() 47 if (set) abort (); in test1() 49 if ((c & (SCHAR_MAX+1)) == (SCHAR_MAX+1)) in test1() 51 if (!set) abort (); in test1() 54 if (set) abort (); in test1() 56 if ((c & (SCHAR_MAX+1)) != (SCHAR_MAX+1)) in test1() [all …]
|
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | config.in | 8 /* Define to 1 if using `alloca.c'. */ 11 /* Define to 1 if NLS is requested */ 14 /* Define to 1 if you have `alloca', as a function or macro. */ 17 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). 21 /* Define to 1 if you have the <argz.h> header file. */ 24 /* Define to 1 if you have the `dcgettext' function. */ 27 /* Define to 1 if you have the declaration of `basename', and to 0 if you 31 /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */ 34 /* Define to 1 if you have the declaration of `free', and to 0 if you don't. 38 /* Define to 1 if you have the declaration of `fseeko', and to 0 if you don't. [all …]
|
/openbsd-src/gnu/llvm/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 …]
|
/openbsd-src/share/tmac/mdoc/ |
H A D | doc-common | 27 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 124 .\" This is disgusting, troff not parse ``if'' stmt properly 144 .\" . if "\\$3"" \{\ 145 . if \\$2>=1 .if \\$2<=9 \{\ 147 . if \\$2>1 .if \\$2<6 .ds vT OpenBSD Programmer's Manual 148 . if "\\$2"8" .ds vT OpenBSD System Manager's Manual 149 . if "\\$2"9" .ds vT OpenBSD Kernel Manual 152 . if "\\$2"unass" .ds vT DRAFT 153 . if "\\$2"draft" .ds vT DRAFT 154 . if "\\$2"paper" .ds vT UNTITLED [all …]
|
/openbsd-src/gnu/usr.bin/cvs/ |
H A D | config.h.in | 3 /* Define if on AIX 3. 10 /* Define if the closedir function returns void instead of int. */ 13 /* Define to empty if the keyword does not work. */ 16 /* Define to `int' if <sys/types.h> doesn't define. */ 19 /* Define if your system has a working fnmatch function. */ 22 /* Define if you support file names longer than 14 characters. */ 25 /* Define if your struct stat has st_blksize. */ 28 /* Define if your struct stat has st_rdev. */ 31 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */ 34 /* Define if utime(file, NULL) sets file's timestamp to the present. */ [all …]
|
/openbsd-src/gnu/gcc/libcpp/ |
H A D | config.in | 8 /* Define to 1 if using `alloca.c'. */ 11 /* Define if you want more run-time sanity checks. */ 14 /* Define to 1 if translation of program messages to the user's native 18 /* Define to 1 if you have `alloca', as a function or macro. */ 21 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). 25 /* Define to 1 if you have the `clearerr_unlocked' function. */ 28 /* Define to 1 if you have the declaration of `abort', and to 0 if you don't. 32 /* Define to 1 if you have the declaration of `asprintf', and to 0 if you 36 /* Define to 1 if you have the declaration of `basename', and to 0 if you 40 /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if [all …]
|
/openbsd-src/gnu/gcc/fixincludes/ |
H A D | config.h.in | 6 /* Define to 1 if you have the `clearerr_unlocked' function. */ 9 /* Define to 1 if you have the declaration of `abort', and to 0 if you don't. 13 /* Define to 1 if you have the declaration of `asprintf', and to 0 if you 17 /* Define to 1 if you have the declaration of `basename', and to 0 if you 21 /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if 25 /* Define to 1 if you have the declaration of `errno', and to 0 if you don't. 29 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you 33 /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if 37 /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if 41 /* Define to 1 if you have the declaration of `fgetc_unlocked', and to 0 if [all …]
|
/openbsd-src/usr.bin/tmux/ |
H A D | server-client.c | 74 if (cw1->window < cw2->window) in server_client_how_many() 76 if (cw1->window > cw2->window) in server_client_how_many() 91 if (c->session != NULL && (~c->flags & CLIENT_UNATTACHEDFLAGS)) in server_client_overlay_timer() 113 if (c->overlay_draw != NULL) in server_client_set_overlay() 119 if (event_initialized(&c->overlay_timer)) in server_client_set_overlay() 122 if (delay != 0) in server_client_set_overlay() 133 if (c->overlay_check == NULL) in server_client_clear_overlay() 135 if (c->overlay_mode == NULL) in server_client_clear_overlay() 145 if (c->overlay_draw == NULL) in server_client_clear_overlay() 148 if (event_initialize in server_client_clear_overlay() [all...] |
/openbsd-src/gnu/llvm/lldb/source/Symbol/ |
H A D | CompilerType.cpp | 33 if (IsValid()) in IsAggregateType() 34 if (auto type_system_sp = GetTypeSystem()) in IsAggregateType() 40 if (IsValid()) in IsAnonymousType() 41 if (auto type_system_sp = GetTypeSystem()) in IsAnonymousType() 47 if (IsValid()) in IsScopedEnumerationType() 48 if (auto type_system_sp = GetTypeSystem()) in IsScopedEnumerationType() 55 if (IsValid()) in IsArrayType() 56 if (auto type_system_sp = GetTypeSystem()) in IsArrayType() 60 if (element_type_ptr) in IsArrayType() 62 if (size) in IsArrayType() [all …]
|
/openbsd-src/gnu/usr.bin/binutils/bfd/ |
H A D | config.in | 3 /* Define if using alloca.c. */ 6 /* Define to empty if the keyword does not work. */ 13 /* Define if you have alloca, as a function or macro. */ 16 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */ 19 /* Define if you have a working `mmap' system call. */ 22 /* Define as __inline if that's what the C compiler calls it. */ 25 /* Define to `long' if <sys/types.h> doesn't define. */ 28 /* Define to `unsigned' if <sys/types.h> doesn't define. */ 31 /* If using the C implementation of alloca, define if you know the 40 /* Define if you have the ANSI C header files. */ [all …]
|
/openbsd-src/gnu/llvm/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 …]
|