HomeSort by: relevance | last modified time | path
    Searched refs:confh (Results 1 - 2 of 2) 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);
  /src/common/dist/zlib/
make_vms.com 713 $ open/append confh 'th'
714 $ write confh 'p1'
715 $ close confh

Completed in 14 milliseconds