HomeSort by: relevance | last modified time | path
    Searched defs:confh (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/ldpd/
conffile.c 126 int confh = open(fname, O_RDONLY, 0); local in function:conf_parsefile
128 if (confh == -1 || fstat(confh, &fs) == -1 ||
129 (mapped = mmap(NULL, fs.st_size, PROT_READ, MAP_SHARED, confh, 0))
131 if (confh != -1)
132 close(confh);
157 close(confh);
161 close(confh);

Completed in 12 milliseconds