Home
last modified time | relevance | path

Searched refs:__fmt (Results 1 – 25 of 67) sorted by relevance

123

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dstdio2.h36 __NTH (sprintf (char *__restrict __s, const char *__restrict __fmt, ...)) in __NTH() argument
39 __glibc_objsize (__s), __fmt, in __NTH()
49 __NTH (vsprintf (char *__restrict __s, const char *__restrict __fmt, in __NTH() argument
53 __glibc_objsize (__s), __fmt, __ap); in __NTH()
69 const char *__restrict __fmt, ...)) in __NTH() argument
72 __glibc_objsize (__s), __fmt, in __NTH()
83 const char *__restrict __fmt, __gnuc_va_list __ap)) in __NTH() argument
86 __glibc_objsize (__s), __fmt, __ap); in __NTH()
103 fprintf (FILE *__restrict __stream, const char *__restrict __fmt, ...) in fprintf() argument
105 return __fprintf_chk (__stream, __USE_FORTIFY_LEVEL - 1, __fmt, in fprintf()
[all …]
H A Dsyslog.h24 extern void __syslog_chk (int __pri, int __flag, const char *__fmt, ...)
29 syslog (int __pri, const char *__fmt, ...) in syslog() argument
31 __syslog_chk (__pri, __USE_FORTIFY_LEVEL - 1, __fmt, __va_arg_pack ()); in syslog()
40 extern void __vsyslog_chk (int __pri, int __flag, const char *__fmt,
45 vsyslog (int __pri, const char *__fmt, __gnuc_va_list __ap) in vsyslog() argument
47 __vsyslog_chk (__pri, __USE_FORTIFY_LEVEL - 1, __fmt, __ap); in vsyslog()
H A Dwchar2.h288 const wchar_t *__restrict __fmt, ...),
294 const wchar_t *__restrict __fmt, ...)) in __NTH() argument
299 __fmt, __va_arg_pack ()); in __NTH()
300 return __swprintf_alias (__s, __n, __fmt, __va_arg_pack ()); in __NTH()
319 const wchar_t *__restrict __fmt,
324 const wchar_t *__restrict __fmt, __gnuc_va_list __ap)) in __NTH() argument
328 __glibc_objsize (__s) / sizeof (wchar_t), __fmt, in __NTH()
330 return __vswprintf_alias (__s, __n, __fmt, __ap); in __NTH()
348 wprintf (const wchar_t *__restrict __fmt, ...) in wprintf() argument
350 return __wprintf_chk (__USE_FORTIFY_LEVEL - 1, __fmt, __va_arg_pack ()); in wprintf()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dstdio2.h36 __NTH (sprintf (char *__restrict __s, const char *__restrict __fmt, ...)) in __NTH() argument
39 __glibc_objsize (__s), __fmt, in __NTH()
49 __NTH (vsprintf (char *__restrict __s, const char *__restrict __fmt, in __NTH() argument
53 __glibc_objsize (__s), __fmt, __ap); in __NTH()
69 const char *__restrict __fmt, ...)) in __NTH() argument
72 __glibc_objsize (__s), __fmt, in __NTH()
83 const char *__restrict __fmt, __gnuc_va_list __ap)) in __NTH() argument
86 __glibc_objsize (__s), __fmt, __ap); in __NTH()
103 fprintf (FILE *__restrict __stream, const char *__restrict __fmt, ...) in fprintf() argument
105 return __fprintf_chk (__stream, __USE_FORTIFY_LEVEL - 1, __fmt, in fprintf()
[all …]
H A Dsyslog.h24 extern void __syslog_chk (int __pri, int __flag, const char *__fmt, ...)
29 syslog (int __pri, const char *__fmt, ...) in syslog() argument
31 __syslog_chk (__pri, __USE_FORTIFY_LEVEL - 1, __fmt, __va_arg_pack ()); in syslog()
40 extern void __vsyslog_chk (int __pri, int __flag, const char *__fmt,
45 vsyslog (int __pri, const char *__fmt, __gnuc_va_list __ap) in vsyslog() argument
47 __vsyslog_chk (__pri, __USE_FORTIFY_LEVEL - 1, __fmt, __ap); in vsyslog()
H A Dwchar2.h288 const wchar_t *__restrict __fmt, ...),
294 const wchar_t *__restrict __fmt, ...)) in __NTH() argument
299 __fmt, __va_arg_pack ()); in __NTH()
300 return __swprintf_alias (__s, __n, __fmt, __va_arg_pack ()); in __NTH()
319 const wchar_t *__restrict __fmt,
324 const wchar_t *__restrict __fmt, __gnuc_va_list __ap)) in __NTH() argument
328 __glibc_objsize (__s) / sizeof (wchar_t), __fmt, in __NTH()
330 return __vswprintf_alias (__s, __n, __fmt, __ap); in __NTH()
348 wprintf (const wchar_t *__restrict __fmt, ...) in wprintf() argument
350 return __wprintf_chk (__USE_FORTIFY_LEVEL - 1, __fmt, __va_arg_pack ()); in wprintf()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dlocale_facets_nonio.tcc1170 ios_base::iostate& __err, tm* __tm, const char_type* __fmt, in get() argument
1176 while (__fmt != __fmtend && in get()
1184 else if (__ctype.narrow(*__fmt, 0) == '%') in get()
1188 if (++__fmt == __fmtend) in get()
1193 const char __c = __ctype.narrow(*__fmt, 0); in get()
1196 else if (++__fmt != __fmtend) in get()
1199 __format = __ctype.narrow(*__fmt, 0); in get()
1208 ++__fmt; in get()
1210 else if (__ctype.is(ctype_base::space, *__fmt)) in get()
1212 ++__fmt; in get()
[all …]
H A Dostream.tcc96 const ios_base::fmtflags __fmt = this->flags() & ios_base::basefield; in operator <<() local
97 if (__fmt == ios_base::oct || __fmt == ios_base::hex) in operator <<()
110 const ios_base::fmtflags __fmt = this->flags() & ios_base::basefield; in operator <<() local
111 if (__fmt == ios_base::oct || __fmt == ios_base::hex) in operator <<()
H A Dregex.h1958 format(_Out_iter __out, const basic_string<char_type, _St, _Sa>& __fmt, in _GLIBCXX_VISIBILITY()
1961 return format(__out, __fmt.data(), __fmt.data() + __fmt.size(), in _GLIBCXX_VISIBILITY()
1970 format(const basic_string<char_type, _St, _Sa>& __fmt, in _GLIBCXX_VISIBILITY()
1974 format(std::back_inserter(__result), __fmt, __flags); in _GLIBCXX_VISIBILITY()
1982 format(const char_type* __fmt, in _GLIBCXX_VISIBILITY()
1987 __fmt, in _GLIBCXX_VISIBILITY()
1988 __fmt + char_traits<char_type>::length(__fmt), in _GLIBCXX_VISIBILITY()
2479 const basic_string<_Ch_type, _St, _Sa>& __fmt, in _GLIBCXX_VISIBILITY()
2483 return regex_replace(__out, __first, __last, __e, __fmt.c_str(), __flags); in _GLIBCXX_VISIBILITY()
2504 const _Ch_type* __fmt, in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dlocale_facets_nonio.tcc1170 ios_base::iostate& __err, tm* __tm, const char_type* __fmt, in get() argument
1176 while (__fmt != __fmtend && in get()
1184 else if (__ctype.narrow(*__fmt, 0) == '%') in get()
1188 if (++__fmt == __fmtend) in get()
1193 const char __c = __ctype.narrow(*__fmt, 0); in get()
1196 else if (++__fmt != __fmtend) in get()
1199 __format = __ctype.narrow(*__fmt, 0); in get()
1208 ++__fmt; in get()
1210 else if (__ctype.is(ctype_base::space, *__fmt)) in get()
1212 ++__fmt; in get()
[all …]
H A Dostream.tcc96 const ios_base::fmtflags __fmt = this->flags() & ios_base::basefield; in operator <<() local
97 if (__fmt == ios_base::oct || __fmt == ios_base::hex) in operator <<()
110 const ios_base::fmtflags __fmt = this->flags() & ios_base::basefield; in operator <<() local
111 if (__fmt == ios_base::oct || __fmt == ios_base::hex) in operator <<()
H A Dregex.h1958 format(_Out_iter __out, const basic_string<char_type, _St, _Sa>& __fmt, in _GLIBCXX_VISIBILITY()
1961 return format(__out, __fmt.data(), __fmt.data() + __fmt.size(), in _GLIBCXX_VISIBILITY()
1970 format(const basic_string<char_type, _St, _Sa>& __fmt, in _GLIBCXX_VISIBILITY()
1974 format(std::back_inserter(__result), __fmt, __flags); in _GLIBCXX_VISIBILITY()
1982 format(const char_type* __fmt, in _GLIBCXX_VISIBILITY()
1987 __fmt, in _GLIBCXX_VISIBILITY()
1988 __fmt + char_traits<char_type>::length(__fmt), in _GLIBCXX_VISIBILITY()
2479 const basic_string<_Ch_type, _St, _Sa>& __fmt, in _GLIBCXX_VISIBILITY()
2483 return regex_replace(__out, __first, __last, __e, __fmt.c_str(), __flags); in _GLIBCXX_VISIBILITY()
2504 const _Ch_type* __fmt, in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/aarch64-none-linux-gnu/bits/
H A Dc++locale.h72 const char* __fmt, ...) in _GLIBCXX_VISIBILITY()
89 __builtin_va_start(__args, __fmt); in _GLIBCXX_VISIBILITY()
92 const int __ret = __builtin_vsnprintf(__out, __size, __fmt, __args); in _GLIBCXX_VISIBILITY()
94 const int __ret = __builtin_vsprintf(__out, __fmt, __args); in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/arm-none-linux-gnueabihf/bits/
H A Dc++locale.h72 const char* __fmt, ...) in _GLIBCXX_VISIBILITY()
89 __builtin_va_start(__args, __fmt); in _GLIBCXX_VISIBILITY()
92 const int __ret = __builtin_vsnprintf(__out, __size, __fmt, __args); in _GLIBCXX_VISIBILITY()
94 const int __ret = __builtin_vsprintf(__out, __fmt, __args); in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/kernel/drivers/scsi/csiostor/
H A Dcsio_hw.h611 #define csio_info(__hw, __fmt, ...) \ argument
612 dev_info(&(__hw)->pdev->dev, __fmt, ##__VA_ARGS__)
614 #define csio_fatal(__hw, __fmt, ...) \ argument
615 dev_crit(&(__hw)->pdev->dev, __fmt, ##__VA_ARGS__)
617 #define csio_err(__hw, __fmt, ...) \ argument
618 dev_err(&(__hw)->pdev->dev, __fmt, ##__VA_ARGS__)
620 #define csio_warn(__hw, __fmt, ...) \ argument
621 dev_warn(&(__hw)->pdev->dev, __fmt, ##__VA_ARGS__)
624 #define csio_dbg(__hw, __fmt, ...) \ argument
625 csio_info((__hw), __fmt, ##__VA_ARGS__);
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/
H A Dstring_conversions.h101 const _CharT* __fmt, ...) in _GLIBCXX_VISIBILITY()
109 __builtin_va_start(__args, __fmt); in _GLIBCXX_VISIBILITY()
111 const int __len = __convf(__s, __n, __fmt, __args); in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/
H A Dstring_conversions.h101 const _CharT* __fmt, ...) in _GLIBCXX_VISIBILITY()
109 __builtin_va_start(__args, __fmt); in _GLIBCXX_VISIBILITY()
111 const int __len = __convf(__s, __n, __fmt, __args); in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dargp.h471 const char *__restrict __fmt, ...)
474 const char *__restrict __fmt, ...)
487 const char *__restrict __fmt, ...)
491 const char *__restrict __fmt, ...)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dargp.h471 const char *__restrict __fmt, ...)
474 const char *__restrict __fmt, ...)
487 const char *__restrict __fmt, ...)
491 const char *__restrict __fmt, ...)
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dmt9v111.c885 struct v4l2_mbus_framefmt *__fmt; in mt9v111_set_format() local
928 __fmt = __mt9v111_get_pad_format(mt9v111, cfg, format->pad, in mt9v111_set_format()
932 if (__fmt->code == new_fmt.code && in mt9v111_set_format()
933 __fmt->width == new_fmt.width && in mt9v111_set_format()
934 __fmt->height == new_fmt.height) in mt9v111_set_format()
938 __fmt->code = new_fmt.code; in mt9v111_set_format()
939 __fmt->width = new_fmt.width; in mt9v111_set_format()
940 __fmt->height = new_fmt.height; in mt9v111_set_format()
946 __func__, __fmt->code, __fmt->width, __fmt->height); in mt9v111_set_format()
949 format->format = *__fmt; in mt9v111_set_format()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/
H A Dsyslog.h190 extern void syslog (int __pri, const char *__fmt, ...)
200 extern void vsyslog (int __pri, const char *__fmt, __gnuc_va_list __ap)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/
H A Dsyslog.h190 extern void syslog (int __pri, const char *__fmt, ...)
200 extern void vsyslog (int __pri, const char *__fmt, __gnuc_va_list __ap)
/OK3568_Linux_fs/external/security/rk_tee_user/v1/client_export/public/
H A Dteec_trace.h91 #define __PRINTFLIKE(__fmt, __varargs) __attribute__\ argument
92 ((__format__(__printf__, __fmt, __varargs)))
/OK3568_Linux_fs/external/security/librkcrypto/third_party/optee_client/public/
H A Dteec_trace.h96 #define __PRINTFLIKE(__fmt, __varargs) __attribute__\ argument
97 ((__format__(__printf__, __fmt, __varargs)))
/OK3568_Linux_fs/external/security/rk_tee_user/v2/client_export/public/
H A Dteec_trace.h96 #define __PRINTFLIKE(__fmt, __varargs) __attribute__\ argument
97 ((__format__(__printf__, __fmt, __varargs)))

123