Home
last modified time | relevance | path

Searched refs:tsptr (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/flex/dist/src/
H A Dtblcmp.c682 int tsptr; in mktemplate() local
686 tsptr = 0; in mktemplate()
710 transset[tsptr++] = (unsigned char) i; in mktemplate()
715 mkeccl (transset, tsptr, tecfwd, tecbck, numecs, 0); in mktemplate()
/netbsd-src/sys/kern/
H A Dvfs_syscalls.c4135 struct timespec *tsptr = NULL; in sys_truncate()
4168 tsptr = &ts[0]; in sys_ftruncate()
4171 return do_sys_utimens(l, vp, path, flag, tsptr, UIO_SYSSPACE); in sys_ftruncate()
4081 struct timespec *tsptr = NULL; do_sys_utimes() local