Searched refs:utmp (Results 51 - 75 of 116) sorted by relevance
12345
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_auth_authunix_create/ |
H A D | rpc_authunix_create.c | 33 #include <utmp.h>
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnttcp_create/ |
H A D | rpc_clnttcp_create.c | 34 #include <utmp.h>
|
H A D | rpc_clnttcp_create_stress.c | 34 #include <utmp.h>
|
H A D | rpc_clnttcp_create_limits.c | 34 #include <utmp.h>
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | glob1ndk.cpp | 22 #include <utmp.h>
|
H A D | inotify1ndk.cpp | 21 #include <utmp.h>
|
H A D | timesndk.cpp | 22 #include <utmp.h>
|
H A D | auxv1ndk.cpp | 23 #include <utmp.h>
|
H A D | globndk.cpp | 22 #include <utmp.h>
|
H A D | ifaddrsndk.cpp | 21 #include <utmp.h>
|
H A D | langinfondk.cpp | 24 #include <utmp.h>
|
H A D | utimendk.cpp | 26 #include <utmp.h>
|
H A D | grp1ndk.cpp | 25 #include <utmp.h>
|
H A D | inotifyndk.cpp | 22 #include <utmp.h>
|
H A D | mntentndk.cpp | 26 #include <utmp.h>
|
H A D | ucharndk.cpp | 25 #include <utmp.h>
|
/third_party/musl/src/misc/ |
H A D | forkpty.c | 2 #include <utmp.h>
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_bufcreate/ |
H A D | rpc_clntudp_bufcreate.c | 34 #include <utmp.h>
|
H A D | rpc_clntudp_bufcreate_limits.c | 34 #include <utmp.h>
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_create/ |
H A D | rpc_clntudp_create_stress.c | 34 #include <utmp.h>
|
H A D | rpc_clntudp_create.c | 34 #include <utmp.h>
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | cxd2820r_core.c | 556 unsigned int utmp; in cxd2820r_probe() local 619 ret = regmap_read(priv->regmap[0], 0x00fd, &utmp); in cxd2820r_probe() 623 dev_dbg(&client->dev, "chip_id=%02x\n", utmp); in cxd2820r_probe() 625 if (utmp != 0xe1) { in cxd2820r_probe()
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | cxd2820r_core.c | 555 unsigned int utmp; in cxd2820r_probe() local 618 ret = regmap_read(priv->regmap[0], 0x00fd, &utmp); in cxd2820r_probe() 622 dev_dbg(&client->dev, "chip_id=%02x\n", utmp); in cxd2820r_probe() 624 if (utmp != 0xe1) { in cxd2820r_probe()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_svc_2/ |
H A D | rpc_svc_2.c | 30 #include <utmp.h>
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | pkcs12.c | 788 unsigned char *utmp; in pkcs12_main() local 798 utmp = OPENSSL_asc2uni(mpass, -1, NULL, &utmplen); in pkcs12_main() 799 if (utmp == NULL) in pkcs12_main() 801 badpass = OPENSSL_uni2utf8(utmp, utmplen); in pkcs12_main() 802 OPENSSL_free(utmp); in pkcs12_main()
|
Completed in 9 milliseconds
12345