Searched refs:getpw (Results 1 – 7 of 7) sorted by relevance
/freebsd/lib/libc/gen/ |
H A D | getpwent.c | 101 static struct passwd *getpw(int (*fn)(union key, struct passwd *, char *, 628 getpw(int (*fn)(union key, struct passwd *, char *, size_t, struct passwd **), in getpw() function 691 return (getpw(wrap_getpwnam_r, key)); in getpwnam() 701 return (getpw(wrap_getpwuid_r, key)); in getpwuid() 711 return (getpw(wrap_getpwent_r, key)); in getpwent()
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
H A D | Checkers.td | 944 def getpw : Checker<"getpw">, 945 HelpText<"Warn on uses of the 'getpw' function">,
|
/freebsd/contrib/libarchive/ |
H A D | NEWS | 275 Apr 01, 2009: Use getpw*_r and getgr*_r functions for thread-safety.
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1925 fun:getpw=uninstrumented
|
/freebsd/contrib/sendmail/src/ |
H A D | README | 1122 properly due to a bug in the getpw* routines. If you want to use
|
/freebsd/contrib/sendmail/ |
H A D | RELEASE_NOTES | 3981 Treat an empty home directory (from getpw*() or $HOME) as
|
/freebsd/ |
H A D | ObsoleteFiles.inc | 16389 OLD_FILES+=usr/share/man/man3/getpw.3.gz
|