| /src/libexec/ftpd/ |
| extern.h | 118 char *conffilename(const char *);
|
| extern.h | 118 char *conffilename(const char *);
|
| ftpd.c | 760 (void)display_file(conffilename(_NAME_FTPWELCOME), 220); 1073 if ((fd = fopen(conffilename(fname), "r")) == NULL) 1515 (void)display_file(conffilename(curclass.limitfile), 1647 (void)display_file(conffilename(curclass.motd), 230); 2751 conffilename(curclass.limitfile)); 2764 reply(0, "MotD file: %s", conffilename(curclass.motd)); 3570 conffilename(const char *s) function in typeref:typename:char *
|
| ftpd.c | 760 (void)display_file(conffilename(_NAME_FTPWELCOME), 220); 1073 if ((fd = fopen(conffilename(fname), "r")) == NULL) 1515 (void)display_file(conffilename(curclass.limitfile), 1647 (void)display_file(conffilename(curclass.motd), 230); 2751 conffilename(curclass.limitfile)); 2764 reply(0, "MotD file: %s", conffilename(curclass.motd)); 3570 conffilename(const char *s) function in typeref:typename:char *
|
| conf.c | 157 infile = conffilename(_NAME_FTPDCONF);
|
| conf.c | 157 infile = conffilename(_NAME_FTPDCONF);
|