Home
last modified time | relevance | path

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

/external/python/cpython2/Demo/rpc/
Drnusersclient.py9 ut_line, ut_name, ut_host, ut_time = utmp
11 self.pack_string(ut_name)
25 ut_name = self.unpack_string()
28 return ut_line, ut_name, ut_host, ut_time
/external/musl/include/
Dutmp.h22 #define ut_name ut_user macro
/external/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs418 pub ut_name: [::c_char; 32],
538 self.ut_name == other.ut_name
560 .field("ut_name", &self.ut_name)
577 self.ut_name.hash(state);
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs395 pub ut_name: [::c_char; UT_NAMESIZE],
717 pub ut_name: [::c_char; _UTX_USERSIZE],
844 && self.ut_name == other.ut_name
869 .field("ut_name", &self.ut_name)
886 self.ut_name.hash(state);
/external/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs593 pub ut_name: [::c_char; UT_NAMESIZE],
755 .ut_name
757 .zip(other.ut_name.iter())
783 self.ut_name.hash(state);
/external/ipsec-tools/src/racoon/
Disakmp_cfg.c1672 strncpy(ut.ut_name, usr, UT_NAMESIZE);
1673 ut.ut_name[UT_NAMESIZE - 1] = '\0';
1686 ut.ut_name, ut.ut_line, ut.ut_host);