HomeSort by relevance Sort by last modified time
    Searched refs:n_buf (Results 1 - 10 of 10) sorted by null

  /external/valgrind/main/coregrind/
m_vkiscnums.c 49 Char* VG_(sysnum_string)(Word sysnum, SizeT n_buf, Char* buf)
51 VG_(snprintf)(buf, n_buf, "%3ld", sysnum);
55 Char* VG_(sysnum_string_extra)(Word sysnum, SizeT n_buf, Char* buf)
57 return VG_(sysnum_string)(sysnum, n_buf, buf);
64 Char* VG_(sysnum_string)(Word sysnum, SizeT n_buf, Char* buf)
74 VG_(snprintf)(buf, n_buf, "%s:%3ld",
79 Char* VG_(sysnum_string_extra)(Word sysnum, SizeT n_buf, Char* buf)
81 return VG_(sysnum_string)(sysnum, n_buf, buf);
pub_core_libcfile.h 47 extern Bool VG_(resolve_filename) ( Int fd, HChar* buf, Int n_buf );
m_libcfile.c 80 Bool VG_(resolve_filename) ( Int fd, HChar* buf, Int n_buf )
85 VG_(memset)(buf, 0, n_buf);
86 if (VG_(readlink)(tmp, buf, n_buf) > 0 && buf[0] == '/')
94 if (n_buf > 0) {
95 VG_(strncpy)( buf, tmp, n_buf < sizeof(tmp) ? n_buf : sizeof(tmp) );
96 buf[n_buf-1] = 0;
    [all...]
m_libcprint.c 270 void VG_(percentify)(ULong n, ULong m, UInt d, Int n_buf, char buf[])
279 VG_(sprintf)(fmt, "%%-%ds", n_buf);
280 // fmt is now "%<n_buf>s" where <d> is 1,2,3...
307 space = n_buf - len;
  /external/valgrind/main/include/
pub_tool_vkiscnums.h 42 extern Char* VG_(sysnum_string) (Word sysnum, SizeT n_buf, Char* buf);
46 extern Char* VG_(sysnum_string_extra)(Word sysnum, SizeT n_buf, Char* buf);
pub_tool_libcprint.h 54 extern void VG_(percentify)(ULong n, ULong m, UInt d, Int n_buf, char buf[]);
pub_tool_debuginfo.h 126 'n_buf' gives length of 'buf'. Returns 'buf'.
128 extern Char* VG_(describe_IP)(Addr eip, Char* buf, Int n_buf);
  /external/chromium_org/third_party/libxml/src/
testapi.c 2831 int n_buf; local
2884 int n_buf; local
3228 int n_buf; local
3383 int n_buf; local
3443 int n_buf; local
5507 int n_buf; local
9296 int n_buf; local
9342 int n_buf; local
18370 int n_buf; local
18424 int n_buf; local
18470 int n_buf; local
18516 int n_buf; local
18555 int n_buf; local
18601 int n_buf; local
18677 int n_buf; local
18708 int n_buf; local
18747 int n_buf; local
18779 int n_buf; local
18817 int n_buf; local
18856 int n_buf; local
18894 int n_buf; local
18931 int n_buf; local
18968 int n_buf; local
22095 int n_buf; local
22156 int n_buf; local
22971 int n_buf; local
23123 int n_buf; local
24922 int n_buf; local
24961 int n_buf; local
25007 int n_buf; local
25046 int n_buf; local
25092 int n_buf; local
25131 int n_buf; local
25717 int n_buf; local
25770 int n_buf; local
28415 int n_buf; local
28772 int n_buf; local
32845 int n_buf; local
42907 int n_buf; local
    [all...]
  /external/valgrind/main/exp-sgcheck/tests/
bad_percentify.c 561 void VG_percentify(ULong n, ULong m, UInt d, Int n_buf, HChar buf[])
570 VG_(sprintf)(fmt, "%%-%ds", n_buf);
571 // fmt is now "%<n_buf>s" where <d> is 1,2,3...
599 space = n_buf - len;
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c     [all...]

Completed in 120 milliseconds