Home
last modified time | relevance | path

Searched defs:result (Results 1726 - 1750 of 12541) sorted by relevance

1...<<61626364656667686970>>...502

/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dcopy_file_range.c30 int fd_in, fd_out, wlen, result; in copy_file_range_0100() local
93 int result = copy_file_range(-1, NULL, -1, NULL, 0, 0); in copy_file_range_0200() local
109 int fd_in, fd_out, wlen, result; copy_file_range_0300() local
[all...]
H A Dclock_adjtime.c40 int result = clock_adjtime(CLOCK_REALTIME, &tx); in clock_adjtime_0100() local
54 int result = clock_adjtime(CLOCK_MONOTONIC, &tx); in clock_adjtime_0200() local
69 int result = clock_adjtime(CLOCK_PROCESS_CPUTIME_ID, &tx); in clock_adjtime_0300() local
84 int result = clock_adjtime(CLOCK_THREAD_CPUTIME_ID, &tx); in clock_adjtime_0400() local
98 int result = clock_adjtime(CLOCK_REALTIME, NULL); in clock_adjtime_0500() local
113 int result = __clock_adjtime64(CLOCK_REALTIME, &tx); clock_adjtime64_0100() local
[all...]
H A Depoll_ctl.c57 int result = epoll_ctl(fd, EPOLL_CTL_ADD, fds[0], &ev); in epoll_ctl_0100() local
H A Depoll_pwait.c43 int result = epoll_pwait(epoll_fd, events, 1, 1, NULL); in epoll_pwait_0100() local
66 int result = epoll_pwait(epoll_fd, events, 1, 1, &ss); in epoll_pwait_0200() local
H A Deventfd_write.c83 int result = eventfd_write(fd, -1); in eventfd_write_0300() local
H A Dflock.c27 int result = -1; in flock_0100() local
45 int result = -1; in flock_0200() local
63 int result = -1; in flock_0300() local
81 int result in flock_0400() local
99 int result = -1; flock_0500() local
117 int result = flock(-1, LOCK_EX); flock_0600() local
128 int result = 0; flock_0700() local
[all...]
H A Dname_to_handle_at.c55 int result = name_to_handle_at(dirfd, pathname, fhp, &mount_id, flags); in name_to_handle_at_0100() local
H A Dremap_file_pages.c142 int result = remap_file_pages(start, LEN >> 1, 0, 1, MAP_SHARED); in remap_file_pages_0100() local
H A Dsendfile.c55 int result = sendfile(tofd, fromfd, &off, 1); in sendfile_0100() local
87 int result = sendfile(tofd, fromfd, &off, 1); in sendfile_0200() local
H A Dremovexattr.c46 int result = setxattr(path, name, value, strlen(value), XATTR_CREATE); in removexattr_0100() local
98 int result = removexattr(NULL, NULL); removexattr_0200() local
[all...]
H A Dsetxattr.c46 int result = setxattr(path, name, value, strlen(value), XATTR_CREATE); in setxattr_0100() local
82 int result = setxattr(NULL, NULL, NULL, -1, -1); in setxattr_0200() local
[all...]
H A Dsignalfd.c33 int result = sigaddset(&mask, sig); in signalfd_0100() local
H A Dsetgroups.c36 int result = setgroups(count, groups); in setgroups_0100() local
59 int result = setgroups(count, groups); in setgroups_0200() local
H A Dtimerfd_settime.c42 int fd, result; in timerfd_settime_0100() local
93 int fd, result; in timerfd_settime64_0100() local
[all...]
H A Dtimerfd_gettime.c38 int fd, result; in timerfd_gettime_0100() local
75 int result = timerfd_gettime(-1, NULL); in timerfd_gettime_0200() local
90 int fd, result; timerfd_gettime64_0100() local
[all...]
H A Dtee.c33 int result; in tee_0100() local
77 int result; in tee_0200() local
[all...]
H A Dvmsplice.c38 size_t result = vmsplice(pipe_fds[1], v, sizeof(v) / sizeof(struct iovec), 0); in vmsplice_0100() local
/third_party/musl/libc-test/src/functionalext/supplement/linux/linux_gtest/
H A Dlinux_getxattr_test.cpp23 int result = getxattr(nullptr, nullptr, nullptr, -1); in HWTEST_F() local
/third_party/musl/libc-test/src/functionalext/supplement/locale/
H A Dstrxfrm.c31 size_t result = strxfrm(desp, str, want + 1); in strxfrm_0100() local
50 size_t result = strxfrm(desp, str, want); in strxfrm_0200() local
69 size_t result = strxfrm(desp, str, want); in strxfrm_0300() local
88 size_t result in strxfrm_0400() local
108 size_t result = strxfrm(desp, str, want + 1); strxfrm_0500() local
128 size_t result = strxfrm(desp, str, want + 1); strxfrm_0600() local
148 size_t result = strxfrm(desp, str, move); strxfrm_0700() local
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/manual/network/
H A Dgethostbyname_r.c36 int result = 10; in gethostbyname_r_0100() local
58 int result = 10; in gethostbyname_r_0200() local
H A Dres_send.c43 int result = res_send(buf, ret, answer, sizeof(answer)); in res_send_0100() local
/third_party/musl/libc-test/src/functionalext/supplement/manual/unistd/
H A Dtcgetpgrp.c47 int result, ret; in tcgetpgrp_0100() local
70 int result; in tcgetpgrp_0200() local
H A Dtcsetpgrp.c47 int result, ret; in tcsetpgrp_0100() local
70 int result; in tcsetpgrp_0200() local
/third_party/musl/libc-test/src/functionalext/supplement/math/
H A D__signbit.c31 int result = __signbit(x); in __signbit_0100() local
43 int result = __signbit(x); in __signbit_0200() local
55 int result = __signbit(x); in __signbit_0300() local
/third_party/musl/libc-test/src/functionalext/supplement/misc/
H A Dgetopt.c31 int result = getopt(argc, argv, optstring); in getopt_0100() local
48 int result = getopt(argc, argv, optstring); in getopt_0200() local
64 int result = getopt(argc, argv, optstring); in getopt_0300() local
81 int result = getopt(argc, argv, optstring); getopt_0400() local
97 int result = getopt(argc, argv, optstring); getopt_0500() local
113 int result = getopt(argc, argv, optstring); getopt_0600() local
129 int result = getopt(argc, argv, optstring); getopt_0700() local
145 int result = getopt(argc, argv, optstring); getopt_0800() local
[all...]

Completed in 8 milliseconds

1...<<61626364656667686970>>...502