SIRO_NOPID         77 src/libsir/include/sir/defaults.h     = SIRO_NOTIME | SIRO_NOHOST | SIRO_NOPID | SIRO_NOTID;
SIRO_NOPID        101 src/libsir/include/sir/defaults.h     = SIRO_NOTIME | SIRO_NOHOST | SIRO_NOPID | SIRO_NOTID;
SIRO_NOPID        154 src/libsir/src/sirhelpers.c          _sir_bittest(opts, SIRO_NOPID)            ||
SIRO_NOPID        821 src/libsir/src/sirinternal.c         bool wantpid = !_sir_bittest(opts, SIRO_NOPID) && _sir_validstrnofail(buf->pid);
SIRO_NOPID        935 src/libsir/src/sirinternal.c     int logopt   = LOG_NDELAY | (_sir_bittest(ctx->opts, SIRO_NOPID) ? 0 : LOG_PID);