OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__time_t
(Results
1 - 25
of
126
) sorted by null
1
2
3
4
5
6
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
utime.h
40
__time_t
actime; /* Access time. */
41
__time_t
modtime; /* Modification time. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
utime.h
40
__time_t
actime; /* Access time. */
41
__time_t
modtime; /* Modification time. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
msq.h
41
__time_t
msg_stime; /* time of last msgsnd command */
45
__time_t
msg_rtime; /* time of last msgrcv command */
49
__time_t
msg_ctime; /* time of last change */
shm.h
55
__time_t
shm_atime; /* time of last shmat() */
59
__time_t
shm_dtime; /* time of last shmdt() */
63
__time_t
shm_ctime; /* time of last change by shmctl() */
stat.h
95
__time_t
st_atime; /* Time of last access. */
97
__time_t
st_mtime; /* Time of last modification. */
99
__time_t
st_ctime; /* Time of last status change. */
156
__time_t
st_atime; /* Time of last access. */
158
__time_t
st_mtime; /* Time of last modification. */
160
__time_t
st_ctime; /* Time of last status change. */
sem.h
42
__time_t
sem_otime; /* last semop() time */
44
__time_t
sem_ctime; /* last time changed by semctl() */
time.h
71
__time_t
tv_sec; /* Seconds. */
utmp.h
43
__time_t
ll_time;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
msq.h
41
__time_t
msg_stime; /* time of last msgsnd command */
45
__time_t
msg_rtime; /* time of last msgrcv command */
49
__time_t
msg_ctime; /* time of last change */
shm.h
55
__time_t
shm_atime; /* time of last shmat() */
59
__time_t
shm_dtime; /* time of last shmdt() */
63
__time_t
shm_ctime; /* time of last change by shmctl() */
stat.h
95
__time_t
st_atime; /* Time of last access. */
97
__time_t
st_mtime; /* Time of last modification. */
99
__time_t
st_ctime; /* Time of last status change. */
156
__time_t
st_atime; /* Time of last access. */
158
__time_t
st_mtime; /* Time of last modification. */
160
__time_t
st_ctime; /* Time of last status change. */
sem.h
42
__time_t
sem_otime; /* last semop() time */
44
__time_t
sem_ctime; /* last time changed by semctl() */
time.h
71
__time_t
tv_sec; /* Seconds. */
utmp.h
43
__time_t
ll_time;
/bionic/libc/include/sys/
types.h
90
typedef __kernel_time_t
__time_t
;
typedef
91
typedef
__time_t
time_t;
/development/ndk/platforms/android-L/include/sys/
types.h
90
typedef __kernel_time_t
__time_t
;
typedef
91
typedef
__time_t
time_t;
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/sys/
types.h
90
typedef __kernel_time_t
__time_t
;
typedef
91
typedef
__time_t
time_t;
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/sys/
types.h
90
typedef __kernel_time_t
__time_t
;
typedef
91
typedef
__time_t
time_t;
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/sys/
types.h
90
typedef __kernel_time_t
__time_t
;
typedef
91
typedef
__time_t
time_t;
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/sys/
types.h
90
typedef __kernel_time_t
__time_t
;
typedef
91
typedef
__time_t
time_t;
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/sys/
types.h
90
typedef __kernel_time_t
__time_t
;
typedef
91
typedef
__time_t
time_t;
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/sys/
types.h
90
typedef __kernel_time_t
__time_t
;
typedef
91
typedef
__time_t
time_t;
/development/ndk/platforms/android-3/arch-arm/include/machine/
_types.h
91
typedef int
__time_t
;
typedef
/development/ndk/platforms/android-9/arch-mips/include/machine/
_types.h
108
typedef int
__time_t
;
typedef
/development/ndk/platforms/android-9/arch-x86/include/machine/
_types.h
91
typedef int
__time_t
;
typedef
Completed in 682 milliseconds
1
2
3
4
5
6