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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
pwd.h 181 extern int getpw (__uid_t __uid, char *__buffer);
  /external/python/cpython3/Lib/test/
test_getpass.py 40 mock.patch('pwd.getpwuid') as getpw:
42 getpw.return_value = [expected_name]
45 getpw.assert_called_once_with(42)
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckSecuritySyntaxOnly.cpp 134 .Case("getpw", &WalkAST::checkCall_getpw)
370 "Potential buffer overflow in call to 'getpw'",
372 "The getpw() function is dangerous as it may overflow the "
769 REGISTER_CHECKER(getpw)

Completed in 158 milliseconds