pid_str            99 lrmd/lrmd.c        char pid_str[32] = { 0, };
pid_str           103 lrmd/lrmd.c            snprintf(pid_str, 32, "%d", cmd->last_pid);
pid_str           112 lrmd/lrmd.c                   cmd->rsc_id, cmd->action, cmd->call_id, cmd->last_pid ? "pid:" : "", pid_str,
pid_str           117 lrmd/lrmd.c                   cmd->action, cmd->call_id, cmd->last_pid ? "pid:" : "", pid_str, cmd->exec_rc);