Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/
H A Dtouch.c47 Dir stbuff; in touch() local
50 nulldir(&stbuff); in touch()
51 stbuff.mtime = now; in touch()
52 if(dirwstat(name, &stbuff) >= 0) in touch()
62 dirfwstat(fd, &stbuff); in touch()
/plan9/sys/src/ape/cmd/make/
H A Ddosys.c247 struct stat stbuff; in touch() local
251 if( stat(name,&stbuff) < 0) in touch()
260 if(stbuff.st_size == 0) in touch()