HomeSort by relevance Sort by last modified time
    Searched full:buf_p (Results 1 - 9 of 9) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
acl.h 111 extern ssize_t acl_copy_ext(void *buf_p, acl_t acl, ssize_t size);
112 extern acl_t acl_copy_int(const void *buf_p);
113 extern acl_t acl_from_text(const char *buf_p);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
acl.h 111 extern ssize_t acl_copy_ext(void *buf_p, acl_t acl, ssize_t size);
112 extern acl_t acl_copy_int(const void *buf_p);
113 extern acl_t acl_from_text(const char *buf_p);
  /external/libselinux/src/
label_android_property.c 89 char *buf_p, *prop = buf1, *context = buf2; local
97 buf_p = line_buf;
98 while (isspace(*buf_p))
99 buf_p++;
101 if (*buf_p == '#' || *buf_p == 0)
label_file.c 287 char *buf_p, *regex = buf1, *type = buf2, *context = buf3; local
295 buf_p = line_buf;
296 while (isspace(*buf_p))
297 buf_p++;
299 if (*buf_p == '#' || *buf_p == 0)
  /external/qemu/distrib/libselinux/src/
label_android_property.c 89 char *buf_p, *prop = buf1, *context = buf2; local
97 buf_p = line_buf;
98 while (isspace(*buf_p))
99 buf_p++;
101 if (*buf_p == '#' || *buf_p == 0)
label_file.c 286 char *buf_p, *regex = buf1, *type = buf2, *context = buf3; local
294 buf_p = line_buf;
295 while (isspace(*buf_p))
296 buf_p++;
298 if (*buf_p == '#' || *buf_p == 0)
  /external/valgrind/main/coregrind/m_syswrap/
priv_syswrap-generic.h 79 ML_(buf_and_len_pre_check) ( ThreadId tid, Addr buf_p, Addr buflen_p,
83 Addr buf_p, Addr buflen_p, const HChar* s );
syswrap-generic.c 1468 Addr buf_p = arg1; local
1485 Addr buf_p = arg1; local
    [all...]
  /bionic/linker/
linker.cpp 348 char* buf_p = buf; local
349 while (i < max_count && (array[i] = strsep(&buf_p, delimiters))) {
    [all...]

Completed in 1494 milliseconds