Home
last modified time | relevance | path

Searched defs:tptr (Results 1 – 25 of 35) sorted by relevance

12

/netbsd-src/external/lgpl3/gmp/dist/mpf/
H A Dswap.c36 mp_ptr tptr; in mpf_swap() local
/netbsd-src/external/mpl/dhcp/dist/omapip/
H A Dtrace.c135 trace_type_t *tptr, *next; in trace_begin() local
290 void trace_type_stash (trace_type_t *tptr) in trace_type_stash()
391 trace_type_t *tptr, **prev; in trace_index_map_input() local
/netbsd-src/games/adventure/
H A Dwizard.c61 struct tm *tptr; in datime() local
/netbsd-src/usr.bin/gencat/
H A Dgencat.c231 char *tptr; in warning() local
350 char *tptr; in getmsg() local
/netbsd-src/tests/lib/libc/c063/
H A Dt_utimensat.c53 const struct timespec tptr[] = { global() variable
[all...]
/netbsd-src/sys/compat/common/
H A Dvfs_syscalls_50.c203 int flag, const struct timeval50 *tptr) in compat_50_do_sys_utimes()
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-serialize.c578 unsigned char **tptr, size_t objt_size, in ctf_emit_symtypetab_sects()
791 ctf_emit_type_sect (ctf_dict_t *fp, unsigned char **tptr) in ctf_emit_type_sect()
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-serialize.c578 unsigned char **tptr, size_t objt_size, in ctf_emit_symtypetab_sects()
791 ctf_emit_type_sect (ctf_dict_t *fp, unsigned char **tptr) in ctf_emit_type_sect()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddata-streamer-out.cc52 struct lto_char_ptr_base *tptr; in lto_append_block() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddata-streamer-out.c52 struct lto_char_ptr_base *tptr; in lto_append_block() local
/netbsd-src/lib/librumpuser/
H A Drumpuser_pth_dummy.c71 int joinable, int pri, int cpuidx, void **tptr) in rumpuser_thread_create()
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_htable.c1050 ipf_iphmfindgroup(ipf_main_softc_t *softc, void *tptr, void *aptr) in ipf_iphmfindgroup()
1083 ipf_iphmfindip(ipf_main_softc_t *softc, void *tptr, int ipversion, void *aptr, in ipf_iphmfindip()
H A Dip_pool.c749 ipf_pool_search(ipf_main_softc_t *softc, void *tptr, int ipversion, void *dptr, in ipf_pool_search()
/netbsd-src/external/bsd/ipf/dist/
H A Dip_htable.c1103 ipf_iphmfindgroup(softc, tptr, aptr) in ipf_iphmfindgroup() argument
1138 ipf_iphmfindip(softc, tptr, ipversion, aptr, bytes) in ipf_iphmfindip() argument
H A Dip_pool.c769 ipf_pool_search(softc, tptr, ipversion, dptr, bytes) in ipf_pool_search() argument
/netbsd-src/lib/libc/time/
H A Dstrftime.c185 _TimeLocale *tptr = _TIME_LOCALE(loc); _fmt() local
[all...]
/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_fs.c332 get_utimes32(const netbsd32_timevalp_t *tptr, struct timeval *tv, in get_utimes32()
354 get_utimens32(const netbsd32_timespecp_t *tptr, struct timespec *ts, in get_utimens32()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A Dback-mdb.h189 void *tptr; member
/netbsd-src/lib/libukfs/
H A Dukfs.c1119 ukfs_utimes(struct ukfs *ukfs, const char *filename, const struct timeval *tptr) in ukfs_utimes()
1127 const struct timeval *tptr) in ukfs_lutimes()
/netbsd-src/sys/external/bsd/compiler_rt/dist/include/sanitizer/
H A Dnetbsd_syscall_hooks.h726 #define __sanitizer_syscall_pre_compat_50_utimes(path, tptr) \ argument
729 #define __sanitizer_syscall_post_compat_50_utimes(res, path, tptr) \ argument
1080 #define __sanitizer_syscall_pre_compat_50_futimes(fd, tptr) \ argument
1083 #define __sanitizer_syscall_post_compat_50_futimes(res, fd, tptr) \ argument
1433 #define __sanitizer_syscall_pre_compat_50_lutimes(path, tptr) \ argument
1436 #define __sanitizer_syscall_post_compat_50_lutimes(res, path, tptr) \ argument
2279 #define __sanitizer_syscall_pre___utimes50(path, tptr) \ argument
2281 #define __sanitizer_syscall_post___utimes50(res, path, tptr) \ argument
2296 #define __sanitizer_syscall_pre___futimes50(fd, tptr) \ argument
2298 #define __sanitizer_syscall_post___futimes50(res, fd, tptr) \ argument
[all …]
/netbsd-src/sys/rump/librump/rumpkern/
H A Drump_syscalls.c1970 rump___sysimpl_utimes(const char * path, const struct timeval * tptr) in rump___sysimpl_utimes() argument
2474 rump___sysimpl_futimes(int fd, const struct timeval * tptr) in rump___sysimpl_futimes() argument
3110 rump___sysimpl_lutimes(const char * path, const struct timeval * tptr) in rump___sysimpl_lutimes() argument
5029 rump___sysimpl_utimes50(const char * path, const struct timeval * tptr) in rump___sysimpl_utimes50() argument
5089 rump___sysimpl_futimes50(int fd,const struct timeval * tptr) rump___sysimpl_futimes50() argument
5119 rump___sysimpl_lutimes50(const char * path,const struct timeval * tptr) rump___sysimpl_lutimes50() argument
6078 rump___sysimpl_utimensat(int fd,const char * path,const struct timespec * tptr,int flag) rump___sysimpl_utimensat() argument
6231 rump___sysimpl_futimens(int fd,const struct timespec * tptr) rump___sysimpl_futimens() argument
[all...]
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/include/sanitizer/
H A Dnetbsd_syscall_hooks.h730 #define __sanitizer_syscall_pre_compat_50_utimes(path, tptr) \ argument
733 #define __sanitizer_syscall_post_compat_50_utimes(res, path, tptr) \ argument
1106 #define __sanitizer_syscall_pre_compat_50_futimes(fd, tptr) \ argument
1109 #define __sanitizer_syscall_post_compat_50_futimes(res, fd, tptr) \ argument
1459 #define __sanitizer_syscall_pre_compat_50_lutimes(path, tptr) \ argument
1462 #define __sanitizer_syscall_post_compat_50_lutimes(res, path, tptr) \ argument
2307 #define __sanitizer_syscall_pre___utimes50(path, tptr) \ argument
2309 #define __sanitizer_syscall_post___utimes50(res, path, tptr) \ argument
2324 #define __sanitizer_syscall_pre___futimes50(fd, tptr) \ argument
2326 #define __sanitizer_syscall_post___futimes50(res, fd, tptr) \ argument
[all …]
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/include/sanitizer/
H A Dnetbsd_syscall_hooks.h730 #define __sanitizer_syscall_pre_compat_50_utimes(path, tptr) \ argument
733 #define __sanitizer_syscall_post_compat_50_utimes(res, path, tptr) \ argument
1106 #define __sanitizer_syscall_pre_compat_50_futimes(fd, tptr) \ argument
1109 #define __sanitizer_syscall_post_compat_50_futimes(res, fd, tptr) \ argument
1459 #define __sanitizer_syscall_pre_compat_50_lutimes(path, tptr) \ argument
1462 #define __sanitizer_syscall_post_compat_50_lutimes(res, path, tptr) \ argument
2307 #define __sanitizer_syscall_pre___utimes50(path, tptr) \ argument
2309 #define __sanitizer_syscall_post___utimes50(res, path, tptr) \ argument
2324 #define __sanitizer_syscall_pre___futimes50(fd, tptr) \ argument
2326 #define __sanitizer_syscall_post___futimes50(res, fd, tptr) \ argument
[all …]
/netbsd-src/external/mpl/dhcp/dist/common/
H A Ddiscover.c1534 void interface_stash (struct interface_info *tptr)
/netbsd-src/sys/kern/
H A Dvfs_syscalls.c3973 const struct timespec *tptr; sys_utimensat() local
3990 do_sys_utimens(struct lwp * l,struct vnode * vp,const char * path,int flag,const struct timespec * tptr,enum uio_seg seg) do_sys_utimens() argument
3997 do_sys_utimensat(struct lwp * l,int fdat,struct vnode * vp,const char * path,int flag,const struct timespec * tptr,enum uio_seg seg) do_sys_utimensat() argument
4078 do_sys_utimes(struct lwp * l,struct vnode * vp,const char * path,int flag,const struct timeval * tptr,enum uio_seg seg) do_sys_utimes() argument
[all...]

12