Home
last modified time | relevance | path

Searched refs:buf_p (Results 1 – 4 of 4) sorted by relevance

/external/libselinux/src/
Dlabel_android_property.c89 char *buf_p, *prop = buf1, *context = buf2; in process_line() local
97 buf_p = line_buf; in process_line()
98 while (isspace(*buf_p)) in process_line()
99 buf_p++; in process_line()
101 if (*buf_p == '#' || *buf_p == 0) in process_line()
Dlabel_file.c283 char *buf_p, *regex = buf1, *type = buf2, *context = buf3; in process_line() local
291 buf_p = line_buf; in process_line()
292 while (isspace(*buf_p)) in process_line()
293 buf_p++; in process_line()
295 if (*buf_p == '#' || *buf_p == 0) in process_line()
/external/valgrind/main/coregrind/m_syswrap/
Dpriv_syswrap-generic.h76 ML_(buf_and_len_pre_check) ( ThreadId tid, Addr buf_p, Addr buflen_p,
80 Addr buf_p, Addr buflen_p, Char* s );
Dsyswrap-generic.c1004 void ML_(buf_and_len_pre_check) ( ThreadId tid, Addr buf_p, Addr buflen_p, in ML_()
1011 Vg_CoreSysCall, tid, buf_s, buf_p, buflen_in ); in ML_()
1017 Addr buf_p, Addr buflen_p, Char* s ) in ML_()
1021 if (buflen_out > 0 && buf_p != (Addr)NULL) { in ML_()
1022 VG_(tdict).track_post_mem_write( Vg_CoreSysCall, tid, buf_p, buflen_out ); in ML_()
1375 Addr buf_p = arg1; in ML_() local
1379 PRE_MEM_WRITE( "socketcall.recvfrom(buf)", buf_p, len ); in ML_()
1392 Addr buf_p = arg1; in ML_() local
1401 POST_MEM_WRITE( buf_p, len ); in ML_()