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_string_test = [ 15 "bzero", 16 "memchr", 17 "strcasecmp", 18 "stpcpy", 19 "stpncpy", 20 "strcasestr", 21 "strcat", 22 "strcoll", 23 "strdup", 24 "wcswcs", 25 "strerror_r", 26 "wcsdup", 27 "strchrnul", 28 "strndup", 29 "wcpncpy", 30 "wcscspn", 31 "wcsspn", 32 "wcpcpy", 33 "strnlen", 34 "strrchr", 35 "strsep", 36 "strsignal", 37 "strtok_r", 38 "swab", 39 "index", 40 "wcsnlen", 41 "wcscasecmp_l", 42 "wcscasecmp", 43 "wcsncasecmp_l", 44 "wcsncasecmp", 45 "wcscmp", 46 "wcslen", 47 "wcsncmp", 48 "wcsncpy", 49 "wcspbrk", 50 "wcsrchr", 51 "wcsncat", 52 "wcstok", 53 "wcscat", 54 "wcschr", 55 "wcscpy", 56 "wmemchr", 57 "wmemcmp", 58 "wmemcpy", 59 "wmemmove", 60 "wmemset", 61 "memccpy", 62 "mempcpy", 63 "memmem", 64 "memmove", 65 "memrchr", 66] 67