Home
last modified time | relevance | path

Searched refs:P_PPID (Results 1 – 6 of 6) sorted by relevance

/external/strace/xlat/
Dwaitid_types.h20 #if defined(P_PPID) || (defined(HAVE_DECL_P_PPID) && HAVE_DECL_P_PPID)
21 XLAT(P_PPID),
Dwaitid_types.in2 P_PPID
/external/strace/
Dconfigure.ac627 P_PPID,
Dconfig.h.in396 /* Define to 1 if you have the declaration of `P_PPID', and to 0 if you don't.
Dconfigure12313 ac_fn_c_check_decl "$LINENO" "P_PPID" "ac_cv_have_decl_P_PPID" "#include <sys/wait.h>
/external/rust/crates/libc/src/unix/solarish/
Dmod.rs1099 pub const P_PPID: idtype_t = 1; constant