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

  /external/libmicrohttpd/src/examples/
fileserver_example_dirs.c 93 char emsg[1024]; local
116 snprintf (emsg,
117 sizeof (emsg),
120 response = MHD_create_response_from_buffer (strlen (emsg),
121 emsg,
  /external/dbus/dbus/
dbus-file-win.c 74 char *emsg = _dbus_win_error_string (GetLastError ()); local
76 "Failed to read from 0x%x: %s", hnd, emsg);
77 _dbus_win_free_error_string (emsg);
127 char *emsg = _dbus_win_error_string (GetLastError ()); local
129 "Failed to open \"%s\": %s", filename_c, emsg);
130 _dbus_win_free_error_string (emsg);
139 char *emsg = _dbus_win_error_string (GetLastError ()); local
142 filename_c, emsg);
143 _dbus_win_free_error_string (emsg);
145 _dbus_verbose ("GetFileSize() failed: %s", emsg);
271 char *emsg = _dbus_win_error_string (GetLastError ()); local
301 char *emsg = _dbus_win_error_string (GetLastError ()); local
313 char *emsg = _dbus_win_error_string (GetLastError ()); local
325 char *emsg = _dbus_win_error_string (GetLastError ()); local
346 char *emsg = _dbus_win_error_string (GetLastError ()); local
384 char *emsg = _dbus_win_error_string (GetLastError ()); local
396 char *emsg = _dbus_win_error_string (GetLastError ()); local
    [all...]
dbus-spawn-win.c 337 char *emsg = _dbus_win_error_string (sitter->spawn_errno); local
340 sitter->executable, emsg);
341 _dbus_win_free_error_string (emsg);
dbus-sysdeps-util-win.c 100 char *emsg = _dbus_win_error_string (GetLastError ()); local
103 cfilename, emsg);
104 _dbus_win_free_error_string (emsg);
130 char *emsg = _dbus_win_error_string (GetLastError ()); local
132 "Could not write to %s: %s", cfilename, emsg);
133 _dbus_win_free_error_string (emsg);
143 char *emsg = _dbus_win_error_string (GetLastError ()); local
146 cfilename, emsg);
147 _dbus_win_free_error_string (emsg);
600 char *emsg = _dbus_win_error_string (GetLastError ()) local
650 char *emsg = _dbus_win_error_string (GetLastError ()); local
    [all...]
dbus-sysdeps-win.c 3607 char *emsg = _dbus_win_error_string (GetLastError ()); local
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-file-2.6.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/wagon/wagon-file/1.0-beta-6/
wagon-file-1.0-beta-6.jar 
  /external/mksh/src/
exec.c 1430 const char *emsg; local
    [all...]
funcs.c 354 const char *emsg; local
367 if ((fd = coproc_getfd(W_OK, &emsg)) < 0) {
368 bi_errorf("-p: %s", emsg);
387 else if ((fd = check_fd(s, W_OK, &emsg)) < 0) {
388 bi_errorf("-u%s: %s", 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/opencv3/3rdparty/libtiff/
tif_getimage.c 72 * be handled. If 0 is returned, emsg contains the reason
76 TIFFRGBAImageOK(TIFF* tif, char emsg[1024])
83 sprintf(emsg, "Sorry, requested compression method is not configured");
94 sprintf(emsg, "Sorry, can not handle images with %d-bit samples",
108 sprintf(emsg, "Missing needed %s tag", photoTag);
119 sprintf(emsg,
143 sprintf(emsg, "Sorry, can not handle RGB image with %s=%d",
153 sprintf(emsg,
159 sprintf(emsg,
168 sprintf(emsg, "Sorry, LogL data must have %s=%d"
492 char emsg[1024] = ""; local
    [all...]
  /external/pdfium/third_party/libtiff/
tif_getimage.c 72 * be handled. If 0 is returned, emsg contains the reason
76 TIFFRGBAImageOK(TIFF* tif, char emsg[1024])
83 sprintf(emsg, "Sorry, requested compression method is not configured");
94 sprintf(emsg, "Sorry, can not handle images with %d-bit samples",
108 sprintf(emsg, "Missing needed %s tag", photoTag);
119 sprintf(emsg,
143 sprintf(emsg, "Sorry, can not handle RGB image with %s=%d",
153 sprintf(emsg,
159 sprintf(emsg,
168 sprintf(emsg, "Sorry, LogL data must have %s=%d"
507 char emsg[1024] = ""; 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...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-ant-tasks/2.1.3/
maven-ant-tasks-2.1.3.jar 

Completed in 2453 milliseconds