Home
last modified time | relevance | path

Searched defs:ptr (Results 301 - 325 of 7209) sorted by relevance

1...<<11121314151617181920>>...289

/third_party/ltp/tools/sparse/sparse-src/
H A Dcompat-mingw.c38 void *ptr; in blob_alloc() local
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Denum-typecheck.c20 enum good *ptr; variable
21 enum bad *ptr; variable
/third_party/node/deps/v8/src/objects/
H A Dmaybe-object.h19 constexpr explicit MaybeObject(Address ptr) : TaggedImpl(ptr) {} in MaybeObject() argument
/third_party/musl/libc-test/src/functionalext/supplement/fcntl/
H A Dcreat.c28 const char *ptr = "/data/creattest.txt"; in creat_0100() local
44 const char *ptr = ""; in creat_0200() local
60 const char *ptr = "/data/creattest.txt"; in creat_0300() local
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/
H A Dfortify_fgets_chk_test.cpp23 const char* ptr = "fgetstest.txt"; in HWTEST_F() local
/third_party/musl/libc-test/src/functionalext/supplement/locale/
H A Dlanginfo_sup.c39 char *ptr = nl_langinfo(DAY_2); in langinfo_0100() local
56 char *ptr = nl_langinfo(DAY_2); in nl_langinfo_0200() local
76 char *ptr = nl_langinfo(TIME_ERROR_INFO); in nl_langinfo_0300() local
89 char *ptr = nl_langinfo(MESSAGES_ERROR_INFO); in nl_langinfo_0400() local
106 char *ptr in nl_langinfo_0500() local
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/manual/network/
H A Dgethostbyaddr.c28 char *ptr = "127.0.0.1"; in gethostbyaddre_0100() local
49 char *ptr = "fe80::bed5:4695:6cac:bef8"; in gethostbyaddre_0200() local
/third_party/mesa3d/src/util/
H A Dptralloc.h45 uint8_t *ptr = (uint8_t*)malloc(size); in ptralloc() local
64 uint8_t *ptr = (uint8_t*)calloc(1, size); in ptrzalloc() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_const.h150 lp_build_const_int_pointer(struct gallivm_state *gallivm, const void *ptr) in lp_build_const_int_pointer() argument
/third_party/musl/Benchmark/musl/
H A Dlibc_malloc.cpp53 void* ptr; in Bm_function_Calloc() local
/third_party/musl/libc-test/src/functionalext/ldso_cfi/crossdso_dtor/
H A Dlibuse.cpp18 base_t *ptr = nullptr; member
/third_party/musl/libc-test/src/functionalext/supplement/mman/
H A Dmunmap.c27 const char *ptr = "/data/test.txt"; in munmap_0100() local
/third_party/musl/libc-test/src/functionalext/supplement/process/
H A Dposix_spawn_file_actions_addopen.c31 struct fdop *ptr = NULL; in posix_spawn_file_actions_addopen_0100() local
58 struct fdop *ptr = NULL; in posix_spawn_file_actions_addopen_0200() local
83 struct fdop *ptr = NULL; posix_spawn_file_actions_addopen_0300() local
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A D__fwritable.c29 char ptr[PATH_MAX] = {0}; in __fwritable_0100() local
47 char ptr[PATH_MAX] = {0}; in __fwritable_0200() local
H A Dgetc_unlocked.c28 const char *ptr = "getc_unlockedtest.txt"; in getc_unlocked_0100() local
49 const char *ptr = "getc_unlockedtest.txt"; in getc_unlocked_0200() local
H A Dremove.c25 const char *ptr = "test.txt"; in remove_0100() local
42 const char *ptr = "test.txt"; in remove_0200() local
/third_party/musl/libc-test/src/functionalext/supplement/string/
H A Dmemmem.c29 char *ptr = NULL; in memmem_0100() local
51 char *ptr = NULL; in memmem_0200() local
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
H A Dthread_tss_test.cpp15 static void TssThreadFunc(void* ptr) in TssThreadFunc() argument
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
H A Dfchownat.c29 char ptr[PATH_MAX] = {0}; in fchownat_0100() local
51 char ptr[PATH_MAX] = {0}; in fchownat_0200() local
[all...]
/third_party/musl/libc-test/src/gwp_asan/
H A Dbuffer_overflow.c45 char *ptr = (char *)malloc(sysconf(_SC_PAGE_SIZE)); in buffer_overflow_test() local
H A Dbuffer_underflow.c45 char *ptr = (char *)malloc(sysconf(_SC_PAGE_SIZE)); in buffer_underflow_test() local
H A Dinvalid_free_left.c46 char *ptr = (char *)malloc(1); in invalid_free_left_test() local
H A Ddouble_free.c45 void *ptr = malloc(20); in double_free_test() local
H A Duse_after_free.c44 char *ptr = (char *)(malloc(10)); in use_after_free_test() local
H A Dinvalid_free_right.c46 char *ptr = (char *)malloc(1); in invalid_free_right_test() local

Completed in 9 milliseconds

1...<<11121314151617181920>>...289