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

/freebsd-10.0-release/usr.sbin/gpioctl/
H A Dgpioctl.c190 char *ctlfile = NULL; local
206 ctlfile = optarg;
230 if (ctlfile == NULL)
231 ctlfile = defctlfile;
233 fd = open(ctlfile, O_RDONLY);

Completed in 52 milliseconds