sd_journal_perror_with_location 50 src/systemd/sd-journal.h int sd_journal_perror_with_location(const char *file, const char *line, const char *func, const char *message); sd_journal_perror_with_location 59 src/systemd/sd-journal.h #define sd_journal_perror(message) sd_journal_perror_with_location("CODE_FILE=" __FILE__, "CODE_LINE=" _SD_STRINGIFY(__LINE__), __func__, message)