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

  /external/valgrind/coregrind/
m_libcprint.c 62 VG_(umsg)("\\"); // escape with a backslash if necessary
64 VG_(umsg)("%c", arg[i]);
124 = VG_(clo_xml) ? VG_(printf_xml) : VG_(umsg);
189 VG_(umsg)("Parent PID: %d\n", VG_(getppid)());
234 VG_(umsg)("\n");
378 VG_(umsg)("Failed to connect to %slogging server '%s'.\n"
1103 UInt VG_(umsg) ( const HChar* format, ... ) function
    [all...]
  /external/syslinux/com32/lib/libpng/
pngrutil.c 280 char umsg[52]; local
295 png_snprintf(umsg, sizeof umsg, msg, png_ptr->chunk_name);
296 msg = umsg;
397 char umsg[50]; local
399 png_snprintf(umsg, sizeof umsg, "Unknown zTXt compression type %d",
401 png_warning(png_ptr, umsg);
    [all...]

Completed in 182 milliseconds