| /src/external/bsd/atf/dist/tools/ |
| exceptions.cpp | 60 tools::system_error::what(void) function in class:tools::system_error 66 m_message = std::string(std::runtime_error::what()) + ": ";
|
| /src/external/bsd/ipf/dist/lib/ |
| load_dstlistnode.c | 27 char *what; local 54 what = "add"; 57 what = "delete"; 66 (void) sprintf(msg, "%s lookup node", what);
|
| load_hashnode.c | 28 char *what; local 52 what = "add"; 55 what = "delete"; 63 sprintf(msg, "%s node from lookup hash table", what);
|
| load_poolnode.c | 28 char *what; local 51 what = "add"; 54 what = "delete"; 62 sprintf(msg, "%s pool node(%s/", what,
|
| /src/external/bsd/atf/dist/atf-c++/detail/ |
| exceptions.cpp | 72 atf::system_error::what(void) function in class:atf::system_error 78 m_message = std::string(std::runtime_error::what()) + ": ";
|
| application.cpp | 81 impl::usage_error::what(void) function in class:impl::usage_error 236 std::cerr << m_prog_name << ": ERROR: " << e.what() << "\n"; 241 std::cerr << m_prog_name << ": ERROR: " << e.what() << "\n"; 245 << e.what() << "\n";
|
| /src/external/bsd/openldap/dist/contrib/ldapc++/src/ |
| LDAPException.cpp | 68 const char* LDAPException::what() const throw() function in class:LDAPException
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
| cxx11-ios_failure.cc | 62 ios_base::failure::what() const throw() function in class:ios_base::failure 63 { return runtime_error::what(); } 77 { __construct_ios_failure(buf, runtime_error::what()); } 80 { __construct_ios_failure(buf, runtime_error::what()); }
|
| compatibility-c++0x.cc | 60 _GLIBCXX_CONST what() const throw(); 64 lock_error::what() const throw() function in class:lock_error
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/ |
| ios_failure.cc | 55 ios_base::failure::what() const throw() function in class:ios_base::failure
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/ |
| ios_failure.cc | 55 ios_base::failure::what() const throw() function in class:ios_base::failure
|
| /src/external/lgpl3/gmp/dist/tests/devel/ |
| gen-test-longlong_h.c | 45 enum what_t what; local 50 what = ADD; 55 what = SUB; 59 fprintf (stderr, "what do yuo want me to do?\n"); 112 if (what == ADD)
|
| /src/usr.sbin/sysinst/ |
| txtwalk.h | 41 enum kind what; member in struct:data 52 const char *todo; /* What to do ... */ 70 /* What to do ....
|
| /src/external/bsd/libc++/dist/libcxxrt/src/ |
| stdexcept.cc | 41 const char* exception::what() const throw() function in class:std::exception 53 const char* bad_alloc::what() const throw() function in class:std::bad_alloc 67 const char* bad_cast::what() const throw() function in class:std::bad_cast 80 const char* bad_typeid::what() const throw() function in class:std::bad_typeid 93 const char* bad_array_new_length::what() const throw() function in class:std::bad_array_new_length
|
| /src/external/bsd/lutok/dist/ |
| debug.cpp | 121 /// Accessor for the 'what' field of lua_Debug. 123 /// \return Returns the 'what' field of the internal lua_Debug structure. 125 lutok::debug::what(void) const function in class:lutok::debug 127 assert(_pimpl->lua_debug.what != NULL); 128 return _pimpl->lua_debug.what;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/ |
| compatibility-c++0x.cc | 60 _GLIBCXX_CONST what() const throw(); 64 lock_error::what() const throw() function in class:lock_error
|
| cxx11-ios_failure.cc | 109 ios_base::failure::what() const throw() function in class:ios_base::failure 110 { return runtime_error::what(); } 124 { __construct_ios_failure(buf, runtime_error::what()); } 127 { __construct_ios_failure(buf, runtime_error::what()); }
|
| /src/bin/ksh/ |
| c_ulimit.c | 133 int optc, what; local 147 what = 'f'; 162 what = optc; 165 for (l = limits; l->name && l->option != what; l++) 168 internal_errorf(0, "ulimit: %c", what);
|
| /src/usr.bin/who/ |
| utmpentry.c | 94 int what = 3; local 102 what = fname[len - 1] == 'x' ? 1 : 2; 103 if (what == 1) { 122 if (what & 1) { 126 what &= ~1; 131 what &= ~1; 136 if (what & 2) { 140 what &= ~2; 145 what &= ~2; 149 return what; 185 int what = setup(fname); local [all...] |
| /src/external/bsd/libevent/dist/ |
| devpoll.c | 207 int what = events[i].revents; local 209 if (what & POLLHUP) 210 what |= POLLIN | POLLOUT; 211 else if (what & POLLERR) 212 what |= POLLIN | POLLOUT; 214 if (what & POLLIN) 216 if (what & POLLOUT)
|
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| devpoll.c | 206 int what = events[i].revents; local 208 if (what & POLLHUP) 209 what |= POLLIN | POLLOUT; 210 else if (what & POLLERR) 211 what |= POLLIN | POLLOUT; 213 if (what & POLLIN) 215 if (what & POLLOUT)
|
| /src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| auditlog.c | 82 char *what, *whatm, *suffix; local 95 case LDAP_REQ_MODRDN: what = "modrdn"; break; 96 case LDAP_REQ_DELETE: what = "delete"; break; 98 what = "add"; 106 what = "modify"; 137 what, (long)stamp, suffix, who ? " " : "", who ? who->bv_val : "", 145 op->o_req_dn.bv_val, what); 185 fprintf(f, "# end %s %ld\n\n", what, (long)stamp);
|
| /src/external/mpl/bind/dist/fuzz/ |
| dns_qp.c | 139 size_t what = data[in] + data[in + 1] * 256; local 140 size_t i = (what / 4) % (count * 2 + 2); 144 if (what & 2) { 164 } else if (what & 1) {
|
| /src/external/mpl/dhcp/dist/common/ |
| dispatch.c | 66 (*(t -> func)) (t -> what); 68 (*t -> unref) (&t -> what, MDL); 181 (*(q->func)) (q->what); 183 (*q->unref) (&q->what, MDL); 205 void add_timeout (when, where, what, ref, unref) 208 void *what; 224 q->what == what) { 253 (*q->ref)(&q->what, what, MDL) local [all...] |
| /src/sys/dev/pcmcia/ |
| if_cnwioctl.h | 89 u_char what; member in struct:cnwtrail
|