/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_unlink/ |
H A D | 10-2.c | 32 int result, i, path_max; in main() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/strftime/ |
H A D | 3-1.c | 22 int result; in main() local
|
/third_party/ltp/tools/sparse/sparse-src/validation/backend/ |
H A D | sum.c | 5 int i, result = 0; in sum() local
|
/third_party/musl/libc-test/src/functionalext/supplement/exit/ |
H A D | atexit.c | 32 int result = atexit(atexit_0100); in main() local
|
/third_party/musl/libc-test/src/functionalext/supplement/fenv/ |
H A D | __flt_rounds.c | 29 int result = __flt_rounds(); in __flt_rounds_0100() local
|
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/ |
H A D | fortify_memrchr_chk_test.cpp | 21 const char* result = reinterpret_cast<const char*>(__memrchr_chk(src, 'r', strlen(src), strlen(src))); in HWTEST_F() local
|
H A D | fortify_strlen_chk_test.cpp | 21 int result = __strlen_chk(str, sizeof(str)); in HWTEST_F() local
|
/third_party/musl/libc-test/src/functionalext/supplement/legacy/ |
H A D | getdtablesize.c | 27 int result = getdtablesize(); in getdtablesize_0100() local
|
/third_party/musl/libc-test/src/functionalext/supplement/locale/ |
H A D | functionalext_dgettext.c | 35 char* result = dgettext(PACKAGE, msgid); in dgettext_0100() local
|
H A D | functionalext_gettext.c | 37 char* result = gettext(msgid); in gettext_0100() local
|
/third_party/musl/libc-test/src/functionalext/supplement/misc/ |
H A D | issetugid.c | 27 int result = issetugid(); in issetugid_0100() local
|
H A D | setpriority.c | 27 int result = setpriority(PRIO_PROCESS, gettid(), 1); in setpriority_0100() local
|
/third_party/musl/libc-test/src/functionalext/locale/ |
H A D | dcngettext.c | 36 char *result = dcngettext(PACKAGE, msgid, 0, 1, LC_MESSAGES); in dcngettext_0100() local
|
/third_party/musl/libc-test/src/functionalext/supplement/mman/ |
H A D | mlock.c | 35 int result = mlock(memory, memsize); in mlock_0100() local
|
/third_party/musl/libc-test/src/functionalext/supplement/network/ |
H A D | __h_errno_location.c | 27 int *result = __h_errno_location(); in __h_errno_location_0100() local
|
H A D | inet_ntoa.c | 27 char *result = inet_ntoa(a); in inet_ntoa_0100() local
|
/third_party/musl/libc-test/src/functionalext/supplement/sched/ |
H A D | sched_getcpu.c | 29 int result = sched_getcpu(); in sched_getcpu_0100() local
|
/third_party/musl/libc-test/src/functionalext/supplement/signal/ |
H A D | __libc_current_sigrtmin.c | 26 int result = __libc_current_sigrtmin(); in libc_current_sigrtmin_0100() local
|
H A D | __libc_current_sigrtmax.c | 26 int result = __libc_current_sigrtmax(); in libc_current_sigrtmax_0100() local
|
/third_party/musl/libc-test/src/functionalext/supplement/stat/stat_gtest/ |
H A D | stat_fstatfs64_test.cpp | 23 int result = fstatfs64(fileDescriptor, &stat); in HWTEST_F() local
|
/third_party/musl/libc-test/src/functionalext/supplement/stdio/stdio_gtest/ |
H A D | stdio_fgetpos64_test.cpp | 20 int result = fgetpos64(file, &position); in HWTEST_F() local
|
H A D | stdio_fsetlocking_test.cpp | 23 int result = __fsetlocking(file, _FSETLOCKING_INTERNAL); in HWTEST_F() local
|
/third_party/musl/libc-test/src/functionalext/supplement/string/string_gtest/ |
H A D | string_memcmp_test.cpp | 21 int result = memcmp(str1, str2, strlen(str1)); in HWTEST_F() local 35 int result = memcmp(str1, str2, strlen(str1)); in HWTEST_F() local 49 int result = memcmp(str1, str2, strlen(str2)); in HWTEST_F() local 63 int result = memcmp(str1, str2, 0); HWTEST_F() local [all...] |
H A D | string_strcmp_test.cpp | 20 int result = strcmp(str1, str2); in HWTEST_F() local 33 int result = strcmp(str1, str2); in HWTEST_F() local 46 int result = strcmp(str1, str2); in HWTEST_F() local
|
/third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
H A D | acct.c | 28 int result = acct(NULL); in acct_0100() local 46 int result = acct(filePath); in acct_0200() local
|