Home
last modified time | relevance | path

Searched refs:utmp (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/native-lib/
H A Dguidance-on-ndk-libc-interfaces-affected-by-permissions.md199 | utmp.h | login_tty |
232 | utmp.h | getutent |
233 | utmp.h | pututline |
234 | utmp.h | setutent |
235 | utmp.h | pututline |
236 | utmp.h | utmpname |
/ohos5.0/docs/en/application-dev/reference/native-lib/
H A Dguidance-on-ndk-libc-interfaces-affected-by-permissions.md120 | Null implementation or failed by default | utmp.h | setutent |
121 | Null implementation or failed by default | utmp.h | pututline |
122 | Null implementation or failed by default | utmp.h | getutent |
123 | Null implementation or failed by default | utmp.h | utmpname |
/ohos5.0/foundation/communication/netmanager_base/utils/common_utils/src/
H A Dnetmanager_base_common_utils.cpp226 uint32_t utmp = static_cast<uint32_t>(itmp); in ConvertIpv4Address() local
227 addrInt += utmp << ((IPV4_DOT_NUM - i) * BIT_NUM_BYTE); in ConvertIpv4Address()
238 uint32_t utmp = static_cast<uint32_t>(itmp); in ConvertIpv4Address() local
239 addrInt += utmp; in ConvertIpv4Address()