HomeSort by: relevance | last modified time | path
    Searched defs:openpam_log (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/openpam/dist/lib/libpam/
openpam_log.c 1 /* $NetBSD: openpam_log.c,v 1.5 2023/06/30 21:46:20 christos Exp $ */
43 __RCSID("$NetBSD: openpam_log.c,v 1.5 2023/06/30 21:46:20 christos Exp $");
58 #if !defined(openpam_log)
67 openpam_log(int level, const char *fmt, ...) function
146 * The =openpam_log function logs messages using =syslog.
178 * The =openpam_log function does not modify the value of :errno.
  /src/external/bsd/openpam/dist/include/security/
openpam.h 222 #define openpam_log(lvl, ...) \ macro
225 #define openpam_log(lvl, ...) \ macro
228 #define openpam_log(lvl, fmt...) \ macro
231 #define openpam_log(lvl, fmt...) \ macro
235 openpam_log(int _level,

Completed in 17 milliseconds