HomeSort by relevance Sort by last modified time
    Searched full:__fmt (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
stdio2.h 32 __NTH (sprintf (char *__restrict __s, __const char *__restrict __fmt, ...))
35 __bos (__s), __fmt, __va_arg_pack ());
44 __NTH (vsprintf (char *__restrict __s, __const char *__restrict __fmt,
48 __bos (__s), __fmt, __ap);
63 __const char *__restrict __fmt, ...))
66 __bos (__s), __fmt, __va_arg_pack ());
76 __const char *__restrict __fmt, _G_va_list __ap))
79 __bos (__s), __fmt, __ap);
96 fprintf (FILE *__restrict __stream, __const char *__restrict __fmt, ...)
98 return __fprintf_chk (__stream, __USE_FORTIFY_LEVEL - 1, __fmt,
    [all...]
syslog.h 25 extern void __syslog_chk (int __pri, int __flag, __const char *__fmt, ...)
30 syslog (int __pri, __const char *__fmt, ...)
32 return __syslog_chk (__pri, __USE_FORTIFY_LEVEL - 1, __fmt, __va_arg_pack ());
41 extern void __vsyslog_chk (int __pri, int __flag, __const char *__fmt,
46 vsyslog (int __pri, __const char *__fmt, __gnuc_va_list __ap)
48 return __vsyslog_chk (__pri, __USE_FORTIFY_LEVEL - 1, __fmt, __ap);
wchar2.h 279 __const wchar_t *__restrict __fmt, ...),
285 __const wchar_t *__restrict __fmt, ...))
290 __fmt, __va_arg_pack ());
291 return __swprintf_alias (__s, __n, __fmt, __va_arg_pack ());
310 __const wchar_t *__restrict __fmt,
315 __const wchar_t *__restrict __fmt, __gnuc_va_list __ap))
319 __bos (__s) / sizeof (wchar_t), __fmt, __ap);
320 return __vswprintf_alias (__s, __n, __fmt, __ap);
338 wprintf (__const wchar_t *__restrict __fmt, ...)
340 return __wprintf_chk (__USE_FORTIFY_LEVEL - 1, __fmt, __va_arg_pack ())
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stdio2.h 32 __NTH (sprintf (char *__restrict __s, __const char *__restrict __fmt, ...))
35 __bos (__s), __fmt, __va_arg_pack ());
44 __NTH (vsprintf (char *__restrict __s, __const char *__restrict __fmt,
48 __bos (__s), __fmt, __ap);
63 __const char *__restrict __fmt, ...))
66 __bos (__s), __fmt, __va_arg_pack ());
76 __const char *__restrict __fmt, _G_va_list __ap))
79 __bos (__s), __fmt, __ap);
96 fprintf (FILE *__restrict __stream, __const char *__restrict __fmt, ...)
98 return __fprintf_chk (__stream, __USE_FORTIFY_LEVEL - 1, __fmt,
    [all...]
syslog.h 25 extern void __syslog_chk (int __pri, int __flag, __const char *__fmt, ...)
30 syslog (int __pri, __const char *__fmt, ...)
32 __syslog_chk (__pri, __USE_FORTIFY_LEVEL - 1, __fmt, __va_arg_pack ());
41 extern void __vsyslog_chk (int __pri, int __flag, __const char *__fmt,
46 vsyslog (int __pri, __const char *__fmt, __gnuc_va_list __ap)
48 __vsyslog_chk (__pri, __USE_FORTIFY_LEVEL - 1, __fmt, __ap);
wchar2.h 281 __const wchar_t *__restrict __fmt, ...),
287 __const wchar_t *__restrict __fmt, ...))
292 __fmt, __va_arg_pack ());
293 return __swprintf_alias (__s, __n, __fmt, __va_arg_pack ());
312 __const wchar_t *__restrict __fmt,
317 __const wchar_t *__restrict __fmt, __gnuc_va_list __ap))
321 __bos (__s) / sizeof (wchar_t), __fmt, __ap);
322 return __vswprintf_alias (__s, __n, __fmt, __ap);
340 wprintf (__const wchar_t *__restrict __fmt, ...)
342 return __wprintf_chk (__USE_FORTIFY_LEVEL - 1, __fmt, __va_arg_pack ())
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stdio2.h 32 __NTH (sprintf (char *__restrict __s, __const char *__restrict __fmt, ...))
35 __bos (__s), __fmt, __va_arg_pack ());
44 __NTH (vsprintf (char *__restrict __s, __const char *__restrict __fmt,
48 __bos (__s), __fmt, __ap);
63 __const char *__restrict __fmt, ...))
66 __bos (__s), __fmt, __va_arg_pack ());
76 __const char *__restrict __fmt, _G_va_list __ap))
79 __bos (__s), __fmt, __ap);
96 fprintf (FILE *__restrict __stream, __const char *__restrict __fmt, ...)
98 return __fprintf_chk (__stream, __USE_FORTIFY_LEVEL - 1, __fmt,
    [all...]
syslog.h 25 extern void __syslog_chk (int __pri, int __flag, __const char *__fmt, ...)
30 syslog (int __pri, __const char *__fmt, ...)
32 __syslog_chk (__pri, __USE_FORTIFY_LEVEL - 1, __fmt, __va_arg_pack ());
41 extern void __vsyslog_chk (int __pri, int __flag, __const char *__fmt,
46 vsyslog (int __pri, __const char *__fmt, __gnuc_va_list __ap)
48 __vsyslog_chk (__pri, __USE_FORTIFY_LEVEL - 1, __fmt, __ap);
wchar2.h 281 __const wchar_t *__restrict __fmt, ...),
287 __const wchar_t *__restrict __fmt, ...))
292 __fmt, __va_arg_pack ());
293 return __swprintf_alias (__s, __n, __fmt, __va_arg_pack ());
312 __const wchar_t *__restrict __fmt,
317 __const wchar_t *__restrict __fmt, __gnuc_va_list __ap))
321 __bos (__s) / sizeof (wchar_t), __fmt, __ap);
322 return __vswprintf_alias (__s, __n, __fmt, __ap);
340 wprintf (__const wchar_t *__restrict __fmt, ...)
342 return __wprintf_chk (__USE_FORTIFY_LEVEL - 1, __fmt, __va_arg_pack ())
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
c++locale.h 58 const char* __fmt, ...)
71 __builtin_va_start(__args, __fmt);
74 const int __ret = __builtin_vsnprintf(__out, __size, __fmt, __args);
76 const int __ret = __builtin_vsprintf(__out, __fmt, __args);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
c++locale.h 58 const char* __fmt, ...)
71 __builtin_va_start(__args, __fmt);
74 const int __ret = __builtin_vsnprintf(__out, __size, __fmt, __args);
76 const int __ret = __builtin_vsprintf(__out, __fmt, __args);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/
c++locale.h 58 const char* __fmt, ...)
78 __builtin_va_start(__args, __fmt);
81 const int __ret = __builtin_vsnprintf(__out, __size, __fmt, __args);
83 const int __ret = __builtin_vsprintf(__out, __fmt, __args);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/
c++locale.h 58 const char* __fmt, ...)
78 __builtin_va_start(__args, __fmt);
81 const int __ret = __builtin_vsnprintf(__out, __size, __fmt, __args);
83 const int __ret = __builtin_vsprintf(__out, __fmt, __args);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/
c++locale.h 58 const char* __fmt, ...)
78 __builtin_va_start(__args, __fmt);
81 const int __ret = __builtin_vsnprintf(__out, __size, __fmt, __args);
83 const int __ret = __builtin_vsprintf(__out, __fmt, __args);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/
c++locale.h 58 const char* __fmt, ...)
78 __builtin_va_start(__args, __fmt);
81 const int __ret = __builtin_vsnprintf(__out, __size, __fmt, __args);
83 const int __ret = __builtin_vsprintf(__out, __fmt, __args);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips32r6/include/bits/
c++locale.h 58 const char* __fmt, ...)
78 __builtin_va_start(__args, __fmt);
81 const int __ret = __builtin_vsnprintf(__out, __size, __fmt, __args);
83 const int __ret = __builtin_vsprintf(__out, __fmt, __args);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/
c++locale.h 58 const char* __fmt, ...)
78 __builtin_va_start(__args, __fmt);
81 const int __ret = __builtin_vsnprintf(__out, __size, __fmt, __args);
83 const int __ret = __builtin_vsprintf(__out, __fmt, __args);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/
c++locale.h 58 const char* __fmt, ...)
78 __builtin_va_start(__args, __fmt);
81 const int __ret = __builtin_vsnprintf(__out, __size, __fmt, __args);
83 const int __ret = __builtin_vsprintf(__out, __fmt, __args);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/
c++locale.h 58 const char* __fmt, ...)
78 __builtin_va_start(__args, __fmt);
81 const int __ret = __builtin_vsnprintf(__out, __size, __fmt, __args);
83 const int __ret = __builtin_vsprintf(__out, __fmt, __args);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
c++locale.h 72 const char* __fmt, ...)
89 __builtin_va_start(__args, __fmt);
92 const int __ret = __builtin_vsnprintf(__out, __size, __fmt, __args);
94 const int __ret = __builtin_vsprintf(__out, __fmt, __args);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
c++locale.h 72 const char* __fmt, ...)
89 __builtin_va_start(__args, __fmt);
92 const int __ret = __builtin_vsnprintf(__out, __size, __fmt, __args);
94 const int __ret = __builtin_vsprintf(__out, __fmt, __args);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
c++locale.h 72 const char* __fmt, ...)
89 __builtin_va_start(__args, __fmt);
92 const int __ret = __builtin_vsnprintf(__out, __size, __fmt, __args);
94 const int __ret = __builtin_vsprintf(__out, __fmt, __args);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
c++locale.h 72 const char* __fmt, ...)
89 __builtin_va_start(__args, __fmt);
92 const int __ret = __builtin_vsnprintf(__out, __size, __fmt, __args);
94 const int __ret = __builtin_vsprintf(__out, __fmt, __args);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
string_conversions.h 85 const _CharT* __fmt, ...)
93 __builtin_va_start(__args, __fmt);
95 const int __len = __convf(__s, __n, __fmt, __args);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
string_conversions.h 85 const _CharT* __fmt, ...)
93 __builtin_va_start(__args, __fmt);
95 const int __len = __convf(__s, __n, __fmt, __args);

Completed in 1525 milliseconds

1 2 3 4