Home
last modified time | relevance | path

Searched refs:hidden (Results 1 – 25 of 316) sorted by relevance

12345678910>>...13

/freebsd/contrib/bmake/unit-tests/
H A Dopt-no-action.exp2 echo '.BEGIN: hidden command'
5 echo 'main: hidden command'
8 run-always: hidden command
10 echo '.END: hidden command'
H A Dsh-dots.exp2 hidden hidden
5 hidden delayed hidden
H A Dsh-dots.mk9 all: first hidden repeated commented indirect indirect-space
20 hidden: .IGNORE
21 @echo hidden ${.TARGET}
23 @echo hidden delayed ${.TARGET}
H A Dshell-sh.mk10 @: hidden
H A Dshell-custom.mk12 @: hidden
H A Dshell-ksh.mk9 @: hidden
/freebsd/contrib/file/m4/
H A Dvisibility.m410 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 Dlib_slkrefr.c93 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 Dzvol_misc_snapdev.ksh80 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 Ddosmode.ksh108 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 Denum.c43 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 Dtsan_rtl_mips64.S4 .hidden __tsan_setjmp
56 .hidden __tsan_setjmp
108 .hidden __tsan_setjmp
162 .hidden __tsan_setjmp
/freebsd/lib/libclang_rt/
H A DMakefile.inc34 CXXFLAGS+= -fvisibility-inlines-hidden
35 CXXFLAGS+= -fvisibility=hidden
/freebsd/crypto/openssl/doc/man3/
H A DRSA_print.pod14 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 DERR_remove_state.pod10 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 DMD5.pod13 hidden entirely by defining B<OPENSSL_API_COMPAT> with a suitable version value,
26 hidden entirely by defining B<OPENSSL_API_COMPAT> with a suitable version value,
39 hidden entirely by defining B<OPENSSL_API_COMPAT> with a suitable version value,
/freebsd/lib/libgcc_eh/
H A DMakefile.inc6 STATIC_CFLAGS+=${PICFLAG} -fvisibility=hidden -DVISIBILITY_HIDDEN
43 STATIC_CXXFLAGS+= -fvisibility=hidden -fPIC
/freebsd/tools/sched/
H A Dschedgraph.py326 if (source.hidden == 1):
805 self.hidden = 0
1451 if (source.hidden == 0):
1459 if (s.hidden == 0):
1468 if (source.hidden == 0):
1474 source.hidden = 0
1498 (start, sz) = hidden
1508 source.hidden = 0
1535 source.hidden = 1
1540 (start, sz) = hidden
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/history/
H A Dhistory_002_pos.ksh83 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 Dmisc.cfg56 hidden"
81 hidden"
108 hidden"
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_trampoline_arm.S13 .hidden __xray_FunctionEntry
44 .hidden __xray_FunctionExit
76 .hidden __xray_FunctionTailExit
/freebsd/libexec/rtld-elf/i386/
H A DMakefile.inc2 CFLAGS+= ${CFLAGS_NO_SIMD} -msoft-float -fvisibility=hidden
/freebsd/libexec/rtld-elf/amd64/
H A DMakefile.inc2 CFLAGS+= ${CFLAGS_NO_SIMD} -msoft-float -fvisibility=hidden
/freebsd/stand/ficl/softwords/
H A Dsoftcore.fr161 \ <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/sys/contrib/openzfs/lib/libzdb/
H A DMakefile.am2 libzdb_la_CFLAGS += -fvisibility=hidden

12345678910>>...13