Searched refs:emsg (Results 1 – 8 of 8) sorted by relevance
/third_party/node/test/overlapped-checker/ |
D | main_win.c | 63 char emsg[0xfff]; in main() local 70 (LPSTR)emsg, in main() 71 sizeof(emsg), in main() 74 snprintf(emsg, sizeof(emsg), in main() 75 "WaitForSingleObject failed. Error %d (%s)", ecode, emsg); in main() 77 snprintf(emsg, sizeof(emsg), in main() 80 die(emsg); in main()
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
D | fileserver_example_dirs.c | 93 char emsg[1024]; in ahc_echo() local 116 snprintf (emsg, in ahc_echo() 117 sizeof (emsg), in ahc_echo() 120 response = MHD_create_response_from_buffer (strlen (emsg), in ahc_echo() 121 emsg, in ahc_echo()
|
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
D | libcpuset.c | 3513 struct bitmask *bmp, char *emsg, int elen) in import_list() argument 3516 if (emsg) in import_list() 3517 snprintf(emsg, elen, "Invalid list format: %s", arg); in import_list() 3534 char *emsg, int elen) in cpuset_import() argument 3543 if (emsg) in cpuset_import() 3544 snprintf(emsg, elen, "Insufficient memory"); in cpuset_import() 3590 if (import_list(tok, arg, cp->cpus, emsg, elen) < 0) in cpuset_import() 3595 if (import_list(tok, arg, cp->mems, emsg, elen) < 0) in cpuset_import() 3599 if (emsg) in cpuset_import() 3600 snprintf(emsg, elen, "Unrecognized token: '%s'", tok); in cpuset_import() [all …]
|
D | cpuset.h | 273 char *emsg, int elen);
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
D | connection.c | 298 const char *emsg) in connection_close_error() argument 301 if (NULL != emsg) in connection_close_error() 302 MHD_DLOG (connection->daemon, emsg); in connection_close_error() 313 #define CONNECTION_CLOSE_ERROR(c, emsg) connection_close_error (c, emsg) argument 315 #define CONNECTION_CLOSE_ERROR(c, emsg) connection_close_error (c, NULL) argument
|
/third_party/mksh/ |
D | funcs.c | 390 const char *emsg; in c_print() local 416 if ((po.fd = coproc_getfd(W_OK, &emsg)) < 0) { in c_print() 417 bi_errorf(Tf_coproc, emsg); in c_print() 434 else if ((po.fd = check_fd(s, W_OK, &emsg)) < 0) { in c_print() 435 bi_errorf("-u%s: %s", s, emsg); in c_print()
|
D | exec.c | 1473 const char *emsg; in iosetup() local 1482 &emsg)) < 0) { in iosetup() 1486 (sp = snptreef(NULL, 32, Tft_R, &iotmp)), emsg); in iosetup()
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 1319 spec and emsg in the CMAF spec.
|