Home
last modified time | relevance | path

Searched defs:nocreate (Results 1 – 1 of 1) sorted by relevance

/plan9/sys/src/cmd/
H A Dtouch.c18 int nocreate = 0; in main() local
45 touch(int nocreate, char *name) in touch()