Home
last modified time | relevance | path

Searched defs:result (Results 351 - 375 of 6955) sorted by relevance

1...<<11121314151617181920>>...279

/third_party/musl/libc-test/src/functionalext/supplement/process/
H A Dsystem.c31 int result = system("cd /"); in system_0100() local
46 int result = system(NULL); in system_0200() local
/third_party/musl/libc-test/src/functionalext/supplement/sched/
H A Dsched_getaffinity.c34 int result = sched_setaffinity(0, sizeof(mask), &mask); in sched_getaffinity_0100() local
/third_party/musl/libc-test/src/functionalext/supplement/regex/regex_gtest/
H A Dregex_fnmatch_test.cpp24 int result = fnmatch(pattern, string, 0); in HWTEST_F() local
40 int result = fnmatch(pattern, string, 0); in HWTEST_F() local
/third_party/musl/libc-test/src/functionalext/supplement/signal/
H A Dsigpending.c30 int result = sigpending(&pending); in sigpending_0100() local
/third_party/musl/libc-test/src/functionalext/supplement/stat/
H A Dumask.c29 mode_t result = umask(mode); in umask_0100() local
45 mode_t result = umask(mode); in umask_0200() local
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dfgetln.c37 char *result = fgetln(f, &plen); in fgetln_0100() local
66 char *result = fgetln(f, &plen); in fgetln_0200() local
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

Completed in 5 milliseconds

1...<<11121314151617181920>>...279