/external/libselinux/src/ |
label_android_property.c | 89 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)
|
label_file.c | 283 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/ |
priv_syswrap-generic.h | 76 ML_(buf_and_len_pre_check) ( ThreadId tid, Addr buf_p, Addr buflen_p, 80 Addr buf_p, Addr buflen_p, Char* s );
|
syswrap-generic.c | 998 void ML_(buf_and_len_pre_check) ( ThreadId tid, Addr buf_p, Addr buflen_p, 1005 Vg_CoreSysCall, tid, buf_s, buf_p, buflen_in ); 1011 Addr buf_p, Addr buflen_p, Char* s ) 1015 if (buflen_out > 0 && buf_p != (Addr)NULL) { 1016 VG_(tdict).track_post_mem_write( Vg_CoreSysCall, tid, buf_p, buflen_out ); 1369 Addr buf_p = arg1; local 1386 Addr buf_p = arg1; local [all...] |
/bionic/linker/ |
linker.cpp | 364 char* buf_p = buf; local 365 while (i < max_count && (array[i] = strsep(&buf_p, delimiters))) { [all...] |