Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/watch/
H A Dwatch.c71 const char *opt_snpdev; variable
159 if (opt_snpdev == NULL) in open_snp()
162 f = open(opt_snpdev, mode); in open_snp()
317 opt_snpdev = optarg; in main()