/freebsd/contrib/bmake/unit-tests/ |
H A D | opt-no-action.exp | 2 echo '.BEGIN: hidden command' 5 echo 'main: hidden command' 8 run-always: hidden command 10 echo '.END: hidden command'
|
H A D | sh-dots.exp | 2 hidden hidden 5 hidden delayed hidden
|
H A D | sh-dots.mk | 9 all: first hidden repeated commented indirect indirect-space 20 hidden: .IGNORE 21 @echo hidden ${.TARGET} 23 @echo hidden delayed ${.TARGET}
|
H A D | shell-sh.mk | 10 @: hidden
|
H A D | shell-custom.mk | 12 @: hidden
|
H A D | shell-ksh.mk | 9 @: hidden
|
/freebsd/contrib/file/m4/ |
H A D | visibility.m4 | 10 dnl -fvisibility=hidden and the function and variable attributes 11 dnl __attribute__((__visibility__("hidden"))) and 18 dnl Does *not* test for #pragma GCC visibility push(hidden) - which is 46 CFLAGS="$CFLAGS -fvisibility=hidden" 57 [[extern __attribute__((__visibility__("hidden"))) int hiddenvar; 59 extern __attribute__((__visibility__("hidden"))) int hiddenfunc (void); 69 CFLAG_VISIBILITY="-fvisibility=hidden"
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_slkrefr.c | 93 if (slk->hidden) in slk_intern_refresh() 129 CallDriver_1(sp, td_hwlabelOnOff, slk->hidden ? FALSE : TRUE); in slk_intern_refresh() 131 if (slk->hidden) { in slk_intern_refresh() 150 if (SP_PARM->_slk->hidden) in NCURSES_SP_NAME() 175 if (SP_PARM->_slk->hidden) in NCURSES_SP_NAME()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_misc/ |
H A D | zvol_misc_snapdev.ksh | 80 log_must zfs set snapdev=hidden $ZVOL 95 log_must zfs set snapdev=hidden $ZVOL 97 log_must zfs set snapdev=hidden $ZVOL 109 log_must zfs set snapdev=hidden $TESTPOOL 115 log_must zfs set snapdev=hidden $VOLFS
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/acl/off/ |
H A D | dosmode.ksh | 108 log_must $changeflags hidden $testfile 109 log_must hasflag hidden $testfile 114 log_must user_run $owner $changeflags hidden $testfile 116 log_must hasflag hidden $testfile 118 log_mustnot user_run $other $changeflags hidden $testfile
|
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | enum.c | 43 int hidden = 0; in enum_err() local 61 hidden = 1; in enum_err() 135 fprintf(option_usage_fp, zIntRange, hidden, name_ct - 1 + hidden); in enum_err() 145 fprintf(option_usage_fp, zIntRange, hidden, name_ct - 1 + hidden); in enum_err()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_rtl_mips64.S | 4 .hidden __tsan_setjmp 56 .hidden __tsan_setjmp 108 .hidden __tsan_setjmp 162 .hidden __tsan_setjmp
|
/freebsd/lib/libclang_rt/ |
H A D | Makefile.inc | 32 CXXFLAGS+= -fvisibility-inlines-hidden 33 CXXFLAGS+= -fvisibility=hidden
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | RSA_print.pod | 14 hidden entirely by defining B<OPENSSL_API_COMPAT> with a suitable version value, 23 hidden entirely by defining B<OPENSSL_API_COMPAT> with a suitable version value, 34 hidden entirely by defining B<OPENSSL_API_COMPAT> with a suitable version value,
|
H A D | ERR_remove_state.pod | 10 hidden entirely by defining B<OPENSSL_API_COMPAT> with a suitable version value, 16 hidden entirely by defining B<OPENSSL_API_COMPAT> with a suitable version value,
|
H A D | MD5.pod | 11 hidden entirely by defining B<OPENSSL_API_COMPAT> with a suitable version value, 24 hidden entirely by defining B<OPENSSL_API_COMPAT> with a suitable version value, 36 hidden entirely by defining B<OPENSSL_API_COMPAT> with a suitable version value,
|
/freebsd/lib/libgcc_eh/ |
H A D | Makefile.inc | 5 STATIC_CFLAGS+=${PICFLAG} -fvisibility=hidden -DVISIBILITY_HIDDEN 42 STATIC_CXXFLAGS+= -fvisibility=hidden -fPIC
|
/freebsd/tools/sched/ |
H A D | schedgraph.py | 326 if (source.hidden == 1): 805 self.hidden = 0 1251 if (source.hidden == 1): 1451 if (source.hidden == 0): 1459 if (s.hidden == 0): 1468 if (source.hidden == 0): 1474 source.hidden = 0 1485 if (source.hidden == 0): 1493 if (source.hidden == 1): 1497 for hidden in startsize: [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/history/ |
H A D | history_002_pos.ksh | 83 snapdir hidden snapdir visible 111 snapdir hidden snapdir visible 139 snapdir hidden snapdir visible
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/ |
H A D | misc.cfg | 56 hidden" 81 hidden" 108 hidden"
|
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_trampoline_arm.S | 13 .hidden __xray_FunctionEntry 44 .hidden __xray_FunctionExit 76 .hidden __xray_FunctionTailExit
|
/freebsd/stand/ficl/softwords/ |
H A D | softcore.fr | 161 \ <words that use hidden defs> 164 1 ficl-named-wordlist hidden 165 : hide hidden dup >search ficl-set-current ; 236 previous \ lose hidden words from search order
|
/freebsd/libexec/rtld-elf/amd64/ |
H A D | Makefile.inc | 1 CFLAGS+= ${CFLAGS_NO_SIMD} -msoft-float -fvisibility=hidden
|
/freebsd/libexec/rtld-elf/i386/ |
H A D | Makefile.inc | 1 CFLAGS+= ${CFLAGS_NO_SIMD} -msoft-float -fvisibility=hidden
|
/freebsd/sys/contrib/openzfs/lib/libzdb/ |
H A D | Makefile.am | 2 libzdb_la_CFLAGS += -fvisibility=hidden
|