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

/external/libselinux/src/
H A Dlabel_android_property.c89 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)
H A Dlabel_file.c283 char *buf_p, *regex = buf1, *type = buf2, *context = buf3; local
291 buf_p = line_buf;
292 while (isspace(*buf_p))
293 buf_p++;
295 if (*buf_p == '#' || *buf_p == 0)
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-generic.c1004 void ML_(buf_and_len_pre_check) ( ThreadId tid, Addr buf_p, Addr buflen_p, argument
1011 Vg_CoreSysCall, tid, buf_s, buf_p, buflen_in );
1017 Addr buf_p, Addr buflen_p, Char* s )
1021 if (buflen_out > 0 && buf_p != (Addr)NULL) {
1022 VG_(tdict).track_post_mem_write( Vg_CoreSysCall, tid, buf_p, buflen_out );
1375 Addr buf_p = arg1; local
1379 PRE_MEM_WRITE( "socketcall.recvfrom(buf)", buf_p, len );
1392 Addr buf_p = arg1; local
1401 POST_MEM_WRITE( buf_p, len );
1016 buf_and_len_post_check( ThreadId tid, SysRes res, Addr buf_p, Addr buflen_p, Char* s ) argument

Completed in 81 milliseconds