| /freebsd-10-stable/contrib/gdb/ |
| D | ltcf-cxx.sh | 111 # what "hidden" libraries, object files and flags are used when 281 # what "hidden" libraries, object files and flags are used when 350 # what "hidden" libraries, object files and flags are used when 376 # what "hidden" libraries, object files and flags are used when 441 # what "hidden" libraries, object files and flags are used when 459 # what "hidden" libraries, object files and flags are used when 495 echo "-hidden">> $lib.exp~ 503 # what "hidden" libraries, object files and flags are used when 521 # what "hidden" libraries, object files and flags are used when 589 # what "hidden" libraries, object files and flags are used when [all …]
|
| /freebsd-10-stable/contrib/ncurses/ncurses/base/ |
| D | lib_slkrefr.c | 102 if (slk->hidden) { in slk_intern_refresh() 122 if (SP->_slk->hidden) in slk_noutrefresh() 139 if (SP->_slk->hidden) in slk_refresh()
|
| D | lib_slkclear.c | 53 SP->_slk->hidden = TRUE; in NCURSES_EXPORT()
|
| /freebsd-10-stable/contrib/ntp/sntp/libopts/ |
| D | enum.c | 68 int hidden = 0; in enum_err() local 86 hidden = 1; in enum_err() 159 fprintf(option_usage_fp, zIntRange, hidden, name_ct - 1 + hidden); in enum_err() 169 fprintf(option_usage_fp, zIntRange, hidden, name_ct - 1 + hidden); in enum_err()
|
| /freebsd-10-stable/tools/sched/ |
| D | schedgraph.py | 322 if (source.hidden == 1): 807 self.hidden = 0 1249 if (source.hidden == 1): 1449 if (source.hidden == 0): 1457 if (s.hidden == 0): 1466 if (source.hidden == 0): 1472 source.hidden = 0 1483 if (source.hidden == 0): 1491 if (source.hidden == 1): 1495 for hidden in startsize: [all …]
|
| /freebsd-10-stable/sys/boot/ficl/softwords/ |
| D | softcore.fr | 136 \ <words that use hidden defs> 139 1 ficl-named-wordlist hidden 140 : hide hidden dup >search ficl-set-current ; 203 previous \ lose hidden words from search order
|
| /freebsd-10-stable/contrib/gcc/cp/ |
| D | ChangeLog.gcc43 | 12 * name-lookup.c (ambiguous_decl): Fix case when new->value is hidden. 45 * name-lookup.c (ambiguous_decl): Adds check for hidden types. 46 (unqualified_namespace_lookup): Adds check for hidden types.
|
| /freebsd-10-stable/contrib/gcclibs/libssp/ |
| D | configure.ac | 65 AC_MSG_CHECKING([whether hidden visibility is supported]) 67 void __attribute__((visibility ("hidden"))) bar (void) {}],, 71 AC_DEFINE([HAVE_HIDDEN_VISIBILITY],[1],[__attribute__((visibility ("hidden"))) supported])
|
| /freebsd-10-stable/lib/libc_nonshared/ |
| D | Makefile | 11 CFLAGS+=${PICFLAG} -DPIC -fvisibility=hidden
|
| /freebsd-10-stable/contrib/llvm/tools/llvm-objdump/ |
| D | llvm-objdump.cpp | 510 bool hidden = false; in DisassembleObject() local 516 if (error(rel_cur->getHidden(hidden))) goto skip_print_rel; in DisassembleObject() 517 if (hidden) goto skip_print_rel; in DisassembleObject() 551 bool hidden; in PrintRelocations() local 555 if (error(ri->getHidden(hidden))) continue; in PrintRelocations() 556 if (hidden) continue; in PrintRelocations()
|
| /freebsd-10-stable/crypto/openssl/crypto/ |
| D | x86cpuid.pl | 358 &hidden("OPENSSL_cpuid_setup"); 359 &hidden("OPENSSL_ia32cap_P");
|
| /freebsd-10-stable/gnu/lib/libssp/libssp_nonshared/ |
| D | Makefile | 16 CFLAGS+= -fPIC -DPIC -fvisibility=hidden
|
| /freebsd-10-stable/crypto/heimdal/lib/krb5/ |
| D | prompter_posix.c | 53 if (prompts[i].hidden) { in krb5_prompter_posix()
|
| /freebsd-10-stable/contrib/nvi/vi/ |
| D | vi.c | 1005 int hidden; in v_dtoh() local 1008 for (hidden = 0, gp = sp->gp; in v_dtoh() 1009 (tsp = TAILQ_FIRST(gp->dq)) != NULL; ++hidden) { in v_dtoh() 1024 if (hidden > 1) in v_dtoh() 1027 hidden - 1); in v_dtoh()
|
| /freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/ |
| D | entries.c | 123 svn_wc__entry_is_hidden(svn_boolean_t *hidden, const svn_wc_entry_t *entry) in svn_wc__entry_is_hidden() argument 139 *hidden = entry->schedule != svn_wc_schedule_add; in svn_wc__entry_is_hidden() 142 *hidden = FALSE; in svn_wc__entry_is_hidden() 1448 svn_boolean_t hidden; in prune_deleted() local 1450 SVN_ERR(svn_wc__entry_is_hidden(&hidden, in prune_deleted() 1452 if (hidden) in prune_deleted() 1471 svn_boolean_t hidden; in prune_deleted() local 1473 SVN_ERR(svn_wc__entry_is_hidden(&hidden, entry)); in prune_deleted() 1474 if (!hidden) in prune_deleted() 2701 svn_boolean_t hidden; in walker_helper() local [all …]
|
| D | entries.h | 80 svn_wc__entry_is_hidden(svn_boolean_t *hidden, const svn_wc_entry_t *entry);
|
| /freebsd-10-stable/contrib/dialog/ |
| D | util.c | 596 int hidden = 0; in dlg_count_real_columns() local 599 hidden += ESCAPE_LEN; in dlg_count_real_columns() 605 result -= hidden; in dlg_count_real_columns() 834 int hidden = 0; in dlg_print_line() local 847 if (*test_ptr == '\n' || *test_ptr == '\0' || cur_x >= (rm + hidden)) in dlg_print_line() 856 hidden += ESCAPE_LEN; in dlg_print_line() 860 if (cur_x > (rm + hidden)) in dlg_print_line() 898 hidden -= ESCAPE_LEN; in dlg_print_line() 902 hidden -= ESCAPE_LEN; in dlg_print_line() 915 dlg_print_text(win, prompt, (cols[wrap_inx] - hidden), attr); in dlg_print_line() [all …]
|
| /freebsd-10-stable/contrib/tcpdump/ |
| D | print-l2tp.c | 458 int hidden = FALSE; in l2tp_avp_print() local 487 hidden = TRUE; in l2tp_avp_print() 505 if (hidden) { in l2tp_avp_print()
|
| /freebsd-10-stable/contrib/libstdc++/src/ |
| D | globals_io.cc | 78 namespace __gnu_internal _GLIBCXX_VISIBILITY(hidden)
|
| /freebsd-10-stable/secure/lib/libcrypto/amd64/ |
| D | x86_64cpuid.S | 4 .hidden OPENSSL_cpuid_setup 8 .hidden OPENSSL_ia32cap_P
|
| /freebsd-10-stable/contrib/compiler-rt/lib/ |
| D | assembly.h | 30 #define HIDDEN_DIRECTIVE .hidden
|
| /freebsd-10-stable/contrib/libc++/src/ |
| D | chrono.cpp | 63 #pragma GCC visibility push(hidden)
|
| /freebsd-10-stable/secure/lib/libcrypto/i386/ |
| D | x86cpuid.S | 347 .hidden OPENSSL_cpuid_setup 348 .hidden OPENSSL_ia32cap_P 684 .hidden OPENSSL_cpuid_setup 685 .hidden OPENSSL_ia32cap_P
|
| /freebsd-10-stable/sys/gnu/dts/arm/ |
| D | pxa27x.dtsi | 43 * sources has been hidden under the carpet by now.
|
| /freebsd-10-stable/contrib/gcc/config/ia64/ |
| D | crtend.asm | 47 .hidden __do_global_ctors_aux
|