| /openbsd-src/usr.bin/fstat/ |
| H A D | fstat.c | 132 void hide(void *p); 137 hide(void *p) in hide() function 543 hide(maxaddr); in pipetrans() 564 hide((void *)(uintptr_t)kf->f_data); in kqueuetrans() 652 hide((void *)(uintptr_t)kf->inp_ppcb); in print_inet_details() 674 hide((void *)(uintptr_t)kf->so_pcb); in print_inet_details() 688 hide((void *)(uintptr_t)kf->inp_ppcb); in print_inet6_details() 720 hide((void *)(uintptr_t)kf->so_pcb); in print_inet6_details() 802 hide((void *)(uintptr_t)kf->so_pcb); in socktrans() 814 hide((void *)(uintptr_t)kf->unp_conn); in socktrans() [all …]
|
| /openbsd-src/gnu/usr.sbin/mkhybrid/src/ |
| H A D | README.mkhybrid | 89 -hide README.hfs -hide README.joliet \ 90 -hide-joliet README.hfs -hide-joliet README.unix \ 91 -hide-hfs README.joliet -hide-hfs README.unix \ 100 combinations of the hide options ...
|
| H A D | ChangeLog.mkhybrid | 10 Forgot to add -hide-hfs-list option in previous version ... 21 Added -hide-list, -hide-joliet-list, -hide-hfs-list, -exclude-list 36 Fixed -hide-hfs bug that corrupted some HFS hidden files 96 Added options to "hide" (options -hide and -hide-joliet) files 100 Renamed the -hfs-exclude option to -hide-hfs to be compatible 103 Fixed a bug with the -hide-hfs option (very rare case ...)
|
| /openbsd-src/etc/ |
| H A D | unbound.conf | 19 hide-identity: yes 20 hide-version: yes
|
| H A D | nsd.conf | 4 hide-version: yes
|
| /openbsd-src/gnu/llvm/lldb/source/DataFormatters/ |
| H A D | DumpValueObjectOptions.cpp | 156 DumpValueObjectOptions &DumpValueObjectOptions::SetHidePointerValue(bool hide) { in SetHidePointerValue() argument 157 m_hide_pointer_value = hide; in SetHidePointerValue()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/ |
| H A D | Subtest_buffer_formatter.t | 90 ok( $HAS_FORMATTER{unbuffered_hide}, "Unbuffered where parent has 'hide' formatter has formatter"); 94 ok(!$HAS_FORMATTER{buffered_hide}, "Buffered where parent has 'hide' formatter has no formatter");
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN/t/ |
| H A D | 10version.t | 40 my $vpack = "version"; # hide the name from 5.004 50 my $vpack = "Perl::Version"; # hide the name from 5.004
|
| /openbsd-src/gnu/gcc/gcc/config/i386/ |
| H A D | t-gthr-win32 | 1 # We hide calls to w32api needed for w32 thread support here:
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/ |
| H A D | t-mingw32 | 6 # We hide calls to w32api needed for w32 thread support here:
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Module-Metadata/t/ |
| H A D | contains_pod.t | 11 # hide in an eval'd string so Perl::MinimumVersion doesn't clutch its pearls
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/ |
| H A D | t-iris5-6 | 17 # with -exports_file), but fails to actually hide any symbols.
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ |
| H A D | CMakeLists.txt | 24 # that are used across shared objects which we can't hide.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | invoke.texi | 150 -ff2c-intrinsics-delete -ff2c-intrinsics-hide @gol 152 -fbadu77-intrinsics-delete -fbadu77-intrinsics-hide @gol 154 -ff90-intrinsics-delete -ff90-intrinsics-hide @gol 156 -fgnu-intrinsics-delete -fgnu-intrinsics-hide @gol 158 -fmil-intrinsics-delete -fmil-intrinsics-hide @gol 160 -funix-intrinsics-delete -funix-intrinsics-hide @gol 162 -fvxt-intrinsics-delete -fvxt-intrinsics-hide @gol 893 @cindex -fbadu77-intrinsics-hide option 894 @cindex options, -fbadu77-intrinsics-hide 895 @item -fbadu77-intrinsics-hide [all …]
|
| /openbsd-src/gnu/gcc/gcc/config/sh/ |
| H A D | t-linux | 13 # the symbol versions that glibc used, and hide some lib1func
|
| /openbsd-src/gnu/usr.bin/perl/dist/base/t/ |
| H A D | fields-5_6_0.t | 87 use fields qw(b1 d1 _b1 _d1); # hide b1 112 use fields qw(b1 d1 _b1 _d1); # hide b1
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/ |
| H A D | DumpValueObjectOptions.h | 109 DumpValueObjectOptions &SetHidePointerValue(bool hide = false);
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/intl/ |
| H A D | po2tbl.sed.in | 68 # First hide trailing `9' digits.
|
| H A D | linux-msg.sed | 48 # First hide trailing `9' digits.
|
| /openbsd-src/gnu/usr.bin/binutils/intl/ |
| H A D | po2tbl.sed.in | 68 # First hide trailing `9' digits.
|
| H A D | linux-msg.sed | 48 # First hide trailing `9' digits.
|
| /openbsd-src/sys/dev/ic/ |
| H A D | lance.c | 95 #define hide macro 98 #define hide static macro
|
| /openbsd-src/usr.sbin/unbound/util/ |
| H A D | configlexer.lex | 382 hide-identity{COLON} { YDVAR(1, VAR_HIDE_IDENTITY) } 383 hide-version{COLON} { YDVAR(1, VAR_HIDE_VERSION) } 384 hide-trustanchor{COLON} { YDVAR(1, VAR_HIDE_TRUSTANCHOR) } 385 hide-http-user-agent{COLON} { YDVAR(1, VAR_HIDE_HTTP_USER_AGENT) }
|
| /openbsd-src/sbin/unwind/libunbound/util/ |
| H A D | configlexer.lex | 382 hide-identity{COLON} { YDVAR(1, VAR_HIDE_IDENTITY) } 383 hide-version{COLON} { YDVAR(1, VAR_HIDE_VERSION) } 384 hide-trustanchor{COLON} { YDVAR(1, VAR_HIDE_TRUSTANCHOR) } 385 hide-http-user-agent{COLON} { YDVAR(1, VAR_HIDE_HTTP_USER_AGENT) }
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/ |
| H A D | API.pm | 683 my $hide = $format->can('hide_buffered') ? $format->hide_buffered : 1; 684 $hub->format(undef) if $hide; 1143 This tool will hide a context for the provided block of code. This means any 1148 This will normally hide the current context for the top hub. If you need to 1149 hide the context for a different hub you can pass in the optional C<$hid>
|