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

/macosx-10.10.1/OpenSSL098-52/bin/
H A Dinstall_manpages45 my $manfile = shift;
47 qx{ln -fs "$linkname" "$manfile"};
95 my $manfile = $dst."/man".$s_numb."/".$manname;
98 my $exists = -e $manfile ? "exists" : "";
99 my $issym = -l $manfile ? "symlink" : "";
104 &make_manpage($s_name, $s_numb, $podfile, $manfile, "0644");
116 &make_link($linkname, $manfile);
121 $manfile = $dst."/man".$s_numb."/".$manname;
122 &make_manpage($s_name, $s_numb, $podfile, $manfile, "0644");
/macosx-10.10.1/man-16/man/src/
H A Dmanfile.h34 manfile(const char *name, const char *section, int flags,
H A DMakefile.in34 MANOBJS = man.o manfile.o manpath.o man-config.o man-getopt.o \
54 man.o manfile.o: glob.h
55 different.o gripes.o man-config.o man-getopt.o man.o manfile.o manpath.o util.o: gripes.h gripedefs.h
59 man.o manfile.o to_cat.o: manfile.h
H A Dmanfile.c2 * manfile.c - aeb, 971231
14 #include "manfile.h"
301 manfile(const char *name, const char *section, int flags, function
/macosx-10.10.1/zsh-61/zsh/Util/
H A Dhelpfiles53 $manfile = shift(@ARGV);
71 $args = "$manfile >$mantmp";
79 &Die('man and nroff -man both failed for ', $manfile);
/macosx-10.10.1/cups-408/cups/man/
H A Dmantohtml.c813 manfile[1024], /* Man page filename */ local
820 snprintf(manfile, sizeof(manfile), "%s.man", name);
823 if (!access(manfile, 0))

Completed in 82 milliseconds