sd_journal_sendv_with_location 49 src/systemd/sd-journal.h int sd_journal_sendv_with_location(const char *file, const char *line, const char *func, const struct iovec *iov, int n); sd_journal_sendv_with_location 58 src/systemd/sd-journal.h #define sd_journal_sendv(iovec, n) sd_journal_sendv_with_location("CODE_FILE=" __FILE__, "CODE_LINE=" _SD_STRINGIFY(__LINE__), __func__, iovec, n)