Home
last modified time | relevance | path

Searched refs:INO_FMT (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/basic/ !
Dformat-util.h54 # define INO_FMT "%" PRIu64 macro
56 # define INO_FMT "%" PRIu32 macro
/systemd-251/src/core/ !
Dexecute.c1935 …if (asprintf(&x, "JOURNAL_STREAM=" DEV_FMT ":" INO_FMT, journal_stream_dev, journal_stream_ino) < … in build_environment()