Home
last modified time | relevance | path

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

/openbsd-src/regress/sys/dev/wscons/
H A Dsigio.c43 static int test_common_setown(int, int);
87 return test_common_setown(fd, 1); in test_setown_fcntl()
93 return test_common_setown(fd, 0); in test_setown_ioctl()
233 test_common_setown(int fd, int dofcntl) in test_common_setown() function