/external/mksh/src/ |
exec.c | 1338 const char *emsg; local 1347 &emsg)) < 0) { 1349 snptreef(NULL, 32, "%R", &iotmp), emsg); [all...] |
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...] |
/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/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...] |
/external/chromium_org/third_party/sqlite/src/tool/ |
lemon.c | 1714 static char emsg[] = "Command line syntax error: "; variable [all...] |