Home
last modified time | relevance | path

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

/external/strace/xlat/
Dwaitid_types.h32 #if defined(P_UID) || (defined(HAVE_DECL_P_UID) && HAVE_DECL_P_UID)
33 XLAT(P_UID),
Dwaitid_types.in6 P_UID
/external/strace/
Dconfigure.ac631 P_UID,
Dconfig.h.in404 /* Define to 1 if you have the declaration of `P_UID', and to 0 if you don't.
Dconfigure12357 ac_fn_c_check_decl "$LINENO" "P_UID" "ac_cv_have_decl_P_UID" "#include <sys/wait.h>
/external/rust/crates/libc/src/unix/solarish/
Dmod.rs1405 pub const P_UID: idtype_t = 5; constant