Home
last modified time | relevance | path

Searched defs:result (Results 401 - 425 of 11710) sorted by relevance

1...<<11121314151617181920>>...469

/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dgetwc.c32 wint_t result = getwc(fptr); in getwc_0100() local
H A Dwprintf.c28 int result = wprintf(L"%lc\n", L'a'); in wprintf_0100() local
41 int result = wprintf(L"%d, %ld\n", 123, 650000L); in wprintf_0200() local
54 int result = wprintf(L"%ls\n", L"wprintf test"); in wprintf_0300() local
/third_party/musl/libc-test/src/functionalext/supplement/stdio/stdio_gtest/
H A Dstdio_fputc_unlocked_test.cpp22 int result = fputc_unlocked(ch, file); in HWTEST_F() local
/third_party/musl/libc-test/src/functionalext/supplement/stdlib/
H A Dabs.c26 int result = abs(0); in abs_0100() local
37 int result = abs(10); in abs_0200() local
48 int result = abs(-10); in abs_0300() local
H A Dstrtoimax.c31 intmax_t result = strtoimax("-18737357foobar12", &p, 10); in strtoimax_0100() local
49 intmax_t result = strtoimax("-18737357foobar12", &p, 16); in strtoimax_0200() local
/third_party/musl/libc-test/src/functionalext/supplement/stdlib/stdlib_gtest/
H A Dstdlib_div_test.cpp22 div_t result = div(NUMONE, NUMTWO); in HWTEST_F() local
/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

Completed in 7 milliseconds

1...<<11121314151617181920>>...469