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

/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/bin/network/ftpd/
H A Dlogwtmp.c75 struct utmp ut; local
87 (void)strncpy(ut.ut_line, line, sizeof(ut.ut_line));
88 (void)strncpy(ut.ut_name, name, sizeof(ut.ut_name));
89 (void)strncpy(ut.ut_host, host, sizeof(ut.ut_host));
90 ut.ut_time = _time_to_time32(time(NULL));
91 if (write(fd, &ut, sizeof(struct utmp)) !=
/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 24 milliseconds