• 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_unistd_test = [
15  "gethostname",
16  "getpgid",
17  "getsid",
18  "link",
19  "linkat",
20  "lseek",
21  "nice",
22  "pread",
23  "readlinkat",
24  "readv",
25  "renameat",
26  "setdomainname",
27  "setegid",
28  "seteuid",
29  "setgid",
30  "sethostname",
31  "setpgid",
32  "setpgrp",
33  "setregid",
34  "setresgid",
35  "setresuid",
36  "setreuid",
37  "setsid",
38  "sleep",
39  "symlink",
40  "symlinkat",
41  "setuid",
42  "truncate",
43  "ttyname_r",
44  "unlink",
45  "unlinkat",
46  "usleep",
47  "write",
48  "writev",
49  "exit",
50  "getpid",
51  "alarm",
52  "fchown",
53  "fdatasync",
54  "chown",
55  "access",
56  "ftruncate",
57  "getuid",
58  "read",
59  "readlink",
60  "rmdir",
61  "dup3",
62  "ctermid",
63  "acct",
64  "faccessat",
65  "fchownat",
66  "getlogin",
67  "getlogin_r",
68  "getpgrp",
69  "getppid",
70  "lchown",
71  "pause",
72  "pipe2",
73  "preadv",
74  "pwrite",
75  "pwritev",
76  "fsync",
77  "getgid",
78  "getgroups",
79  "geteuid",
80  "getegid",
81  "getcwd",
82  "chdir",
83  "fchdir",
84]
85