1functional_list = [ 2 "argv", 3 "basename", 4 "clocale_mbfuncs", 5 "clock_gettime", 6 "crypt", 7 "dirname", 8 "dlopen", 9 "dlopen_ns", 10 "env", 11 "fcntl", 12 "fdopen", 13 "fnmatch", 14 "fscanf", 15 "fwscanf", 16 "iconv_open", 17 "inet_pton", 18 "ipc_msg", 19 "ipc_sem", 20 "ipc_shm", 21 "mbc", 22 "memstream", 23 "popen", 24 "pthread_cancel-points", 25 "pthread_cancel", 26 "pthread_cond", 27 "pthread_gettid_np", 28 "pthread_mutex", 29 "pthread_mutex_pi", 30 "pthread_robust", 31 "pthread_tsd", 32 "pthread_getname_np", 33 "qsort", 34 "random", 35 "search_hsearch", 36 "search_insque", 37 "search_lsearch", 38 "search_tsearch", 39 "sem_init", 40 "sem_open", 41 "setjmp", 42 "snprintf", 43 "socket", 44 "spawn", 45 "sscanf", 46 "sscanf_long", 47 "stat", 48 "strftime", 49 "string", 50 "string_memcpy", 51 "string_memmem", 52 "string_memset", 53 "string_strchr", 54 "string_strcspn", 55 "string_strstr", 56 "strptime", 57 "strtod", 58 "strtod_long", 59 "strtod_simple", 60 "strtof", 61 "strtol", 62 "strtold", 63 "swprintf", 64 "sched_setscheduler", 65 "sched_cpualloc", 66 "tgkill", 67 "tgmath", 68 "time", 69 "tls_align", 70 "tls_align_dlopen", 71 "tls_init", 72 "tls_init_dlopen", 73 "tls_local_exec", 74 "udiv", 75 "ungetc", 76 "utime", 77 "utime64", 78 "vfork", 79 "wcsstr", 80 "wcstol", 81 "dlclose_reset", 82] 83 84malloc_stats_list = [ 85 "test-malloc-stats-print", 86 "test-malloc-info", 87 "test-mallinfo", 88 "test-iterate", 89 "test-malloc-disable", 90 "test-malloc-backtrace", 91 "test-mallopt", 92] 93