OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timebuf
(Results
1 - 14
of
14
) sorted by null
/bionic/libc/include/sys/
timeb.h
42
extern int ftime(struct timeb*
timebuf
);
/development/ndk/platforms/android-3/include/sys/
timeb.h
42
extern int ftime(struct timeb*
timebuf
);
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
timeb.h
42
extern int ftime(struct timeb*
timebuf
);
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
timeb.h
42
extern int ftime(struct timeb*
timebuf
);
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
timeb.h
42
extern int ftime(struct timeb*
timebuf
);
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
timeb.h
42
extern int ftime(struct timeb*
timebuf
);
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
timeb.h
42
extern int ftime(struct timeb*
timebuf
);
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
timeb.h
42
extern int ftime(struct timeb*
timebuf
);
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/sys/
timeb.h
42
extern int ftime(struct timeb*
timebuf
);
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/sys/
timeb.h
42
extern int ftime(struct timeb*
timebuf
);
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/sys/
timeb.h
42
extern int ftime(struct timeb*
timebuf
);
/ndk/sources/host-tools/sed-4.2.1/lib/
gettimeofday.c
128
struct _timeb
timebuf
;
129
_ftime (&
timebuf
);
130
tv->tv_sec =
timebuf
.time;
131
tv->tv_usec =
timebuf
.millitm * 1000;
/external/ppp/pppd/plugins/rp-pppoe/
debug.c
95
char
timebuf
[256];
local
103
strftime(
timebuf
, 256, "%H:%M:%S", lt);
104
fprintf(fp, "%s.%03d %s PPPoE ",
timebuf
, millisec, dir);
/external/blktrace/
blkparse_fmt.c
86
static char
timebuf
[128];
local
99
snprintf(
timebuf
, sizeof(
timebuf
),
105
return
timebuf
;
Completed in 1066 milliseconds