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 HChar* VG_(sysnum_string)(Word sysnum, SizeT n_buf, HChar* buf)
51 VG_(snprintf)(buf, n_buf, "%3ld", sysnum);
55 HChar* VG_(sysnum_string_extra)(Word sysnum, SizeT n_buf, HChar* buf)
57 return VG_(sysnum_string)(sysnum, n_buf, buf);
64 HChar* VG_(sysnum_string)(Word sysnum, SizeT n_buf, HChar* buf)
74 VG_(snprintf)(buf, n_buf, "%s:%3ld",
79 HChar* VG_(sysnum_string_extra)(Word sysnum, SizeT n_buf, HChar* 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 292 void VG_(percentify)(ULong n, ULong m, UInt d, Int n_buf, HChar buf[])
301 VG_(sprintf)(fmt, "%%-%ds", n_buf);
302 // fmt is now "%<n_buf>s" where <d> is 1,2,3...
329 space = n_buf - len;
  /external/valgrind/main/include/
pub_tool_vkiscnums.h 43 extern HChar* VG_(sysnum_string) (Word sysnum, SizeT n_buf, HChar* buf);
47 extern HChar* VG_(sysnum_string_extra)(Word sysnum, SizeT n_buf, HChar* buf);
pub_tool_libcprint.h 68 extern void VG_(percentify)(ULong n, ULong m, UInt d, Int n_buf, HChar buf[]);
pub_tool_debuginfo.h 128 'n_buf' gives length of 'buf'. Returns 'buf'.
130 extern HChar* VG_(describe_IP)(Addr eip, HChar* 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 737 milliseconds