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

/sssd/src/util/
H A Ddebug.c320 char *logpath; local
330 ret = asprintf(&logpath, "%s/%s.log", LOG_PATH, log_file);
335 ret = chown(logpath, uid, gid);
336 free(logpath);
357 char *logpath; local
370 ret = asprintf(&logpath, "%s/%s.log", LOG_PATH, log_file);
379 f = fopen(logpath, "a");
382 logpath, errno, strerror(errno));
383 free(logpath);
391 free(logpath);
[all...]

Completed in 25 milliseconds