Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/user/src/hilog/
Dvsnprintf_s_p.c36 #define SECUREC_ERROR_INVALID_PARAMTER(msg) assert( msg "invalid argument" == NULL) macro
40 #define SECUREC_ERROR_INVALID_PARAMTER(msg) printk( "%s invalid argument\n",msg) macro
43 #define SECUREC_ERROR_INVALID_PARAMTER(msg) printf( "%s invalid argument\n",msg) macro
47 #define SECUREC_ERROR_INVALID_PARAMTER(msg) LogSecureCRuntimeError(msg " EINVAL\n") macro
50 #define SECUREC_ERROR_INVALID_PARAMTER(msg) ((void)0) macro
55 #define SECUREC_ERROR_INVALID_PARAMTER(msg) ((void)0) macro
230 SECUREC_ERROR_INVALID_PARAMTER("vsnprintfp_s"); in vsnprintfp_s()
257 SECUREC_ERROR_INVALID_PARAMTER("vsnprintfp_s"); in vsnprintfp_s()
/third_party/bounds_checking_function/src/
Dvsnprintf_s.c50 SECUREC_ERROR_INVALID_PARAMTER("vsnprintf_s"); in vsnprintf_s()
75 SECUREC_ERROR_INVALID_PARAMTER("vsnprintf_s"); in vsnprintf_s()
118 SECUREC_ERROR_INVALID_PARAMTER("vsnprintf_truncated_s"); in vsnprintf_truncated_s()
128 SECUREC_ERROR_INVALID_PARAMTER("vsnprintf_truncated_s"); in vsnprintf_truncated_s()
Dvsscanf_s.c57 SECUREC_ERROR_INVALID_PARAMTER("vsscanf_s"); in vsscanf_s()
63 SECUREC_ERROR_INVALID_PARAMTER("vsscanf_s"); in vsscanf_s()
79 SECUREC_ERROR_INVALID_PARAMTER("vsscanf_s"); in vsscanf_s()
Dvswscanf_s.c62 SECUREC_ERROR_INVALID_PARAMTER("vswscanf_s"); in vswscanf_s()
68 SECUREC_ERROR_INVALID_PARAMTER("vswscanf_s"); in vswscanf_s()
74 SECUREC_ERROR_INVALID_PARAMTER("vswscanf_s"); in vswscanf_s()
Dstrcat_s.c33 SECUREC_ERROR_INVALID_PARAMTER("strcat_s"); in SecDoCat()
42 SECUREC_ERROR_INVALID_PARAMTER("strcat_s"); in SecDoCat()
88 SECUREC_ERROR_INVALID_PARAMTER("strcat_s"); in strcat_s()
Dwcscat_s.c34 SECUREC_ERROR_INVALID_PARAMTER("wcscat_s"); in SecDoCatW()
43 SECUREC_ERROR_INVALID_PARAMTER("wcscat_s"); in SecDoCatW()
97 SECUREC_ERROR_INVALID_PARAMTER("wcscat_s"); in wcscat_s()
Dstrncat_s.c34 SECUREC_ERROR_INVALID_PARAMTER("strncat_s"); in SecDoCatLimit()
43 SECUREC_ERROR_INVALID_PARAMTER("strncat_s"); in SecDoCatLimit()
95 SECUREC_ERROR_INVALID_PARAMTER("strncat_s"); in strncat_s()
Dwcsncat_s.c31 SECUREC_ERROR_INVALID_PARAMTER("wcsncat_s"); in SecDoCatLimitW()
40 SECUREC_ERROR_INVALID_PARAMTER("wcsncat_s"); in SecDoCatLimitW()
93 SECUREC_ERROR_INVALID_PARAMTER("wcsncat_s"); in wcsncat_s()
Dsecurecutil.h525 #define SECUREC_ERROR_INVALID_PARAMTER(msg) assert(msg "invalid argument" == NULL) macro
530 #define SECUREC_ERROR_INVALID_PARAMTER(msg) printk("%s invalid argument\n", msg) macro
534 #define SECUREC_ERROR_INVALID_PARAMTER(msg) printf("%s invalid argument\n", msg) macro
539 #define SECUREC_ERROR_INVALID_PARAMTER(msg) LogSecureCRuntimeError(msg " EINVAL\n") macro
546 #ifndef SECUREC_ERROR_INVALID_PARAMTER
547 #define SECUREC_ERROR_INVALID_PARAMTER(msg) macro
Dwmemcpy_s.c58 SECUREC_ERROR_INVALID_PARAMTER("wmemcpy_s"); in wmemcpy_s()
62 SECUREC_ERROR_INVALID_PARAMTER("wmemcpy_s"); in wmemcpy_s()
Dwmemmove_s.c57 SECUREC_ERROR_INVALID_PARAMTER("wmemmove_s"); in wmemmove_s()
61 SECUREC_ERROR_INVALID_PARAMTER("wmemmove_s"); in wmemmove_s()
Dvsprintf_s.c47 SECUREC_ERROR_INVALID_PARAMTER("vsprintf_s"); in vsprintf_s()
58 SECUREC_ERROR_INVALID_PARAMTER("vsprintf_s"); in vsprintf_s()
Dvscanf_s.c54 SECUREC_ERROR_INVALID_PARAMTER("vscanf_s");
66 SECUREC_ERROR_INVALID_PARAMTER("vscanf_s");
Dvfscanf_s.c46 SECUREC_ERROR_INVALID_PARAMTER("vfscanf_s"); in vfscanf_s()
58 SECUREC_ERROR_INVALID_PARAMTER("vfscanf_s"); in vfscanf_s()
Dvswprintf_s.c45 SECUREC_ERROR_INVALID_PARAMTER("vswprintf_s"); in vswprintf_s()
56 SECUREC_ERROR_INVALID_PARAMTER("vswprintf_s"); in vswprintf_s()
Dvfwscanf_s.c50 SECUREC_ERROR_INVALID_PARAMTER("vfwscanf_s"); in vfwscanf_s()
62 SECUREC_ERROR_INVALID_PARAMTER("vfwscanf_s"); in vfwscanf_s()
Dvwscanf_s.c54 SECUREC_ERROR_INVALID_PARAMTER("vwscanf_s");
66 SECUREC_ERROR_INVALID_PARAMTER("vwscanf_s");
Dgets_s.c60 SECUREC_ERROR_INVALID_PARAMTER("gets_s"); in gets_s()
Dwcscpy_s.c77 SECUREC_ERROR_INVALID_PARAMTER("wcscpy_s"); in wcscpy_s()
Dmemmove_s.c93 SECUREC_ERROR_INVALID_PARAMTER("memmove_s"); in memmove_s()
Dwcsncpy_s.c82 SECUREC_ERROR_INVALID_PARAMTER("wcsncpy_s"); in wcsncpy_s()
Dstrncpy_s.c65 SECUREC_ERROR_INVALID_PARAMTER("strncpy_s"); in strncpy_error()
Dstrcpy_s.c291 SECUREC_ERROR_INVALID_PARAMTER("strcpy_s"); in strcpy_error()
Dmemset_s.c439 SECUREC_ERROR_INVALID_PARAMTER("memset_s"); in SecMemsetError()
Dmemcpy_s.c452 SECUREC_ERROR_INVALID_PARAMTER("memcpy_s"); in SecMemcpyError()