Home
last modified time | relevance | path

Searched defs:result (Results 551 - 575 of 9826) sorted by relevance

1...<<21222324252627282930>>...394

/third_party/musl/libc-test/src/functionalext/supplement/string/
H A Dwcpcpy.c30 wchar_t *result = wcpcpy(dst, src); in wcpcpy_0100() local
/third_party/musl/libc-test/src/functionalext/supplement/termios/
H A Dcfgetispeed.c27 int result = cfsetispeed(&t, B1200); in cfgetispeed_0100() local
H A Dcfgetospeed.c27 int result = cfsetospeed(&t, B1200); in cfgetospeed_0100() local
H A Dcfsetospeed.c28 int result = cfsetospeed(&t, B1200); in cfsetospeed_0100() local
49 int result = cfsetospeed(&t, 1200); in cfsetospeed_0200() local
H A Dcfsetispeed.c28 int result = cfsetispeed(&t, B1200); in cfsetispeed_0100() local
46 int result = cfsetispeed(&t, 1200); in cfsetispeed_0200() local
/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dcnd_init.c27 int result = cnd_init(&buf); in cnd_init_0100() local
H A Dpthread_attr_destroy.c27 int result = pthread_attr_destroy(&attr); in pthread_attr_destroy_0100() local
H A Dpthread_attr_setinheritsched.c34 int result = pthread_attr_getinheritsched(&attr, &result); in pthread_attr_setinheritsched_0100() local
54 int result = -1; in pthread_attr_setinheritsched_0200() local
H A Dpthread_cond_destroy.c27 int result = pthread_cond_init(&cond, NULL); in pthread_cond_destroy_0100() local
H A Dpthread_mutex_destroy.c29 int result = pthread_mutex_destroy(&mutex); in pthread_mutex_destroy_0100() local
H A Dpthread_key_delete.c29 int result = pthread_key_delete(key); in pthread_key_delete_0100() local
/third_party/musl/libc-test/src/functionalext/supplement/time/
H A Dtimes.c29 clock_t result = times(&buf); in times_0100() local
59 clock_t result = times(NULL); in times_0200() local
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
H A Dctermid.c26 char *result = ctermid(buf); in ctermid_0100() local
39 char *result = ctermid(NULL); in ctermid_0200() local
H A Dchdir.c29 int result = chdir("/data"); in chdir_0100() local
H A Dgethostname.c28 int result = gethostname(hostname, sizeof(hostname)); in gethostname_0100() local
H A Dsetpgid.c29 int result = setpgid(pid, pgid); in setpgid_0100() local
H A Dsetgid.c28 int result = setgid(gid); in setgid_0100() local
H A Dseteuid.c28 int result = seteuid(uid); in seteuid_0100() local
H A Dsetsid.c32 pid_t result = setsid(); in setsid_0100() local
H A Dsetresuid.c28 int result = setresuid(uid, uid, uid); in setresuid_0100() local
H A Dsetuid.c28 int result = setuid(uid); in setuid_0100() local
/third_party/musl/libc-test/src/functionalext/symver/
H A Ddynlink.c30 const char *result = dso_no_symver(); in dynlink_0100() local
45 const char *result = dso_easy_symver(); in dynlink_0200() local
60 const char *result = dso_hard_symver_ld(); in dynlink_0300() local
H A Ddynlink_default.c31 const char *result = dso_easy_symver(); in dynlink_default_0100() local
47 const char *result = dso_hard_symver_ld(); in dynlink_default_0200() local
/third_party/mesa3d/src/gallium/drivers/r300/compiler/tests/
H A Dunit_test.c51 void test_begin(struct test_result * result) in test_begin() argument
56 void test_check(struct test_result * result, in argument
[all...]
/third_party/python/Lib/test/
H A Dbadsyntax_future7.py11 result = f(2)(4) variable

Completed in 5 milliseconds

1...<<21222324252627282930>>...394