/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)
|
/bionic/linker/ |
linker.cpp | 1722 char* buf_p = buf; local [all...] |
/external/valgrind/main/coregrind/m_syswrap/ |
syswrap-generic.c | 1004 void ML_(buf_and_len_pre_check) ( ThreadId tid, Addr buf_p, Addr buflen_p, 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) 1375 Addr buf_p = arg1; local 1392 Addr buf_p = arg1; local [all...] |