Lines Matching defs:temp
152 struct lws_spawn_piped temp;
230 temp = *lsp;
237 temp.si.si_code = CLD_EXITED;
238 temp.si.si_status = WEXITSTATUS(status);
240 n = waitid(P_PID, (id_t)lsp->child_pid, &temp.si, WEXITED | WNOHANG);
242 temp.si.si_status &= 0xff; /* we use b8 + for flags */
244 __func__, n, temp.si.si_status);
256 cb(opaque, temp.accounting, &temp.si,
257 temp.we_killed_him_timeout |
258 (temp.we_killed_him_spew << 1));