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

/osnet-11/usr/src/lib/libcryptoutil/common/
H A Ddebug.c35 static char *_cryptodebug_prefix = NULL; variable
52 if (_cryptodebug_prefix == NULL) {
56 _cryptodebug_prefix, fmt);
94 if (_cryptodebug_prefix == NULL) {
98 _cryptodebug_prefix, fmt);
128 _cryptodebug_prefix = strdup(prefix);
149 openlog(_cryptodebug_prefix, LOG_PID, LOG_USER);
157 if (_cryptodebug_prefix != NULL)
158 free(_cryptodebug_prefix);

Completed in 21 milliseconds