• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2022 Huawei Device Co., Ltd.
2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at
5#
6#     http://www.apache.org/licenses/LICENSE-2.0
7#
8# Unless required by applicable law or agreed to in writing, software
9# distributed under the License is distributed on an "AS IS" BASIS,
10# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11# See the License for the specific language governing permissions and
12# limitations under the License.
13
14functionalext_supplement_stdio_test = [
15  "fflush",
16  "fopen",
17  "fprintf",
18  "putc",
19  "putchar",
20  "putwc",
21  "rewind",
22  "setbuf",
23  "sprintf",
24  "setbuffer",
25  "putw",
26  "setlinebuf",
27  "swscanf",
28  "tmpfile",
29  "tmpnam",
30  "ungetwc",
31  "vasprintf",
32  "vfprintf",
33  "vfscanf",
34  "tempnam",
35  "vfwprintf",
36  "vswscanf",
37  "vprintf",
38  "vsnprintf",
39  "vfwscanf",
40  "vdprintf",
41  "vsscanf",
42  "vswprintf",
43  "vsprintf",
44  "vwprintf",
45  "wcstoll",
46  "wcstoull",
47  "wprintf",
48  "fread",
49  "fseeko",
50  "ftell",
51  "getc",
52  "printf",
53  "setvbuf",
54  "fgetpos",
55  "getchar",
56  "getline",
57  "flockfile",
58  "funlockfile",
59  "asprintf",
60  "fputwc",
61  "fgets",
62  "puts",
63  "remove",
64  "rename",
65  "fsetpos",
66  "fputws",
67  "getc_unlocked",
68  "__fbufsize",
69  "__flbf",
70  "__fseterr",
71  "dprintf",
72  "__fpending",
73  "__fpurge",
74  "__freadable",
75  "__freading",
76  "clearerr",
77  "__fwritable",
78  "__fwriting",
79  "_flushlbf",
80  "fgetws",
81  "ftrylockfile",
82  "fwide",
83  "fwprintf",
84  "fwrite",
85  "getchar_unlocked",
86  "open_wmemstream",
87  "putc_unlocked",
88  "putchar_unlocked",
89  "putwchar",
90  "getdelim",
91  "getwc",
92  "freopen",
93  "fputc",
94  "fputs",
95  "fgetln",
96]
97