Home
last modified time | relevance | path

Searched refs:p_str (Results 1 – 3 of 3) sorted by relevance

/external/dbus/dbus/
Ddbus-sysdeps-unix.c1976 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/
Dregcomp.c72 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/
Dtest-api.cc4560 v8::Persistent<String> p_str = v8::Persistent<String>::New(str); in PersistentHandles() local
4561 USE(p_str); in PersistentHandles()