HomeSort by relevance Sort by last modified time
    Searched defs:ut (Results 1 - 25 of 27) sorted by null

1 2

  /bionic/libc/bionic/
utmp.c 46 static FILE *ut; variable
52 if (ut == NULL)
54 (void)fseeko(ut, (off_t)0, SEEK_SET);
60 if (ut == NULL) {
61 if ((ut = fopen(utfile, "r")) == NULL)
64 if (fread(&utmp, sizeof(utmp), 1, ut) == 1)
72 if (ut != NULL) {
73 (void)fclose(ut);
74 ut = NULL;
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
JSystem.cs 51 public static TextWriter @out property in class:Antlr.Runtime.JavaExtensions.JSystem
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
JSystem.cs 50 public static TextWriter @out property in class:Antlr.Runtime.JavaExtensions.JSystem
  /external/e2fsprogs/lib/blkid/
getsize.c 79 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] == '.')))
probe.c 250 struct utsname ut; local
259 if (uname(&ut))
261 cp = ut.release;
    [all...]
  /external/icu4c/common/
ubrk.cpp 170 UText ut = UTEXT_INITIALIZER; local
171 utext_openUChars(&ut, text, textLength, status);
172 brit->setText(&ut, *status);
utext.cpp 37 utext_access(UText *ut, int64_t index, UBool forward) {
38 return ut->pFuncs->access(ut, index, forward);
44 utext_moveIndex32(UText *ut, int32_t delta) {
48 if(ut->chunkOffset>=ut->chunkLength && !utext_access(ut, ut->chunkNativeLimit, TRUE)) {
51 c = ut->chunkContents[ut->chunkOffset]
558 UText ut; member in struct:ExtendedUText
    [all...]
  /external/libppp/src/
id.c 205 ID0login(struct utmp *ut)
208 if (logout(ut->ut_line)) {
209 log_Printf(LogID0, "logout(\"%s\")\n", ut->ut_line);
210 logwtmp(ut->ut_line, "", "");
211 log_Printf(LogID0, "logwtmp(\"%s\", \"\", \"\")\n", ut->ut_line);
213 login(ut);
215 ut->ut_line, (int)(sizeof ut->ut_name), ut->ut_name);
222 struct utmp ut; local
    [all...]
physical.c 924 struct utmp ut; local
928 memset(&ut, 0, sizeof ut);
929 ut.ut_time = time(NULL);
930 strncpy(ut.ut_name, name, sizeof ut.ut_name);
933 strncpy(ut.ut_line, PPPOTCPLINE, sizeof ut.ut_line);
934 strncpy(ut.ut_host, p->name.base, sizeof ut.ut_host)
    [all...]
  /external/e2fsprogs/debugfs/
dump.c 70 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/
subst.c 313 struct utimbuf ut; local
384 ut.actime = stbuf.st_atime;
385 ut.modtime = time(0);
386 if (utime(outfn, &ut) < 0)
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicYuvToRGB.cpp 202 uchar ut = u[x1]; local
204 *out = rsYuvToRGBA_uchar4(Y[x1], ut, vt);
207 *out = rsYuvToRGBA_uchar4(Y[x1], ut, vt);
  /build/libs/host/
CopyFile.c 162 struct utimbuf ut; local
169 ut.actime = pSrcStat->st_atime;
170 ut.modtime = pSrcStat->st_mtime;
172 ut.modtime += 1;
173 if (utime(dst, &ut) != 0) {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
RemoteDebugEventSocketListener.cs 53 TextWriter @out; field in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
RemoteDebugEventSocketListener.cs 56 TextWriter @out; field in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener
  /external/icu4c/tools/gendict/
gendict.cpp 154 UCharsTrieBuilder *ut; member in class:DataDict
162 DataDict(UBool isBytesTrie, UErrorCode &status) : bt(NULL), ut(NULL),
167 ut = new UCharsTrieBuilder(status);
173 delete ut;
233 if (ut) { ut->add(word, value, status); }
243 ut->buildUnicodeString(USTRINGTRIE_BUILD_SMALL, s, status);
  /external/dropbear/
loginrec.c 166 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)
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, '\0', sizeof(*ut))
741 struct utmp ut; local
762 struct utmp ut; local
928 struct utmp ut; local
938 struct utmp ut; local
996 struct utmp ut; local
1221 struct utmp *ut; local
    [all...]
  /external/e2fsprogs/lib/ext2fs/
unix_io.c 434 struct utsname ut; local
541 (uname(&ut) == 0) &&
542 ((ut.release[0] == '2') && (ut.release[1] == '.') &&
543 (ut.release[2] == '4') && (ut.release[3] == '.') &&
544 (ut.release[4] == '1') && (ut.release[5] >= '0') &&
545 (ut.release[5] < '8')) &&
  /external/openssh/
loginrec.c 192 void set_utmp_time(struct logininfo *li, struct utmp *ut);
193 void construct_utmp(struct logininfo *li, struct utmp *ut);
197 void set_utmpx_time(struct logininfo *li, struct utmpx *ut);
198 void construct_utmpx(struct logininfo *li, struct utmpx *ut);
633 set_utmp_time(struct logininfo *li, struct utmp *ut)
636 ut->ut_tv.tv_sec = li->tv_sec;
637 ut->ut_tv.tv_usec = li->tv_usec;
639 ut->ut_time = li->tv_sec;
645 struct utmp *ut)
651 memset(ut, '\0', sizeof(*ut))
925 struct utmp ut; local
946 struct utmp ut; local
1114 struct utmp ut; local
1124 struct utmp ut; local
1183 struct utmp ut; local
1417 struct utmp *ut; local
1663 struct utmp ut; local
    [all...]
  /external/icu4c/test/cintltst/
cbiapts.c 329 UText *ut = NULL; local
342 ut = utext_openUChars(ut, s2, -1, &status);
343 ubrk_setUText(bb, ut, &status);
349 utext_close(ut);
683 UText *ut = utext_openUTF8(NULL, UTF8Str, -1, &status); local
692 ubrk_setUText(bi, ut, &status);
713 utext_close(ut);
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp_cfg.c 1658 struct utmp ut; local
    [all...]
  /frameworks/native/cmds/installd/
commands.c 632 struct utimbuf ut; local
727 ut.actime = apk_stat.st_atime;
728 ut.modtime = apk_stat.st_mtime;
729 utime(dex_path, &ut);
    [all...]
  /external/icu4c/test/intltest/
utxttest.cpp 25 UText *openFragmentedUnicodeString(UText *ut, UnicodeString *s, UErrorCode *status);
163 UText *ut = NULL; local
189 ut = utext_openUChars(NULL, buf, -1, &status);
191 TestAccess(sa, ut, cpCount, cpMap);
192 utext_close(ut);
200 ut = utext_openUChars(NULL, buf, saLen, &status);
202 TestAccess(sa, ut, cpCount, cpMap);
203 utext_close(ut);
209 ut = utext_openUnicodeString(NULL, &sa, &status);
211 TestAccess(sa, ut, cpCount, cpMap)
844 UText ut; local
853 UText ut = UTEXT_INITIALIZER; local
874 UText ut = UTEXT_INITIALIZER; local
908 UText ut = UTEXT_INITIALIZER; local
932 UText *ut = NULL; local
1005 UText *ut = utext_openUTF8(NULL, u8str, -1, &status); local
1078 UText *ut = utext_openUnicodeString(NULL, &u16str, &status); local
1146 UText *ut = utext_openReplaceable(NULL, &u16str, &status); local
1212 UText *ut = NULL; local
1432 UText *ut = utext_openUChars(NULL, s, -1, &status); local
    [all...]
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
Status.java 528 long ut = SystemClock.elapsedRealtime() / 1000; local
530 if (ut == 0) {
531 ut = 1;
534 mUptime.setSummary(convert(ut));
  /external/e2fsprogs/misc/
mke2fs.c 1199 struct utsname ut; local
1253 if (uname(&ut)) {
1257 linux_version_code = parse_version_number(ut.release);
    [all...]

Completed in 1488 milliseconds

1 2