Home
last modified time | relevance | path

Searched refs:getutxline (Results 1 - 13 of 13) sorted by relevance

/third_party/musl/porting/liteos_a/user/src/legacy/
H A Dutmpx.c29 struct utmpx *getutxline(const struct utmpx *ut) in getutxline() function
57 weak_alias(getutxline, getutline);
/third_party/musl/src/legacy/
H A Dutmpx.c29 struct utmpx *getutxline(const struct utmpx *ut) in getutxline() function
57 weak_alias(getutxline, getutline);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dutmpx.h42 struct utmpx *getutxline(const struct utmpx *);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dutmpx.h42 struct utmpx *getutxline(const struct utmpx *);
/third_party/musl/porting/uniproton/kernel/include/
H A Dutmpx.h42 struct utmpx *getutxline(const struct utmpx *);
/third_party/musl/include/
H A Dutmpx.h42 struct utmpx *getutxline(const struct utmpx *);
/third_party/musl/libc-test/src/api/
H A Dutmpx.c29 {struct utmpx*(*p)(const struct utmpx*) = getutxline;} in f()
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs1185 pub fn getutxline(ut: *const utmpx) -> *mut utmpx; in getutxline() functions
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1518 pub fn getutxline(ut: *const utmpx) -> *mut utmpx; in getutxline() functions
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1811 pub fn getutxline(ut: *const utmpx) -> *mut utmpx; in getutxline() functions
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs2897 pub fn getutxline(ut: *const utmpx) -> *mut utmpx; in getutxline() functions
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs3059 pub fn getutxline(ut: *const utmpx) -> *mut utmpx; in getutxline() functions
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs5116 pub fn getutxline(ut: *const utmpx) -> *mut utmpx; in getutxline() functions

Completed in 40 milliseconds