|
12 | 12 | "strtok", "strxfrm" |
13 | 13 | ]}, "moduleName": "core.stdc.string", "extraPrefix": "%P"}, |
14 | 14 |
|
| 15 | + {"match": {"filename": "(?P<P>wine|glibc)/.*", "name": [ |
| 16 | + "wcschr", "wcscmp", "wcscpy", "wcslen", "wmemcmp", |
| 17 | + "wmemcpy", "wmemmove", "wprintf" |
| 18 | + ]}, "moduleName": "core.stdc.wchar_", "extraPrefix": "%P"}, |
| 19 | + |
15 | 20 | {"match": {"filename": "(?P<P>wine|glibc)/.*", "name": ["free", "malloc", |
16 | 21 | "calloc", "realloc", "abort", "wcstombs", "exit", "qsort", "atoi", |
17 | | - "strtol", "strtoll", "rand", "srand" |
| 22 | + "strtol", "strtoll", "rand", "srand", "strtoul", "strtod", "strtold", |
| 23 | + "strtof", "wctomb", "labs", "llabs" |
18 | 24 | ]}, "moduleName": "core.stdc.stdlib", "extraPrefix": "%P"}, |
19 | 25 |
|
20 | 26 | {"match": {"filename": "(?P<P>wine|glibc)/.*", "name": ["FILE", "_iobuf", |
21 | 27 | "_IO_FILE", "fprintf", "fopen", "fread", "perror", "printf", "fclose", "fileno", "stdin", "stdout", |
22 | 28 | "stderr", "fflush", "fputc", "fwrite", "ferror", "fseek", "SEEK_SET", "SEEK_END", "SEEK_CUR", "ftell", |
23 | 29 | "snprintf", "sprintf", "fputs", "puts", "putchar", "putc", |
24 | | - "rename", "vsprintf", "vsnprintf", "BUFSIZ" |
| 30 | + "rename", "_?vsprintf", "_?vsnprintf", "BUFSIZ", "vfprintf", "ungetc", "rewind", |
| 31 | + "fgetc", "remove", "getc", "fgets", "EOF" |
25 | 32 | ]}, "moduleName": "core.stdc.stdio", "extraPrefix": "%P"}, |
26 | 33 |
|
27 | 34 | {"match": {"filename": "(?P<P>wine|glibc)/.*", "name": [ |
28 | 35 | "isalnum", "isalpha", "isblank", "iscntrl", "isdigit", "isgraph", |
29 | 36 | "islower", "isprint", "ispunct", "isspace", "isupper", "isxdigit", "tolower", "toupper" |
30 | 37 | ]}, "moduleName": "core.stdc.ctype", "extraPrefix": "%P"}, |
31 | 38 |
|
| 39 | + {"match": {"filename": "(?P<P>wine|glibc)/.*", "name": [ |
| 40 | + "time_t", "time", "mktime", "ctime", "localtime", "gmtime", |
| 41 | + "strftime", "tm", "difftime" |
| 42 | + ]}, "moduleName": "core.stdc.time", "extraPrefix": "%P"}, |
| 43 | + |
| 44 | + {"match": {"filename": "(?P<P>wine|glibc)/.*", "name": [ |
| 45 | + "u?int(|_least|_fast)[0-9]*_t", "u?intptr_t", "u?intmax_t", |
| 46 | + "U?INT(|_LEAST|_FAST)[0-9]*_(MAX|MIN)", "U?INTPTR_(MAX|MIN)", "U?INTMAX_(MAX|MIN)", |
| 47 | + "PTRDIFF_(MAX|MIN)", "SIZE_MAX", "WCHAR_(MAX|MIN)", "WINT_(MAX|MIN)" |
| 48 | + ]}, "moduleName": "core.stdc.stdint", "extraPrefix": "%P"}, |
| 49 | + |
| 50 | + {"match": {"filename": "(?P<P>wine|glibc)/.*", "name": [ |
| 51 | + "NAN", "INFINITY", "pow", "floor", "ceil", "isnan", "isinf", "fabs", "copysign", "powl", |
| 52 | + "log10", "fmod", "nan", "modf", "HUGE_VAL(|F|L)", |
| 53 | + "FP_INFINITE", "FP_NAN", "FP_SUBNORMAL", "FP_ZERO", |
| 54 | + "fpclassify", "fmodl", "floorl" |
| 55 | + ]}, "moduleName": "core.stdc.math", "extraPrefix": "%P"}, |
| 56 | + |
32 | 57 | {"match": {"filename": "gcc-rt/orig/include-cxx/.*"}, "moduleName": "libcxx.libcxx"}, |
33 | 58 |
|
34 | 59 | {"match": {"name": "ulong"}, "moduleName": "core.stdc.config"}, |
|
38 | 63 | {"match": {"name": "p_stat"}, "rename": "p_stat_t"}, |
39 | 64 | {"match": {"name": "statvfs"}, "rename": "statvfs_t"}, |
40 | 65 | {"match": {"name": "timezone"}, "rename": "timezone_t"}, |
41 | | - {"match": {"name": "tm"}, "rename": "tm_t"}, |
42 | 66 | ], |
43 | 67 | "macroReplacements": { |
44 | 68 | "SHRT_MAX": "short.max", |
|
0 commit comments