Lines Matching refs:file

130 int	assumeutf8 = 0;   /* Assume that server file names are in UTF-8 */
216 #define LOGCMD(cmd, file) logcmd((cmd), (file), NULL, -1)
218 #define LOGBYTES(cmd, file, cnt) logcmd((cmd), (file), NULL, (cnt))
761 case 2: /* statistics file */
1010 * shell as returned by getusershell(). Disallow anyone mentioned in the file
1111 * Check if a user is in the file "fname",
1290 * error occurs (e.g., the "/etc/pam.conf" file is missing) then this
1518 * It is possible that checkuser() failed to open the chroot file.
1521 * We ignore ENOENT since it is not required that this file be present.
1755 reply(550, "%s: not a plain file.", name);
1813 reply(550, "Appending to existing file denied.");
1822 reply(550, "Modifying existing file denied.");
1876 reply(226, "Transfer complete (unique file name:%s).",
1959 FILE *file;
2030 file = getdatasock(mode);
2031 if (file == NULL) {
2046 data = fileno(file);
2052 (void) fclose(file);
2068 return (file);
2080 #define FTPD_PUTC(ch, file, label) \
2086 ret = putc((ch), (file)); \
2089 else if (ferror(file)) \
2091 clearerr(file); \
2126 " on file after getc()");
2157 * are sending a regular file
2191 * Perhaps the file was externally truncated.
2195 "premature end of file.";
2257 perror_reply(551, "Error on input file");
2382 perror_reply(452, "Error writing to file");
2797 * Record logout in wtmp file
3125 * Generate unique name for file with basename "local"
3126 * and open the file in order to avoid possible races.
3128 * Return descriptor to the file, set "name" to its name.
3184 reply(452, "Unique file name cannot be created.");
3253 dout = dataconn("file list", -1, "w");
3298 * not a directory or special file.
3303 dout = dataconn("file list", -1, "w");