Home
last modified time | relevance | path

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

/external/strace/xlat/
Dwaitid_types.h26 #if defined(P_SID) || (defined(HAVE_DECL_P_SID) && HAVE_DECL_P_SID)
27 XLAT(P_SID),
Dwaitid_types.in4 P_SID
/external/strace/
Dconfigure.ac629 P_SID,
Dconfig.h.in400 /* Define to 1 if you have the declaration of `P_SID', and to 0 if you don't.
Dconfigure12335 ac_fn_c_check_decl "$LINENO" "P_SID" "ac_cv_have_decl_P_SID" "#include <sys/wait.h>
/external/rust/crates/libc/src/unix/solarish/
Dmod.rs1101 pub const P_SID: idtype_t = 3; constant