/minix3/external/bsd/libevent/dist/include/event2/ |
H A D | util.h | 380 #define evutil_timeradd(tvp, uvp, vvp) timeradd((tvp), (uvp), (vvp)) argument 381 #define evutil_timersub(tvp, uvp, vvp) timersub((tvp), (uvp), (vvp)) argument 383 #define evutil_timeradd(tvp, uvp, vvp) \ argument 392 #define evutil_timersub(tvp, uvp, vvp) \ argument 404 #define evutil_timerclear(tvp) timerclear(tvp) argument 406 #define evutil_timerclear(tvp) (tvp)->tv_sec = (tvp)->tv_usec = 0 argument 412 #define evutil_timercmp(tvp, uvp, cmp) \ argument 418 #define evutil_timerisset(tvp) timerisset(tvp) argument 420 #define evutil_timerisset(tvp) ((tvp)->tv_sec || (tvp)->tv_usec) argument
|
/minix3/lib/libc/gen/ |
H A D | utime.c | 52 struct timeval tv[2], *tvp; in utime() local
|
/minix3/lib/libc/compat/gen/ |
H A D | compat_utime.c | 64 struct timeval tv[2], *tvp; in __weak_alias() local
|
/minix3/external/bsd/tmux/dist/ |
H A D | compat.h | 145 #define timercmp(tvp, uvp, cmp) \ argument 152 #define timeradd(tvp, uvp, vvp) \ argument 164 #define timersub(tvp, uvp, vvp) \ argument
|
/minix3/sys/sys/ |
H A D | time.h | 71 #define timerclear(tvp) (tvp)->tv_sec = (tvp)->tv_usec = 0L argument 72 #define timerisset(tvp) ((tvp)->tv_sec || (tvp)->tv_usec) argument 73 #define timercmp(tvp, uvp, cmp) \ argument 77 #define timeradd(tvp, uvp, vvp) \ argument 86 #define timersub(tvp, uvp, vvp) \ argument
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/ |
H A D | debug-info-alias.cpp | 33 tv<int> *tvp; variable
|
/minix3/crypto/external/bsd/heimdal/dist/lib/krb5/ |
H A D | net_write.c | 57 struct timeval tv, *tvp; in krb5_net_write_block() local
|
/minix3/games/tetris/ |
H A D | input.c | 75 rwait(struct timeval *tvp) in rwait()
|
/minix3/sys/ufs/lfs/ |
H A D | lfs_rename.c | 161 struct vnode *tdvp, struct vnode *tvp) in ulfs_gro_rename_check_possible() 199 struct vnode *tdvp, struct vnode *tvp) in ulfs_gro_rename_check_permitted() 745 void *tde, struct vnode *tvp) in ulfs_gro_rename() 1032 void *tde, struct vnode *tvp) in lfs_gro_rename()
|
H A D | lfs_vnops.c | 846 struct vnode *dvp, *tvp, **vpp; in lfs_mkdir() local 1762 struct timeval *tvp; in lfs_fcntl() local
|
H A D | ulfs_lookup.c | 758 struct vnode *tvp, in ulfs_direnter()
|
/minix3/sys/fs/udf/ |
H A D | udf_rename.c | 162 struct vnode *tdvp, struct vnode *tvp) in udf_gro_rename_check_possible() 199 struct vnode *tdvp, struct vnode *tvp) in udf_gro_rename_check_permitted() 325 void *tde, struct vnode *tvp) in udf_gro_rename()
|
/minix3/sys/ufs/ext2fs/ |
H A D | ext2fs_rename.c | 145 struct vnode *tdvp, struct vnode *tvp) in ext2fs_gro_rename_check_possible() 183 struct vnode *tdvp, struct vnode *tvp) in ext2fs_gro_rename_check_permitted() 274 void *tde, struct vnode *tvp) in ext2fs_gro_rename()
|
H A D | ext2fs_vnops.c | 661 struct vnode *tvp; in ext2fs_mkdir() local 1033 struct vnode *tvp; in ext2fs_makeinode() local
|
/minix3/sys/ufs/ufs/ |
H A D | ufs_rename.c | 147 struct vnode *tdvp, struct vnode *tvp) in ufs_gro_rename_check_possible() 185 struct vnode *tdvp, struct vnode *tvp) in ufs_gro_rename_check_permitted() 285 void *tde, struct vnode *tvp) in ufs_gro_rename()
|
H A D | ufs_vnops.c | 939 struct vnode *dvp = ap->a_dvp, *tvp; in ufs_mkdir() local 1772 struct vnode *tvp; in ufs_makeinode() local
|
H A D | ufs_lookup.c | 772 struct vnode *tvp, struct direct *dirp,
|
/minix3/external/bsd/dhcp/dist/common/ |
H A D | dispatch.c | 50 struct timeval *process_outstanding_timeouts (struct timeval *tvp) in process_outstanding_timeouts()
|
/minix3/external/bsd/bind/dist/lib/isc/pthreads/ |
H A D | mutex.c | 39 #define timevalclear(tvp) ((tvp)->tv_sec = (tvp)->tv_usec = 0) argument
|
/minix3/tools/compat/ |
H A D | compat_defs.h | 1221 #define timercmp(tvp, uvp, cmp) \ argument 1227 #define timeradd(tvp, uvp, vvp) \ argument 1238 #define timersub(tvp, uvp, vvp) \ argument
|
/minix3/external/bsd/dhcpcd/dist/ |
H A D | eloop.c | 114 struct timeval tv, *tvp; in pollts() local
|
/minix3/external/bsd/bind/dist/lib/isc/unix/ |
H A D | app.c | 457 struct timeval tv, *tvp; in evloop() local
|
/minix3/lib/libc/resolv/ |
H A D | res_send.c | 1207 struct timeval tv, *tvp; in pselect() local
|
/minix3/external/bsd/tcpdump/dist/ |
H A D | util.c | 198 register const struct timeval *tvp) in ts_print()
|
/minix3/bin/ksh/ |
H A D | c_ksh.c | 796 struct tbl *tvp; local
|