Home
last modified time | relevance | path

Searched refs:show_file (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLineEntry.cpp60 bool LineEntry::Dump(Stream *s, Target *target, bool show_file, in Dump() argument
72 if (show_file) in Dump()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DLineEntry.h56 bool Dump(Stream *s, Target *target, bool show_file, Address::DumpStyle style,
/freebsd/crypto/heimdal/appl/login/
H A Dlogin.c297 show_file(const char *file) in show_file() function
502 show_file(buf); in do_login()
507 show_file(str); in do_login()
/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c247 show_file(const char *file, int code) in show_file() function
392 if(show_file(_PATH_NOLOGIN, 530) == 0) { in main()
396 show_file(_PATH_FTPWELCOME, 220); in main()
760 show_file(_PATH_FTPLOGINMESG, code); in do_login()
761 if(show_file(_PATH_ISSUE_NET, code) != 0) in do_login()
762 show_file(_PATH_ISSUE, code); in do_login()