Searched refs:LOG_STDERR (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libcryptoutil/common/
H A Dkeyfile.c60 cryptoerror(LOG_STDERR, gettext("cannot open %s"), filename);
66 cryptoerror(LOG_STDERR, gettext("cannot stat %s"), filename);
95 cryptoerror(LOG_STDERR, gettext("malloc: %s"), strerror(ret));
103 cryptoerror(LOG_STDERR,
129 cryptoerror(LOG_STDERR,
H A Ddebug.c78 * use LOG_STDERR to mean use stderr instead. LOG_STDERR is defined in
102 if ((priority == LOG_STDERR) || (priority < 0)) {
H A Dcryptoutil.h39 #define LOG_STDERR -1 /* cryptoerror() log to stderr, not syslog */ macro
H A Dconfig_parsing.c471 cryptoerror(LOG_STDERR, gettext("out of memory."));

Completed in 22 milliseconds