Home
last modified time | relevance | path

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 Drpc_authunix_create.c33 #include <utmp.h>
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnttcp_create/
H A Drpc_clnttcp_create.c34 #include <utmp.h>
H A Drpc_clnttcp_create_stress.c34 #include <utmp.h>
H A Drpc_clnttcp_create_limits.c34 #include <utmp.h>
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dglob1ndk.cpp22 #include <utmp.h>
H A Dinotify1ndk.cpp21 #include <utmp.h>
H A Dtimesndk.cpp22 #include <utmp.h>
H A Dauxv1ndk.cpp23 #include <utmp.h>
H A Dglobndk.cpp22 #include <utmp.h>
H A Difaddrsndk.cpp21 #include <utmp.h>
H A Dlanginfondk.cpp24 #include <utmp.h>
H A Dutimendk.cpp26 #include <utmp.h>
H A Dgrp1ndk.cpp25 #include <utmp.h>
H A Dinotifyndk.cpp22 #include <utmp.h>
H A Dmntentndk.cpp26 #include <utmp.h>
H A Ducharndk.cpp25 #include <utmp.h>
/third_party/musl/src/misc/
H A Dforkpty.c2 #include <utmp.h>
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_bufcreate/
H A Drpc_clntudp_bufcreate.c34 #include <utmp.h>
H A Drpc_clntudp_bufcreate_limits.c34 #include <utmp.h>
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_create/
H A Drpc_clntudp_create_stress.c34 #include <utmp.h>
H A Drpc_clntudp_create.c34 #include <utmp.h>
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H A Dcxd2820r_core.c556 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 Dcxd2820r_core.c555 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 Drpc_svc_2.c30 #include <utmp.h>
/third_party/node/deps/openssl/openssl/apps/
H A Dpkcs12.c788 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