Searched refs:show_file (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/usr.sbin/pkg_install/info/
H A Dperform.c194 show_file("Comment:\n", COMMENT_FNAME);
198 show_file("Required by:\n", REQUIRED_BY_FNAME);
200 show_file("Description:\n", DESC_FNAME);
202 show_file("Install notice:\n", DISPLAY_FNAME);
206 show_file("Requirements script:\n", REQUIRE_FNAME);
208 show_file("Install script:\n", INSTALL_FNAME);
210 show_file("Post-Install script:\n", POST_INSTALL_FNAME);
212 show_file("De-Install script:\n", DEINSTALL_FNAME);
214 show_file("Post-DeInstall script:\n", POST_DEINSTALL_FNAME);
216 show_file("mtre
[all...]
H A Dinfo.h75 extern void show_file(const char *, const char *);
H A Dshow.c33 show_file(const char *title, const char *fname) function
43 printf("ERROR: show_file: Can't open '%s' for reading!\n", fname);
70 warnx("show_file: can't open '%s' for reading", fname);
/freebsd-9.3-release/crypto/heimdal/appl/login/
H A Dlogin.c428 show_file(const char *file) function
650 show_file(buf);
655 show_file(str);
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c246 show_file(const char *file, int code) function
406 if(show_file(_PATH_NOLOGIN, 530) == 0) {
410 show_file(_PATH_FTPWELCOME, 220);
780 show_file(_PATH_FTPLOGINMESG, code);
781 if(show_file(_PATH_ISSUE_NET, code) != 0)
782 show_file(_PATH_ISSUE, code);

Completed in 96 milliseconds