Searched defs:ut (Results 1 - 21 of 21) sorted by relevance

/external/e2fsprogs/lib/blkid/
H A Dgetsize.c79 struct utsname ut; local
106 if ((uname(&ut) == 0) &&
107 ((ut.release[0] == '2') && (ut.release[1] == '.') &&
108 (ut.release[2] < '6') && (ut.release[3] == '.')))
/external/chromium/third_party/icu/source/common/
H A Dubrk.cpp170 UText ut = UTEXT_INITIALIZER; local
171 utext_openUChars(&ut, text, textLength, status);
172 brit->setText(&ut, *status);
H A Drbbi.cpp327 void RuleBasedBreakIterator::setText(UText *ut, UErrorCode &status) { argument
332 fText = utext_clone(fText, ut, FALSE, TRUE, &status);
H A Dutext.cpp33 utext_access(UText *ut, int64_t index, UBool forward) { argument
34 return ut->pFuncs->access(ut, index, forward);
40 utext_moveIndex32(UText *ut, int32_t delta) { argument
44 if(ut->chunkOffset>=ut->chunkLength && !utext_access(ut, ut->chunkNativeLimit, TRUE)) {
47 c = ut->chunkContents[ut
80 utext_nativeLength(UText *ut) argument
86 utext_isLengthExpensive(const UText *ut) argument
93 utext_getNativeIndex(const UText *ut) argument
103 utext_setNativeIndex(UText *ut, int64_t index) argument
137 utext_getPreviousNativeIndex(UText *ut) argument
180 utext_current32(UText *ut) argument
234 utext_char32At(UText *ut, int64_t nativeIndex) argument
261 utext_next32(UText *ut) argument
301 utext_previous32(UText *ut) argument
341 utext_next32From(UText *ut, int64_t index) argument
370 utext_previous32From(UText *ut, int64_t index) argument
418 utext_extract(UText *ut, int64_t start, int64_t limit, UChar *dest, int32_t destCapacity, UErrorCode *status) argument
454 utext_isWritable(const UText *ut) argument
462 utext_freeze(UText *ut) argument
469 utext_hasMetaData(const UText *ut) argument
478 utext_replace(UText *ut, int64_t nativeStart, int64_t nativeLimit, const UChar *replacementText, int32_t replacementLength, UErrorCode *status) argument
495 utext_copy(UText *ut, int64_t nativeStart, int64_t nativeLimit, int64_t destIndex, UBool move, UErrorCode *status) argument
554 UText ut; member in struct:ExtendedUText
561 utext_setup(UText *ut, int32_t extraSpace, UErrorCode *status) argument
648 utext_close(UText *ut) argument
701 invalidateChunk(UText *ut) argument
886 utf8TextLength(UText *ut) argument
912 utf8TextAccess(UText *ut, int64_t index, UBool forward) argument
1460 utf8TextExtract(UText *ut, int64_t start, int64_t limit, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
1517 utf8TextMapOffsetToNative(const UText *ut) argument
1530 utf8TextMapIndexToUTF16(const UText *ut, int64_t index64) argument
1573 utf8TextClose(UText *ut) argument
1609 utext_openUTF8(UText *ut, const char *s, int64_t length, UErrorCode *status) argument
1698 repTextClose(UText *ut) argument
1711 repTextLength(UText *ut) argument
1719 repTextAccess(UText *ut, int64_t index, UBool forward) argument
1836 repTextExtract(UText *ut, int64_t start, int64_t limit, UChar *dest, int32_t destCapacity, UErrorCode *status) argument
1877 repTextReplace(UText *ut, int64_t start, int64_t limit, const UChar *src, int32_t length, UErrorCode *status) argument
1934 repTextCopy(UText *ut, int64_t start, int64_t limit, int64_t destIndex, UBool move, UErrorCode *status) argument
2014 utext_openReplaceable(UText *ut, Replaceable *rep, UErrorCode *status) argument
2082 unistrTextClose(UText *ut) argument
2101 unistrTextAccess(UText *ut, int64_t index, UBool forward) argument
2147 unistrTextReplace(UText *ut, int64_t start, int64_t limit, const UChar *src, int32_t length, UErrorCode *pErrorCode) argument
2192 unistrTextCopy(UText *ut, int64_t start, int64_t limit, int64_t destIndex, UBool move, UErrorCode *pErrorCode) argument
2266 utext_openUnicodeString(UText *ut, UnicodeString *s, UErrorCode *status) argument
2288 utext_openConstUnicodeString(UText *ut, const UnicodeString *s, UErrorCode *status) argument
2355 ucstrTextClose(UText *ut) argument
2369 ucstrTextLength(UText *ut) argument
2391 ucstrTextAccess(UText *ut, int64_t index, UBool forward) argument
2480 ucstrTextExtract(UText *ut, int64_t start, int64_t limit, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
2582 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status) argument
2632 charIterTextClose(UText *ut) argument
2642 charIterTextLength(UText *ut) argument
2647 charIterTextAccess(UText *ut, int64_t index, UBool forward) argument
2740 charIterTextExtract(UText *ut, int64_t start, int64_t limit, UChar *dest, int32_t destCapacity, UErrorCode *status) argument
2798 utext_openCharacterIterator(UText *ut, CharacterIterator *ci, UErrorCode *status) argument
[all...]
/external/icu4c/common/
H A Dubrk.cpp170 UText ut = UTEXT_INITIALIZER; local
171 utext_openUChars(&ut, text, textLength, status);
172 brit->setText(&ut, *status);
H A Drbbi.cpp329 void RuleBasedBreakIterator::setText(UText *ut, UErrorCode &status) { argument
334 fText = utext_clone(fText, ut, FALSE, TRUE, &status);
H A Dutext.cpp34 utext_access(UText *ut, int64_t index, UBool forward) { argument
35 return ut->pFuncs->access(ut, index, forward);
41 utext_moveIndex32(UText *ut, int32_t delta) { argument
45 if(ut->chunkOffset>=ut->chunkLength && !utext_access(ut, ut->chunkNativeLimit, TRUE)) {
48 c = ut->chunkContents[ut
81 utext_nativeLength(UText *ut) argument
87 utext_isLengthExpensive(const UText *ut) argument
94 utext_getNativeIndex(const UText *ut) argument
104 utext_setNativeIndex(UText *ut, int64_t index) argument
138 utext_getPreviousNativeIndex(UText *ut) argument
181 utext_current32(UText *ut) argument
235 utext_char32At(UText *ut, int64_t nativeIndex) argument
262 utext_next32(UText *ut) argument
302 utext_previous32(UText *ut) argument
342 utext_next32From(UText *ut, int64_t index) argument
371 utext_previous32From(UText *ut, int64_t index) argument
419 utext_extract(UText *ut, int64_t start, int64_t limit, UChar *dest, int32_t destCapacity, UErrorCode *status) argument
810 utext_isWritable(const UText *ut) argument
818 utext_freeze(UText *ut) argument
825 utext_hasMetaData(const UText *ut) argument
834 utext_replace(UText *ut, int64_t nativeStart, int64_t nativeLimit, const UChar *replacementText, int32_t replacementLength, UErrorCode *status) argument
851 utext_copy(UText *ut, int64_t nativeStart, int64_t nativeLimit, int64_t destIndex, UBool move, UErrorCode *status) argument
910 UText ut; member in struct:ExtendedUText
917 utext_setup(UText *ut, int32_t extraSpace, UErrorCode *status) argument
1004 utext_close(UText *ut) argument
1057 invalidateChunk(UText *ut) argument
1242 utf8TextLength(UText *ut) argument
1268 utf8TextAccess(UText *ut, int64_t index, UBool forward) argument
1816 utf8TextExtract(UText *ut, int64_t start, int64_t limit, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
1874 utf8TextMapOffsetToNative(const UText *ut) argument
1887 utf8TextMapIndexToUTF16(const UText *ut, int64_t index64) argument
1930 utf8TextClose(UText *ut) argument
1966 utext_openUTF8(UText *ut, const char *s, int64_t length, UErrorCode *status) argument
2055 repTextClose(UText *ut) argument
2068 repTextLength(UText *ut) argument
2076 repTextAccess(UText *ut, int64_t index, UBool forward) argument
2193 repTextExtract(UText *ut, int64_t start, int64_t limit, UChar *dest, int32_t destCapacity, UErrorCode *status) argument
2236 repTextReplace(UText *ut, int64_t start, int64_t limit, const UChar *src, int32_t length, UErrorCode *status) argument
2293 repTextCopy(UText *ut, int64_t start, int64_t limit, int64_t destIndex, UBool move, UErrorCode *status) argument
2373 utext_openReplaceable(UText *ut, Replaceable *rep, UErrorCode *status) argument
2441 unistrTextClose(UText *ut) argument
2460 unistrTextAccess(UText *ut, int64_t index, UBool forward) argument
2509 unistrTextReplace(UText *ut, int64_t start, int64_t limit, const UChar *src, int32_t length, UErrorCode *pErrorCode) argument
2554 unistrTextCopy(UText *ut, int64_t start, int64_t limit, int64_t destIndex, UBool move, UErrorCode *pErrorCode) argument
2628 utext_openUnicodeString(UText *ut, UnicodeString *s, UErrorCode *status) argument
2650 utext_openConstUnicodeString(UText *ut, const UnicodeString *s, UErrorCode *status) argument
2717 ucstrTextClose(UText *ut) argument
2731 ucstrTextLength(UText *ut) argument
2753 ucstrTextAccess(UText *ut, int64_t index, UBool forward) argument
2842 ucstrTextExtract(UText *ut, int64_t start, int64_t limit, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
2944 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status) argument
2994 charIterTextClose(UText *ut) argument
3004 charIterTextLength(UText *ut) argument
3009 charIterTextAccess(UText *ut, int64_t index, UBool forward) argument
3102 charIterTextExtract(UText *ut, int64_t start, int64_t limit, UChar *dest, int32_t destCapacity, UErrorCode *status) argument
3165 utext_openCharacterIterator(UText *ut, CharacterIterator *ci, UErrorCode *status) argument
[all...]
/external/e2fsprogs/debugfs/
H A Ddump.c70 struct utimbuf ut; local
94 ut.actime = inode->i_atime;
95 ut.modtime = inode->i_mtime;
96 if (utime(name, &ut) == -1)
/external/e2fsprogs/util/
H A Dsubst.c315 struct utimbuf ut; local
386 ut.actime = stbuf.st_atime;
387 ut.modtime = time(0);
388 if (utime(outfn, &ut) < 0)
/external/chromium/third_party/icu/source/test/cintltst/
H A Dcbiapts.c320 UText *ut = NULL; local
333 ut = utext_openUChars(ut, s2, -1, &status);
334 ubrk_setUText(bb, ut, &status);
340 utext_close(ut);
673 UText *ut = utext_openUTF8(NULL, UTF8Str, -1, &status); local
682 ubrk_setUText(bi, ut, &status);
703 utext_close(ut);
/external/e2fsprogs/lib/ext2fs/
H A Dunix_io.c382 struct utsname ut; local
442 (uname(&ut) == 0) &&
443 ((ut.release[0] == '2') && (ut.release[1] == '.') &&
444 (ut.release[2] == '4') && (ut.release[3] == '.') &&
445 (ut.release[4] == '1') && (ut.release[5] >= '0') &&
446 (ut.release[5] < '8')) &&
/external/icu4c/test/cintltst/
H A Dcbiapts.c322 UText *ut = NULL; local
335 ut = utext_openUChars(ut, s2, -1, &status);
336 ubrk_setUText(bb, ut, &status);
342 utext_close(ut);
675 UText *ut = utext_openUTF8(NULL, UTF8Str, -1, &status); local
684 ubrk_setUText(bi, ut, &status);
705 utext_close(ut);
/external/chromium/third_party/icu/source/test/intltest/
H A Drbbiapts.cpp321 UText *ut = utext_openUTF8(NULL, s1, -1, &status); local
322 wordIter1->setText(ut, status);
368 utext_close(ut);
H A Dutxttest.cpp26 UText *openFragmentedUnicodeString(UText *ut, UnicodeString *s, UErrorCode *status);
164 UText *ut = NULL; local
190 ut = utext_openUChars(NULL, buf, -1, &status);
192 TestAccess(sa, ut, cpCount, cpMap);
193 utext_close(ut);
201 ut = utext_openUChars(NULL, buf, saLen, &status);
203 TestAccess(sa, ut, cpCount, cpMap);
204 utext_close(ut);
210 ut = utext_openUnicodeString(NULL, &sa, &status);
212 TestAccess(sa, ut, cpCoun
296 TestCMR(const UnicodeString &us, UText *ut, int cpCount, m *nativeMap, m *u16Map) argument
403 TestCopyMove(const UnicodeString &us, UText *ut, UBool move, int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest, int32_t u16Start, int32_t u16Limit, int32_t u16Dest) argument
476 TestReplace( const UnicodeString &us, UText *ut, int32_t nativeStart, int32_t nativeLimit, int32_t u16Start, int32_t u16Limit, const UnicodeString &repStr) argument
550 TestAccess(const UnicodeString &us, UText *ut, int cpCount, m *cpMap) argument
583 TestAccessNoClone(const UnicodeString &us, UText *ut, int cpCount, m *cpMap) argument
847 UText ut; local
856 UText ut = UTEXT_INITIALIZER; local
877 UText ut = UTEXT_INITIALIZER; local
911 UText ut = UTEXT_INITIALIZER; local
935 UText *ut = NULL; local
1008 UText *ut = utext_openUTF8(NULL, u8str, -1, &status); local
1081 UText *ut = utext_openUnicodeString(NULL, &u16str, &status); local
1149 UText *ut = utext_openReplaceable(NULL, &u16str, &status); local
1215 UText *ut = NULL; local
1305 fragTextAccess(UText *ut, int64_t index, UBool forward) argument
1366 openFragmentedUnicodeString(UText *ut, UnicodeString *s, UErrorCode *status) argument
1435 UText *ut = utext_openUChars(NULL, s, -1, &status); local
[all...]
/external/dropbear/
H A Dloginrec.c166 void set_utmp_time(struct logininfo *li, struct utmp *ut);
167 void construct_utmp(struct logininfo *li, struct utmp *ut);
171 void set_utmpx_time(struct logininfo *li, struct utmpx *ut);
172 void construct_utmpx(struct logininfo *li, struct utmpx *ut);
477 set_utmp_time(struct logininfo *li, struct utmp *ut) argument
480 ut->ut_tv.tv_sec = li->tv_sec;
481 ut->ut_tv.tv_usec = li->tv_usec;
484 ut->ut_time = li->tv_sec;
491 struct utmp *ut)
496 memset(ut, '\
490 construct_utmp(struct logininfo *li, struct utmp *ut) argument
665 utmp_write_library(struct logininfo *li, struct utmp *ut) argument
680 utmp_write_direct(struct logininfo *li, struct utmp *ut) argument
741 struct utmp ut; local
762 struct utmp ut; local
904 wtmp_write(struct logininfo *li, struct utmp *ut) argument
928 struct utmp ut; local
938 struct utmp ut; local
978 wtmp_islogin(struct logininfo *li, struct utmp *ut) argument
996 struct utmp ut; local
1221 struct utmp *ut; local
[all...]
/external/ipsec-tools/src/racoon/
H A Disakmp_cfg.c1654 struct utmp ut; local
1668 strncpy(ut.ut_name, usr, UT_NAMESIZE);
1669 ut.ut_name[UT_NAMESIZE - 1] = '\0';
1671 strncpy(ut.ut_line, term, UT_LINESIZE);
1672 ut.ut_line[UT_LINESIZE - 1] = '\0';
1675 strncpy(ut.ut_host, addr, UT_HOSTSIZE);
1676 ut.ut_host[UT_HOSTSIZE - 1] = '\0';
1678 ut.ut_time = time(NULL);
1682 ut.ut_name, ut
[all...]
/external/icu4c/i18n/
H A Drematch.cpp1365 static UBool compat_SyncMutableUTextContents(UText *ut);
1366 static UBool compat_SyncMutableUTextContents(UText *ut) { argument
1372 if (utext_nativeLength(ut) != ut->nativeIndexingLimit) {
1373 UnicodeString *us=(UnicodeString *)ut->context;
1376 // For example, (utext_nativeLength(ut) != ut->nativeIndexingLimit).
1381 ut->chunkContents = us->getBuffer();
1382 ut->chunkLength = newLength;
1383 ut
[all...]
/external/icu4c/test/intltest/
H A Dutxttest.cpp26 UText *openFragmentedUnicodeString(UText *ut, UnicodeString *s, UErrorCode *status);
166 UText *ut = NULL; local
192 ut = utext_openUChars(NULL, buf, -1, &status);
194 TestAccess(sa, ut, cpCount, cpMap);
195 utext_close(ut);
203 ut = utext_openUChars(NULL, buf, saLen, &status);
205 TestAccess(sa, ut, cpCount, cpMap);
206 utext_close(ut);
212 ut = utext_openUnicodeString(NULL, &sa, &status);
214 TestAccess(sa, ut, cpCoun
298 TestCMR(const UnicodeString &us, UText *ut, int cpCount, m *nativeMap, m *u16Map) argument
405 TestCopyMove(const UnicodeString &us, UText *ut, UBool move, int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest, int32_t u16Start, int32_t u16Limit, int32_t u16Dest) argument
478 TestReplace( const UnicodeString &us, UText *ut, int32_t nativeStart, int32_t nativeLimit, int32_t u16Start, int32_t u16Limit, const UnicodeString &repStr) argument
552 TestAccess(const UnicodeString &us, UText *ut, int cpCount, m *cpMap) argument
585 TestAccessNoClone(const UnicodeString &us, UText *ut, int cpCount, m *cpMap) argument
1321 UText ut; local
1330 UText ut = UTEXT_INITIALIZER; local
1351 UText ut = UTEXT_INITIALIZER; local
1385 UText ut = UTEXT_INITIALIZER; local
1409 UText *ut = NULL; local
1482 UText *ut = utext_openUTF8(NULL, u8str, -1, &status); local
1555 UText *ut = utext_openUnicodeString(NULL, &u16str, &status); local
1623 UText *ut = utext_openReplaceable(NULL, &u16str, &status); local
1689 UText *ut = NULL; local
1779 fragTextAccess(UText *ut, int64_t index, UBool forward) argument
1840 openFragmentedUnicodeString(UText *ut, UnicodeString *s, UErrorCode *status) argument
1909 UText *ut = utext_openUChars(NULL, s, -1, &status); local
[all...]
/external/e2fsprogs/misc/
H A Dmke2fs.c965 struct utsname ut; local
1019 if (uname(&ut)) {
1023 linux_version_code = parse_version_number(ut.release);
/external/strace/
H A Dfile.c1906 long ut[2]; local
1915 else if (umoven(tcp, tcp->u_arg[1], sizeof ut,
1916 (char *) ut) < 0)
1919 tprintf("[%s,", sprinttime(ut[0]));
1920 tprintf(" %s]", sprinttime(ut[1]));
/external/ppp/pppd/
H A Dsys-linux.c2148 struct utmp ut, *utp; local
2164 memcpy(&ut, utp, sizeof(ut));
2167 memset(&ut, 0, sizeof(ut));
2169 if (ut.ut_id[0] == 0)
2170 strncpy(ut.ut_id, line + 3, sizeof(ut.ut_id));
2172 strncpy(ut.ut_user, name, sizeof(ut
[all...]

Completed in 477 milliseconds