Searched defs:buf_p (Results 1 - 6 of 6) sorted by relevance

/external/selinux/libselinux/src/
H A Dlabel_support.c68 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);
H A Dlabel_media.c38 char *buf_p; local
41 buf_p = line_buf;
42 while (isspace(*buf_p))
43 buf_p++;
45 if (*buf_p == '#' || *buf_p == 0)
H A Dlabel_x.c40 char *buf_p; local
43 buf_p = line_buf;
44 while (isspace(*buf_p))
45 buf_p++;
47 if (*buf_p == '#' || *buf_p == 0)
H A Dselinux_config.c160 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
[all...]
/external/selinux/libsepol/src/
H A Dutil.c255 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/
H A Dsyswrap-generic.c1216 void ML_(buf_and_len_pre_check) ( ThreadId tid, Addr buf_p, Addr buflen_p, argument
1223 Vg_CoreSysCall, tid, buf_s, buf_p, buflen_in );
1229 Addr buf_p, Addr buflen_p, const HChar* s )
1233 if (buflen_out > 0 && buf_p != (Addr)NULL) {
1234 VG_(tdict).track_post_mem_write( Vg_CoreSysCall, tid, buf_p, buflen_out );
1595 Addr buf_p = arg1; local
1599 PRE_MEM_WRITE( "socketcall.recvfrom(buf)", buf_p, len );
1612 Addr buf_p = arg1; local
1621 POST_MEM_WRITE( buf_p, len );
1228 buf_and_len_post_check( ThreadId tid, SysRes res, Addr buf_p, Addr buflen_p, const HChar* s ) argument

Completed in 280 milliseconds