HomeSort by: relevance | last modified time | path
    Searched refs:what (Results 1 - 25 of 1006) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/distrib/utils/libhack/
nl_langinfo.c 15 nl_langinfo(nl_item what)
17 if (what == CODESET)
  /src/tools/what/
Makefile 3 HOSTPROGNAME= ${_TOOL_PREFIX}what
4 HOST_SRCDIR= usr.bin/what
  /src/external/apache2/llvm/dist/libcxx/src/
variant.cpp 13 const char* bad_variant_access::what() const noexcept {
any.cpp 12 const char* bad_any_cast::what() const noexcept {
27 virtual const char* what() const noexcept;
30 const char* bad_any_cast::what() const noexcept {
functional.cpp 19 bad_function_call::what() const noexcept
  /src/sys/arch/landisk/stand/boot/
bootinfo.c 37 bi_add(struct btinfo_common *what, int type, int size)
40 what->len = size;
41 what->type = type;
44 bootinfo->entry[bootinfo->nentries++] = (u_long)what;
  /src/usr.bin/what/
Makefile 4 PROG= what
  /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
bad_array_new.cc 32 bad_array_new_length::what() const _GLIBCXX_USE_NOEXCEPT
bad_cast.cc 31 bad_cast::what() const _GLIBCXX_USE_NOEXCEPT
bad_typeid.cc 31 bad_typeid::what() const _GLIBCXX_USE_NOEXCEPT
bad_alloc.cc 31 std::bad_alloc::what() const _GLIBCXX_USE_NOEXCEPT
bad_array_length.cc 40 virtual const char* what() const throw();
46 bad_array_length::what() const _GLIBCXX_USE_NOEXCEPT
eh_exception.cc 40 std::exception::what() const _GLIBCXX_TXN_SAFE_DYN _GLIBCXX_USE_NOEXCEPT
43 // and not overriding what() in bad_exception, bad_alloc, etc. In
49 std::bad_exception::what() const _GLIBCXX_TXN_SAFE_DYN _GLIBCXX_USE_NOEXCEPT
54 // Transactional clones for the destructors and what().
55 // what() is effectively transaction_pure, but we do not want to annotate it
70 return that->std::exception::what();
83 return that->std::bad_exception::what();
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
bad_array_new.cc 32 bad_array_new_length::what() const _GLIBCXX_USE_NOEXCEPT
bad_cast.cc 31 bad_cast::what() const _GLIBCXX_USE_NOEXCEPT
bad_typeid.cc 31 bad_typeid::what() const _GLIBCXX_USE_NOEXCEPT
bad_alloc.cc 31 std::bad_alloc::what() const _GLIBCXX_USE_NOEXCEPT
bad_array_length.cc 40 virtual const char* what() const throw();
46 bad_array_length::what() const _GLIBCXX_USE_NOEXCEPT
eh_exception.cc 40 std::exception::what() const _GLIBCXX_TXN_SAFE_DYN _GLIBCXX_USE_NOEXCEPT
43 // and not overriding what() in bad_exception, bad_alloc, etc. In
49 std::bad_exception::what() const _GLIBCXX_TXN_SAFE_DYN _GLIBCXX_USE_NOEXCEPT
54 // Transactional clones for the destructors and what().
55 // what() is effectively transaction_pure, but we do not want to annotate it
70 return that->std::exception::what();
83 return that->std::bad_exception::what();
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.testsuite/
dump-system-info.exp 19 proc dump_info {cmd {what ""}} {
21 if {$what == ""} {
22 set what $cmd
30 verbose -log "$what available, dumping:\n$output"
32 verbose -log "$what not available"
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.testsuite/
dump-system-info.exp 19 proc dump_info {cmd {what ""}} {
21 if {$what == ""} {
22 set what $cmd
30 verbose -log "$what available, dumping:\n$output"
32 verbose -log "$what not available"
  /src/sys/arch/i386/stand/lib/
bootinfo.c 38 bi_add(struct btinfo_common *what, int type, int size)
40 what->len = size;
41 what->type = type;
49 bootinfo->entry[bootinfo->nentries++] = vtophys(what);
  /src/sys/arch/hppa/stand/boot/
bootinfo.c 53 bi_add(struct btinfo_common *what, int type, size_t size)
56 what->len = ALIGN(size);
57 what->type = type;
58 memcpy(&bootinfo.bi_data[bootinfo.bi_offset], what, size);
60 bootinfo.bi_offset += what->len;
  /src/external/gpl3/gdb/dist/gdb/
proc-why.c 60 proc_prettyfprint_why (FILE *file, unsigned long why, unsigned long what,
79 proc_prettyfprint_signal (file, what, verbose);
82 proc_prettyfprint_fault (file, what, verbose);
86 proc_prettyfprint_syscall (file, what, verbose);
90 proc_prettyfprint_syscall (file, what, verbose);
93 proc_prettyfprint_signal (file, what, verbose);
96 fprintf (file, "Unknown why %ld, what %ld\n", why, what);
108 proc_prettyprint_why (unsigned long why, unsigned long what, int verbose)
110 proc_prettyfprint_why (stdout, why, what, verbose)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
proc-why.c 60 proc_prettyfprint_why (FILE *file, unsigned long why, unsigned long what,
79 proc_prettyfprint_signal (file, what, verbose);
82 proc_prettyfprint_fault (file, what, verbose);
86 proc_prettyfprint_syscall (file, what, verbose);
90 proc_prettyfprint_syscall (file, what, verbose);
93 proc_prettyfprint_signal (file, what, verbose);
96 fprintf (file, "Unknown why %ld, what %ld\n", why, what);
108 proc_prettyprint_why (unsigned long why, unsigned long what, int verbose)
110 proc_prettyfprint_why (stdout, why, what, verbose)
    [all...]

Completed in 47 milliseconds

1 2 3 4 5 6 7 8 91011>>