HomeSort by relevance Sort by last modified time
    Searched refs:getpwnam_r (Results 1 - 11 of 11) sorted by null

  /external/compiler-rt/test/sanitizer_common/TestCases/Linux/
getpwnam_r_invalid_user.cc 1 // Regression test for a crash in getpwnam_r and similar interceptors.
15 int res = getpwnam_r("no-such-user", &pwd, buf, sizeof(buf), &pwdres);
  /bionic/libc/include/
pwd.h 119 int getpwnam_r(const char*, struct passwd*, char*, size_t, struct passwd**);
  /development/ndk/platforms/android-3/include/
pwd.h 119 int getpwnam_r(const char*, struct passwd*, char*, size_t, struct passwd**);
  /development/ndk/platforms/android-L/include/
pwd.h 119 int getpwnam_r(const char*, struct passwd*, char*, size_t, struct passwd**);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
target.c 72 getpwnam_r(str, &pwd, buf, sizeof(buf), &result);
  /bionic/libc/bionic/
stubs.cpp 60 // getpwnam_r and getpwuid_r don't modify errno, but library calls we
106 int getpwnam_r(const char* name, passwd* pwd, function
  /external/lldb/source/Host/macosx/
Symbols.cpp 697 if (getpwnam_r ("rc", &pwd, buffer, bufsize, &tilde_rc) == 0
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc     [all...]
  /external/libedit/
configure     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/tools/
cpplint.py     [all...]
  /external/libvpx/libvpx/tools/
cpplint.py     [all...]

Completed in 144 milliseconds