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

/freebsd-9.3-release/lib/libstand/
H A Dsplitfs.c107 int conffd; local
124 conffd = open(confname, O_RDONLY);
126 if (conffd == -1)
129 if (fstat(conffd, &sb) < 0) {
131 close(conffd);
136 close(conffd);
144 while (fgetstr(buf, CONF_BUF, conffd) > 0) {
163 close(conffd);

Completed in 73 milliseconds