Searched refs:ctlfile (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/usr.sbin/gpioctl/
H A Dgpioctl.c188 char *ctlfile = NULL; local
204 ctlfile = optarg;
228 if (ctlfile == NULL)
231 fd = open(ctlfile, O_RDONLY);

Completed in 71 milliseconds