HomeSort by relevance Sort by last modified time
    Searched full:emsg (Results 1 - 13 of 13) sorted by null

  /external/nist-sip/java/gov/nist/core/
InternalErrorHandler.java 63 public static void handleException(String emsg) {
66 System.err.println(emsg);
67 throw new RuntimeException(emsg);
71 public static void handleException(String emsg, StackLogger stackLogger) {
74 stackLogger.logFatalError(emsg);
75 throw new RuntimeException(emsg);
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
KeyStore_Impl2Test.java 186 String eMsg = "IllegalStateException must be thrown because key store was not initialized";
189 fail(eMsg);
194 fail(eMsg);
199 fail(eMsg);
206 fail(eMsg);
211 fail(eMsg);
217 fail(eMsg);
222 fail(eMsg);
227 fail(eMsg);
234 fail(eMsg);
    [all...]
  /external/openssh/openbsd-compat/
getopt.c 51 #define EMSG ""
64 static char *place = EMSG; /* option letter processing */
73 place = EMSG;
78 place = EMSG;
106 place = EMSG;
117 place = EMSG;
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
getopt_long.c 91 #define EMSG ""
107 static char *place = EMSG; /* option letter processing */
400 place = EMSG;
423 place = EMSG; /* found non-option */
461 place = EMSG;
499 place = EMSG;
532 place = EMSG;
544 place = EMSG;
556 place = EMSG;
564 place = EMSG;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/getopt/
getopt_long.c 75 #define EMSG ""
84 static char *place = EMSG; /* option letter processing */
314 place = EMSG;
333 place = EMSG; /* found non-option */
371 place = EMSG;
403 place = EMSG;
430 place = EMSG;
439 place = EMSG;
451 place = EMSG;
459 place = EMSG;
    [all...]
  /external/mesa3d/src/getopt/
getopt_long.c 75 #define EMSG ""
84 static char *place = EMSG; /* option letter processing */
314 place = EMSG;
333 place = EMSG; /* found non-option */
371 place = EMSG;
403 place = EMSG;
430 place = EMSG;
439 place = EMSG;
451 place = EMSG;
459 place = EMSG;
    [all...]
  /external/openssh/
sftp-server.c 335 handle_log_close(int handle, char *emsg)
339 emsg == NULL ? "" : emsg, emsg == NULL ? "" : " ",
345 emsg == NULL ? "" : emsg, emsg == NULL ? "" : " ",
    [all...]
  /external/mdnsresponder/mDNSShared/
DebugServices.c 1353 if (!a) { static char emsg[] = "<<NULL>>"; s = emsg; i = sizeof(emsg)-1; } local
1417 if (!a) { static char emsg[] = "<<NULL>>"; s = emsg; i = sizeof(emsg)-1; } local
1441 if (!s) { static char emsg[] = "<<NULL>>"; s = emsg; i = sizeof(emsg)-1; } local
1487 if (!u) { static char emsg[] = "<<NULL>>"; s = emsg; i = sizeof(emsg)-1; } local
    [all...]
  /external/mksh/src/
funcs.c 278 const char *s, *emsg; local
362 if ((fd = coproc_getfd(W_OK, &emsg)) < 0) {
363 bi_errorf("%s: %s", "-p", emsg);
376 else if ((fd = check_fd(s, W_OK, &emsg)) < 0) {
377 bi_errorf("%s: %s: %s", "-u", s, emsg);
    [all...]
exec.c 1338 const char *emsg; local
1347 &emsg)) < 0) {
1349 snptreef(NULL, 32, "%R", &iotmp), emsg);
    [all...]
  /external/netperf/
netlib.c 277 #define EMSG ""
354 static char *place = EMSG; /* option letter processing */
365 place = EMSG ; /* Added by shiva for Netperf */
390 place = EMSG;
396 place = EMSG;
    [all...]
  /external/chromium_org/third_party/sqlite/src/tool/
lemon.c 1714 static char emsg[] = "Command line syntax error: "; variable
    [all...]
  /external/mdnsresponder/mDNSCore/
DNSCommon.c 2980 if (!a) { static char emsg[] = "<<NULL>>"; s = emsg; i = sizeof(emsg)-1; } local
3040 if (!s) { static char emsg[] = "<<NULL>>"; s = emsg; i = sizeof(emsg)-1; } local
    [all...]

Completed in 410 milliseconds