Searched refs:p_str (Results 1 – 3 of 3) sorted by relevance
/external/dbus/dbus/ |
D | dbus-sysdeps-unix.c | 1976 struct passwd p_str; in fill_user_info() local 2001 result = getpwuid_r (uid, &p_str, buf, buflen, in fill_user_info() 2004 result = getpwnam_r (username_c, &p_str, buf, buflen, in fill_user_info() 2008 p = getpwuid_r (uid, &p_str, buf, buflen); in fill_user_info() 2010 p = getpwnam_r (username_c, &p_str, buf, buflen); in fill_user_info() 2024 if (result == 0 && p == &p_str) in fill_user_info()
|
/external/llvm/lib/Support/ |
D | regcomp.c | 72 static void p_str(struct parse *); 226 p_str(p); in llvm_regcomp() 447 p_str(struct parse *p) in p_str() function
|
/external/v8/test/cctest/ |
D | test-api.cc | 4560 v8::Persistent<String> p_str = v8::Persistent<String>::New(str); in PersistentHandles() local 4561 USE(p_str); in PersistentHandles()
|