Searched refs:confh (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/usr.sbin/ldpd/ |
H A D | conffile.c | 126 int confh = open(fname, O_RDONLY, 0); in conf_parsefile() local 128 if (confh == -1 || fstat(confh, &fs) == -1 || in conf_parsefile() 129 (mapped = mmap(NULL, fs.st_size, PROT_READ, MAP_SHARED, confh, 0)) in conf_parsefile() 131 if (confh != -1) in conf_parsefile() 132 close(confh); in conf_parsefile() 157 close(confh); in conf_parsefile() 161 close(confh); in conf_parsefile()
|
/netbsd-src/common/dist/zlib/ |
H A D | make_vms.com | 713 $ open/append confh 'th' 714 $ write confh 'p1' 715 $ close confh
|
/netbsd-src/external/gpl3/binutils/dist/zlib/ |
H A D | make_vms.com | 713 $ open/append confh 'th' 714 $ write confh 'p1' 715 $ close confh
|
/netbsd-src/external/gpl3/gdb.old/dist/zlib/ |
H A D | make_vms.com | 713 $ open/append confh 'th' 714 $ write confh 'p1' 715 $ close confh
|
/netbsd-src/external/gpl3/gdb/dist/zlib/ |
H A D | make_vms.com | 713 $ open/append confh 'th' 714 $ write confh 'p1' 715 $ close confh
|
/netbsd-src/external/gpl3/binutils.old/dist/zlib/ |
H A D | make_vms.com | 713 $ open/append confh 'th' 714 $ write confh 'p1' 715 $ close confh
|
/netbsd-src/external/gpl3/autoconf/dist/ |
H A D | TODO | 33 be performed in another file than confdefs.h, say confh.h, which is
|