Home
last modified time | relevance | path

Searched defs:result (Results 576 - 600 of 6955) sorted by relevance

1...<<21222324252627282930>>...279

/third_party/musl/libc-test/src/functionalext/supplement/linux/linux_gtest/
H A Dlinux_setxattr_test.cpp23 int result = setxattr(nullptr, nullptr, nullptr, -1, -1); in HWTEST_F() local
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dsetfsgid.c30 int result = setfsgid(fsgid); in setfsgid_0100() local
48 int result in setfsgid_0200() local
[all...]
H A Dsetfsuid.c30 int result = setfsuid(fsuid); in setfsuid_0100() local
48 int result in setfsuid_0200() local
[all...]
H A Dsync_file_range.c31 int result, fd; in sync_file_range_0100() local
57 int result; in sync_file_range_0200() local
76 int result, fd; sync_file_range_0300() local
105 int result, fd; sync_file_range_0400() local
[all...]
H A Dsettimeofday.c31 int result = settimeofday(NULL, NULL); in settimeofday_0100() local
48 int result = settimeofday(&tv, NULL); in settimeofday_0200() local
65 int result = settimeofday(&tv, NULL); in settimeofday_0300() local
82 int result = __settimeofday_time64(&tv, NULL); in settimeofday_time64_0200() local
H A Dswapoff.c39 int result = swapon(path, SWAP_FLAG_PREFER); in swapoff_0100() local
H A Dswapon.c39 int result = swapon(path, SWAP_FLAG_PREFER); in swapon_0100() local
H A Dsetns.c41 int result = setns(fd, 0); in setns_0100() local
59 int result = setns(fd, nstype); in setns_0200() local
H A Dsyncfs.c39 int result = syncfs(fd); in syncfs_0100() local
58 int result = syncfs(-1); in syncfs_0200() local
/third_party/musl/libc-test/src/functionalext/supplement/locale/
H A Dwcsxfrm.c25 size_t result = wcsxfrm(src, wc, 5); in wcsxfrm_0100() local
38 size_t result = wcsxfrm(src, wc, 1); in wcsxfrm_0200() local
/third_party/musl/libc-test/src/functionalext/supplement/manual/termios/
H A Dtcsetattr.c32 int result = tcsetattr(STDIN_FILENO, TCSAFLUSH, &tio); in tcsetattr_0100() local
55 int result = tcsetattr(-1, -1, NULL); in tcsetattr_0200() local
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/manual/unistd/
H A Disatty.c29 int result = isatty(fileno(stdout)); in isatty_0100() local
41 int result = isatty(fd); in isatty_0200() local
/third_party/musl/libc-test/src/functionalext/supplement/misc/
H A Dffs.c25 int result = ffs(0); in ffs_0100() local
36 int result = ffs(1); in ffs_0200() local
47 int result = ffs(2); in ffs_0300() local
58 int result = ffs(3); in ffs_0400() local
69 int result = ffs(128); in ffs_0500() local
[all...]
H A Dgetdomainname.c32 int result = getdomainname(buf, sizeof(buf)); in getdomainname_0100() local
49 int result = getdomainname(buf, 0); in getdomainname_0200() local
65 int result = getdomainname(buf, 1); in getdomainname_0300() local
H A Dgetrusage.c29 int result = getrusage(RUSAGE_SELF, &usage); in getrusage_0100() local
41 int result = getrusage(RUSAGE_CHILDREN, &usage); in getrusage_0200() local
53 int result = getrusage(RUSAGE_THREAD, &usage); in getrusage_0300() local
65 int result = getrusage(100, &usage); in getrusage_0400() local
77 int result = getrusage(RUSAGE_SELF, NULL); in getrusage_0500() local
89 int result = __getrusage_time64(RUSAGE_SELF, &usage); getrusage_time64_0100() local
[all...]
/third_party/mesa3d/src/util/
H A Dmesa-sha1.h51 _mesa_sha1_final(struct mesa_sha1 *ctx, unsigned char result[20]) in _mesa_sha1_final() argument
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_wsi.c35 VkResult result; in tu_wsi_init() local
/third_party/musl/libc-test/src/functionalext/common/
H A Dtime_test_data.h25 const char *result; member
30 const double result; member
35 const time_t result; member
/third_party/musl/libc-test/src/functionalext/supplement/conf/
H A Dfpathconf.c28 long result = fpathconf(0, _PC_LINK_MAX); in fpathconf_0100() local
40 long result = fpathconf(0, _PC_SOCK_MAXBUF); in fpathconf_0200() local
52 long result = fpathconf(0, _PC_FILESIZEBITS); in fpathconf_0300() local
64 long result = fpathconf(0, _PC_2_SYMLINKS); in fpathconf_0400() local
76 long result = fpathconf(0, 1000); in fpathconf_0500() local
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/multibyte/
H A Dc32rtomb.c30 size_t result = c32rtomb(NULL, L'\0', NULL); in c32rtomb_0100() local
51 size_t result = c32rtomb(bytes, L'\0', NULL); in c32rtomb_0200() local
89 size_t result = c32rtomb(bytes, L'h', NULL); in c32rtomb_0300() local
152 size_t result = c32rtomb(bytes, 0xffffffff, NULL); c32rtomb_0400() local
[all...]
H A Dmblen.c35 int result = wcstombs(src, pwc, ARRY_MAX); in mblen_0100() local
H A Dwcrtomb.c33 int result = wcrtomb(s, wcs, &pr); in wcrtomb_0100() local
54 int result = wcrtomb(s, wcs, &pr); in wcrtomb_0200() local
75 int result = wcrtomb(s, wcs, &pr); in wcrtomb_0300() local
[all...]
H A Dwcstombs.c33 size_t result = wcstombs(buf, src, BUF_SIZE); in wcstombs_0100() local
49 size_t result = wcstombs(buf, src, 0); in wcstombs_0200() local
64 size_t result = wcstombs(NULL, src, 0); in wcstombs_0300() local
[all...]
H A Dwctomb.c31 int result = wctomb(byte, L'h'); in wctomb_0100() local
45 int result = wctomb(byte, L'\0'); in wctomb_0200() local
58 int result = wctomb(NULL, L'h'); wctomb_0300() local
71 int result = wctomb(NULL, L'\\0'); wctomb_0400() local
[all...]
H A Dwcsrtombs.c31 size_t result = wcsrtombs(str, &src, 10, NULL); in wcsrtombs_0100() local
46 size_t result = wcsrtombs(str, &src, 0, NULL); in wcsrtombs_0200() local
[all...]

Completed in 6 milliseconds

1...<<21222324252627282930>>...279