HomeSort by relevance Sort by last modified time
    Searched refs:len_ptr (Results 1 - 23 of 23) sorted by null

  /system/libufdt/tests/src/
util.h 22 char *load_file(const char *filename, size_t *len_ptr);
util.c 25 static char *load_file_contents(FILE *fp, size_t *len_ptr) {
41 if (len_ptr) {
42 *len_ptr = len;
48 char *load_file(const char *filename, size_t *len_ptr) {
54 char *buf = load_file_contents(fp, len_ptr);
  /external/ltp/testcases/kernel/syscalls/get_robust_list/
get_robust_list01.c 77 size_t len_ptr; /* size of structure struct robust_list_head */ local
83 len_ptr = sizeof(struct robust_list_head);
91 * specified by len_ptr argument, or the head of the robust list can't
114 &len_ptr));
135 &len_ptr));
151 &len_ptr));
164 &len_ptr));
  /external/valgrind/coregrind/m_gdbserver/
remote-utils.c     [all...]
server.h 300 unsigned int *len_ptr);
302 unsigned int *len_ptr, unsigned char *to);
304 unsigned int *len_ptr, unsigned char *to);
  /system/libufdt/utils/src/
mkdtimg_core.c 72 static char *load_file_contents(FILE *fp, size_t *len_ptr) {
88 if (len_ptr) {
89 *len_ptr = len;
95 static char *load_file(const char *filename, size_t *len_ptr) {
101 char *buf = load_file_contents(fp, len_ptr);
  /external/wpa_supplicant_8/src/wps/
wps_er.c 899 char **len_ptr, char **body_ptr)
928 *len_ptr = wpabuf_put(buf, 0);
952 char *len_ptr, char *body_ptr)
959 os_memcpy(len_ptr, len_buf, os_strlen(len_buf));
966 char *len_ptr, *body_ptr; local
991 &len_ptr, &body_ptr);
1001 wps_er_soap_end(buf, "PutWLANResponse", len_ptr, body_ptr);
1424 char *len_ptr, *body_ptr; local
1698 char *len_ptr, *body_ptr; local
1870 char *len_ptr, *body_ptr; local
    [all...]
  /external/compiler-rt/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3016494/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3217047/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-2812033/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3016494/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3217047/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3688880/lib64/clang/4.0/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-linux.c     [all...]

Completed in 1977 milliseconds