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

  /external/selinux/libselinux/src/
label_support.c 68 char **spec_entry, *buf_p; local
83 buf_p = line_buf;
84 while (isspace(*buf_p))
85 buf_p++;
88 if (*buf_p == '#' || *buf_p == '\0')
98 if (len - 1 == buf_p - line_buf) {
103 rc = read_spec_entry(spec_entry, &buf_p, &entry_len, errbuf);
selinux_config.c 160 char *line_buf = NULL, *buf_p, *value, *type = NULL, *end; local
172 buf_p = line_buf;
173 while (isspace(*buf_p))
174 buf_p++;
175 if (*buf_p == '#' || *buf_p == 0)
178 if (!strncasecmp(buf_p, SELINUXTYPETAG,
181 strdup(buf_p + sizeof(SELINUXTYPETAG) - 1);
191 } else if (!strncmp(buf_p, SETLOCALDEFS,
193 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.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);
  /bionic/libc/system_properties/
contexts_split.cpp 154 char **spec_entry, *buf_p; local
167 buf_p = line_buf;
168 while (isspace(*buf_p)) buf_p++;
171 if (*buf_p == '#' || *buf_p == '\0') return 0;
180 if (len - 1 == buf_p - line_buf) {
185 rc = read_spec_entry(spec_entry, &buf_p, &entry_len);
  /external/selinux/libsepol/src/
util.c 255 char **arg, *buf_p; local
260 buf_p = line_buf;
265 for (items = 0; items < num_args && *buf_p != '\0'; items++) {
270 *arg = strdup(buf_p);
278 rc = tokenize_str(delim, arg, &buf_p, &arg_len);
  /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 1595 Addr buf_p = arg1; local
1612 Addr buf_p = arg1; local
    [all...]

Completed in 157 milliseconds