Searched refs:ut (Results 1 - 4 of 4) sorted by relevance

/haiku/src/bin/network/ftpd/
H A Dlogwtmp.c55 struct utmpx ut; local
57 memset(&ut, 0, sizeof(ut));
61 ut.ut_type = USER_PROCESS;
62 (void)strncpy(ut.ut_user, user, sizeof(ut.ut_user));
64 realhostname_sa(ut.ut_host, sizeof(ut.ut_host),
68 ut.ut_type = DEAD_PROCESS;
71 ut
[all...]
/haiku/src/system/libroot/posix/
H A Dutmpx.cpp29 getutxid(const struct utmpx *ut) argument
36 getutxline(const struct utmpx *ut) argument
43 pututxline(const struct utmpx *ut) argument
/haiku/src/system/libroot/posix/musl/math/
H A Dhypotf.c6 union {float f; uint32_t i;} ux = {x}, uy = {y}, ut; local
12 ut = ux;
14 uy = ut;
H A Dhypot.c24 union {double f; uint64_t i;} ux = {x}, uy = {y}, ut; local
32 ut = ux;
34 uy = ut;

Completed in 90 milliseconds