Searched refs:what (Results 1 - 25 of 1024) sorted by relevance

1234567891011>>

/netbsd-current/distrib/utils/libhack/
H A Dnl_langinfo.c15 nl_langinfo(nl_item what) argument
17 if (what == CODESET)
/netbsd-current/external/apache2/llvm/dist/libcxx/src/
H A Dvariant.cpp13 const char* bad_variant_access::what() const noexcept {
H A Dany.cpp12 const char* bad_any_cast::what() const noexcept {
27 virtual const char* what() const noexcept;
30 const char* bad_any_cast::what() const noexcept {
H A Dfunctional.cpp19 bad_function_call::what() const noexcept
/netbsd-current/sys/arch/landisk/stand/boot/
H A Dbootinfo.c37 bi_add(struct btinfo_common *what, int type, int size) argument
40 what->len = size;
41 what->type = type;
44 bootinfo->entry[bootinfo->nentries++] = (u_long)what;
/netbsd-current/usr.bin/what/
H A DMakefile4 PROG= what
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Dbad_typeid.cc31 bad_typeid::what() const _GLIBCXX_USE_NOEXCEPT
H A Dbad_cast.cc31 bad_cast::what() const _GLIBCXX_USE_NOEXCEPT
H A Dbad_array_new.cc32 bad_array_new_length::what() const _GLIBCXX_USE_NOEXCEPT
H A Dbad_array_length.cc40 virtual const char* what() const throw();
46 bad_array_length::what() const _GLIBCXX_USE_NOEXCEPT
H A Dbad_alloc.cc31 std::bad_alloc::what() const _GLIBCXX_USE_NOEXCEPT
H A Deh_exception.cc40 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();
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Dbad_typeid.cc31 bad_typeid::what() const _GLIBCXX_USE_NOEXCEPT
H A Dbad_cast.cc31 bad_cast::what() const _GLIBCXX_USE_NOEXCEPT
H A Dbad_array_new.cc32 bad_array_new_length::what() const _GLIBCXX_USE_NOEXCEPT
H A Dbad_alloc.cc31 std::bad_alloc::what() const _GLIBCXX_USE_NOEXCEPT
H A Dbad_array_length.cc40 virtual const char* what() const throw();
46 bad_array_length::what() const _GLIBCXX_USE_NOEXCEPT
H A Deh_exception.cc40 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();
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.testsuite/
H A Ddump-system-info.exp19 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"
/netbsd-current/sys/arch/i386/stand/lib/
H A Dbootinfo.c38 bi_add(struct btinfo_common *what, int type, int size) argument
40 what->len = size;
41 what->type = type;
49 bootinfo->entry[bootinfo->nentries++] = vtophys(what);
/netbsd-current/sys/arch/hppa/stand/boot/
H A Dbootinfo.c53 bi_add(struct btinfo_common *what, int type, size_t size) argument
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;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dproc-why.c61 proc_prettyfprint_why (FILE *file, unsigned long why, unsigned long what, argument
80 proc_prettyfprint_signal (file, what, verbose);
83 proc_prettyfprint_fault (file, what, verbose);
87 proc_prettyfprint_syscall (file, what, verbose);
91 proc_prettyfprint_syscall (file, what, verbose);
94 proc_prettyfprint_signal (file, what, verbose);
97 fprintf (file, "Unknown why %ld, what %ld\n", why, what);
109 proc_prettyprint_why (unsigned long why, unsigned long what, int verbose) argument
111 proc_prettyfprint_why (stdout, why, what, verbos
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dproc-why.c61 proc_prettyfprint_why (FILE *file, unsigned long why, unsigned long what, argument
80 proc_prettyfprint_signal (file, what, verbose);
83 proc_prettyfprint_fault (file, what, verbose);
87 proc_prettyfprint_syscall (file, what, verbose);
91 proc_prettyfprint_syscall (file, what, verbose);
94 proc_prettyfprint_signal (file, what, verbose);
97 fprintf (file, "Unknown why %ld, what %ld\n", why, what);
109 proc_prettyprint_why (unsigned long why, unsigned long what, int verbose) argument
111 proc_prettyfprint_why (stdout, why, what, verbos
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/fr30/
H A Dtestutils.inc12 ldi32 0x7fffc,sp ; TODO -- what's a good value for this?
/netbsd-current/libexec/ftpd/
H A Dpfilter.c19 pfilter_notify(int what, const char *msg) argument
26 blocklist_r(blstate, what, STDIN_FILENO, msg);

Completed in 469 milliseconds

1234567891011>>