Home
last modified time | relevance | path

Searched refs:hf (Results 1 – 25 of 77) sorted by relevance

1234

/original-bsd/usr.bin/pascal/pxp/
H A Dyymain.c142 register int hf, i; in magic() local
144 hf = open("/usr/lib/npx_header", 0); in magic()
145 if (hf >= 0 && read(hf, buf, HEAD_BYTES) > sizeof header) { in magic()
157 close(hf); in magic()
/original-bsd/usr.bin/pascal/src/
H A Dyymain.c141 register int hf, i; in magic() local
143 hf = open(px_header,0); in magic()
144 if (hf >= 0 && read(hf, (char *) buf, HEADER_BYTES) > sizeof(struct exec)) { in magic()
156 (void) close(hf); in magic()
/original-bsd/old/htable/
H A Dhtable.c36 FILE *hf; /* hosts file */ variable
83 hf = fopen("hosts", "w");
84 if (hf == NULL) {
88 copylocal(hf, "localhosts");
101 copycomments(stdin, hf, DATELINES);
263 putaddr(hf, connect_addr->addr_val);
269 fprintf(hf, "\t# gateway\n");
279 putaddr(hf, al->addr_val);
285 putc('\n', hf);
584 putaddr(hf, gp->g_addr); in dogateways()
[all …]
/original-bsd/old/gettable/
H A Dgettable.c43 register FILE *sfi, *sfo, *hf; local
103 hf = fopen(outfile, "w");
104 if (hf == NULL) {
137 fprintf(hf, "%s\n", buf);
139 fclose(hf);
/original-bsd/local/sccscmds/sccscmds.2/
H A DMakefile11 install -c -m 644 sccs.hf ${DESTDIR}/usr/local/lib/sccs.hf
/original-bsd/local/sccscmds/sccscmds.ok/
H A DMakefile11 install -c -m 644 sccs.hf ${DESTDIR}/usr/local/lib/sccs.hf
/original-bsd/usr.sbin/sendmail/src/Makefiles/
H A DMakefile.uts.systemV59 # location of sendmail.hf file (usually /usr/share/misc or /usr/lib)
125 if [ -f ${HFDIR}/sendmail.hf ]; then \
126 /bin/mv ${HFDIR}/sendmail.hf ${HFDIR}/sendmail.hf.orig; \
151 if [ -f ${HFDIR}/sendmail.hf.orig ]; then \
152 /bin/mv ${HFDIR}/sendmail.hf.orig ${HFDIR}/sendmail.hf; \
154 rm -f ${HFDIR}/sendmail.hf; \
174 cpset -o sendmail.hf ${HFDIR} 444 ${BINOWN} ${BINGRP}; \
H A DMakefile.FreeBSD46 install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/sendmail.hf \
H A DMakefile.NetBSD43 install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/sendmail.hf \
H A DMakefile.386BSD39 install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/sendmail.hf \
H A DMakefile.NEWS-OS.4.x46 # location of sendmail.hf file (usually /usr/share/misc or /usr/lib)
99 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 sendmail.hf ${HFDIR}
H A DMakefile.Utah37 install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/sendmail.hf \
H A DMakefile.BSD-OS33 install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/sendmail.hf \
H A DMakefile.IRIX.5.x46 # location of sendmail.hf file (usually /usr/share/misc or /usr/lib)
99 install -u ${BINOWN} -g ${BINGRP} -m 444 -f ${HFDIR} sendmail.hf
H A DMakefile.SunOS.4.049 # location of sendmail.hf file (usually /usr/share/misc or /usr/lib)
105 install -c -o ${BINOWN} -g ${BINGRP} -m 444 sendmail.hf ${HFDIR}
/original-bsd/usr.sbin/sendmail/cf/ostype/
H A Dosf1.m414 define(`HELP_FILE', /usr/share/lib/sendmail.hf)dnl
H A Driscos4.5.m416 define(`HELP_FILE', `/usr/lib/sendmail.hf')dnl
H A Damdahl-uts.m415 define(`HELP_FILE', /etc/mail/sendmail.hf)
H A Dsolaris2.m415 define(`HELP_FILE', /etc/mail/sendmail.hf)
H A Dbsd4.4.m413 define(`HELP_FILE', /usr/share/misc/sendmail.hf)dnl
H A Dnextstep.m413 define(`HELP_FILE', /usr/lib/sendmail.hf)dnl
H A Dptx2.m415 ifdef(`HELP_FILE',,`define(`HELP_FILE', /usr/lib/sendmail.hf)')dnl
H A Dsvr4.m414 ifdef(`HELP_FILE',,`define(`HELP_FILE', /usr/ucblib/sendmail.hf)')dnl
H A Disc4.1.m414 define(`HELP_FILE', /usr/lib/sendmail.hf)dnl
/original-bsd/usr.sbin/sendmail/src/
H A DMakefile44 install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/sendmail.hf \

1234