Lines Matching refs:func
183 func = "getrandom",
195 func = "FD_SET",
204 func = "FD_CLR",
213 func = "FD_ISSET",
225 func = "getpeername",
239 func = "getsockname",
253 func = "recv",
265 func = "recvfrom",
279 func = "recvfrom",
297 func = "recvmsg",
316 func = "recvmsg",
342 func = "recvmsg",
361 func = "recvmmsg",
379 func = "recvmmsg",
406 func = "readv",
416 func = "readv",
429 func = "preadv",
440 func = "preadv",
457 func = "poll",
468 func = "ppoll",
484 func = "ctermid",
492 func = "ctermid_r",
500 func = "fread",
511 func = "fread_unlocked",
522 func = "gets_s",
531 func = "sprintf",
543 func = "snprintf",
556 func = "tmpnam",
564 func = "fgets",
580 func = "arc4random_buf",
588 func = "realpath",
600 func = "memcpy",
610 func = "mempcpy",
620 func = "memmove",
630 func = "memset",
639 func = "memset_explicit",
648 func = "stpcpy",
659 func = "stpncpy",
670 func = "strcat",
681 func = "strlcat",
692 func = "strncat",
703 func = "strcpy",
714 func = "strlcpy",
725 func = "strncpy",
739 func = "bcopy",
749 func = "bzero",
757 func = "explicit_bzero",
768 func = "getcwd",
777 func = "getgrouplist",
791 func = "getgroups",
801 func = "getloginclass",
809 func = "pread",
824 func = "read",
838 func = "readlink",
851 func = "readlinkat",
865 func = "getdomainname",
876 func = "getentropy",
884 func = "gethostname",
895 func = "getlogin_r",
904 func = "ttyname_r",
922 func = "wmemcpy",
933 func = "wmempcpy",
944 func = "wmemmove",
955 func = "wmemset",
965 func = "wcpcpy",
977 func = "wcpncpy",
989 func = "wcscat",
1001 func = "wcslcat",
1013 func = "wcsncat",
1025 func = "wcscpy",
1037 func = "wcslcpy",
1049 func = "wcsncpy",
1077 local function generate_test_name(func, variant, disposition, heap)
1078 local basename = func
1224 local function write_test(fh, func, disposition, heap, def)
1225 local testname = generate_test_name(func, def.variant, disposition, heap)
1288 body = body .. "\t" .. func .. "("
1539 local func = def.func
1546 tests_added[#tests_added + 1] = write_test(fh, func, disposition, heap, def)