|
2 | 2 | ".asprintf":"int asprintf(char** strp, char* fmt, ...);",
|
3 | 3 | "_asprintf":"int asprintf(char** strp, char* fmt, ...);",
|
4 | 4 | "asprintf":"int asprintf(char** strp, char* fmt, ...);",
|
| 5 | + ".asiprintf":"int asiprintf(char** strp, char* fmt, ...);", |
| 6 | + "_asiprintf":"int asiprintf(char** strp, char* fmt, ...);", |
| 7 | + "asiprintf":"int asiprintf(char** strp, char* fmt, ...);", |
5 | 8 | "__asprintf_chk":"int __asprintf_chk(char** result_ptr, int flags, char* format, ...);",
|
| 9 | + "__asiprintf_chk":"int __asiprintf_chk(char** result_ptr, int flags, char* format, ...);", |
6 | 10 | "__dprintf_chk":"int __dprintf_chk(int d, int flags, char* format, ...);",
|
7 | 11 | ".execl":"int execl(char* pathname, char* arg, ...);",
|
8 | 12 | "_execl":"int execl(char* pathname, char* arg, ...);",
|
|
115 | 119 | ".sprintf": "int sprintf(char *str, char* format, ...);",
|
116 | 120 | "_sprintf": "int sprintf(char *str, char* format, ...);",
|
117 | 121 | "sprintf": "int sprintf(char *str, char* format, ...);",
|
| 122 | + ".siprintf": "int siprintf(char *str, char* format, ...);", |
| 123 | + "_siprintf": "int siprintf(char *str, char* format, ...);", |
| 124 | + "siprintf": "int siprintf(char *str, char* format, ...);", |
118 | 125 | "___sprintf_chk": "int __sprintf_chk(char* str, int flag, int strlen, char* format, ...);",
|
119 | 126 | "__sprintf_chk": "int __sprintf_chk(char* str, int flag, int strlen, char* format, ...);",
|
120 | 127 | "_sprintf_p_l": "int _sprintf_p_l(char *buffer, int sizeOfBuffer, char* format,void* locale, ...);",
|
|
0 commit comments