Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Dutxttest.cpp876 UText *utp; in ErrorTest() local
881 utp = utext_openUnicodeString(&ut, &s1, &status); in ErrorTest()
883 TEST_ASSERT(utp == &ut); in ErrorTest()
885 utp = utext_openConstUnicodeString(&ut, &s1, &status); in ErrorTest()
887 TEST_ASSERT(utp == &ut); in ErrorTest()
889 utp = utext_openUTF8(&ut, s3, -1, &status); in ErrorTest()
891 TEST_ASSERT(utp == &ut); in ErrorTest()
893 utp = utext_openUChars(&ut, s2, -1, &status); in ErrorTest()
895 TEST_ASSERT(utp == &ut); in ErrorTest()
897 utp = utext_close(&ut); in ErrorTest()
[all …]
/external/grub/netboot/
D3c509.c36 static enum { none, bnc, utp } connector = none; /* for 3C509 */ enumerator
132 else if (connector == utp) { in t509_reset()
564 connector = utp; in t529_probe()
/external/ppp/pppd/
Dsys-linux.c2148 struct utmp ut, *utp; in logwtmp() local
2160 while ((utp = getutent()) && (utp->ut_pid != mypid)) in logwtmp()
2163 if (utp) in logwtmp()
2164 memcpy(&ut, utp, sizeof(ut)); in logwtmp()