/external/libselinux/src/ |
label_support.c | 72 char **spec_entry, *buf_p; local 87 buf_p = line_buf; 88 while (isspace(*buf_p)) 89 buf_p++; 92 if (*buf_p == '#' || *buf_p == '\0') 102 if (len - 1 == buf_p - line_buf) { 107 rc = read_spec_entry(spec_entry, &buf_p, &entry_len, errbuf);
|
/external/selinux/libselinux/src/ |
label_support.c | 55 char **spec_entry, *buf_p; local 68 buf_p = line_buf; 69 while (isspace(*buf_p)) 70 buf_p++; 73 if (*buf_p == '#' || *buf_p == '\0') 83 if (len - 1 == buf_p - line_buf) { 88 rc = read_spec_entry(spec_entry, &buf_p, &entry_len);
|
selinux_config.c | 158 char *line_buf = NULL, *buf_p, *value, *type = NULL, *end; local 170 buf_p = line_buf; 171 while (isspace(*buf_p)) 172 buf_p++; 173 if (*buf_p == '#' || *buf_p == 0) 176 if (!strncasecmp(buf_p, SELINUXTYPETAG, 179 strdup(buf_p + sizeof(SELINUXTYPETAG) - 1); 189 } else if (!strncmp(buf_p, SETLOCALDEFS, 191 value = buf_p + sizeof(SETLOCALDEFS) - 1 [all...] |
label_media.c | 38 char *buf_p; local 41 buf_p = line_buf; 42 while (isspace(*buf_p)) 43 buf_p++; 45 if (*buf_p == '#' || *buf_p == 0)
|
label_x.c | 40 char *buf_p; local 43 buf_p = line_buf; 44 while (isspace(*buf_p)) 45 buf_p++; 47 if (*buf_p == '#' || *buf_p == 0)
|
/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);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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/selinux/libsepol/src/ |
util.c | 254 char **arg, *buf_p; local 259 buf_p = line_buf; 264 for (items = 0; items < num_args && *buf_p != '\0'; items++) { 269 *arg = strdup(buf_p); 277 rc = tokenize_str(delim, arg, &buf_p, &arg_len);
|
/external/libcap/doc/ |
cap_from_text.3 | 11 .BI "cap_t cap_from_text(const char *" buf_p ); 32 .IR buf_p . 42 .I buf_p
|
libcap.3 | 26 .BI "cap_t cap_from_text(const char *" buf_p );
|
/bionic/libc/bionic/ |
system_properties.cpp | 899 char **spec_entry, *buf_p; local 912 buf_p = line_buf; 913 while (isspace(*buf_p)) 914 buf_p++; 917 if (*buf_p == '#' || *buf_p == '\0') 927 if (len - 1 == buf_p - line_buf) { 932 rc = read_spec_entry(spec_entry, &buf_p, &entry_len); [all...] |
/external/valgrind/coregrind/m_syswrap/ |
priv_syswrap-generic.h | 92 ML_(buf_and_len_pre_check) ( ThreadId tid, Addr buf_p, Addr buflen_p, 96 Addr buf_p, Addr buflen_p, const HChar* s );
|
syswrap-generic.c | 1574 Addr buf_p = arg1; local 1591 Addr buf_p = arg1; local [all...] |
/prebuilts/android-emulator/linux-x86_64/ |
emulator-ranchu-arm64 | |
emulator-ranchu-mips64 | |
emulator-ranchu-x86 | |
emulator-ranchu-x86_64 | |