Lines Matching refs:file
10 * This software is licensed as described in the file COPYING, which
16 * furnished to do so, under the terms of the COPYING file.
68 ParameterError file2string(char **bufp, FILE *file)
73 if(file) {
76 while(fgets(buffer, sizeof(buffer), file)) {
91 ParameterError file2memory(char **bufp, size_t *size, FILE *file)
93 if(file) {
101 nread = fread(buffer, 1, sizeof(buffer), file);
102 if(ferror(file)) {
111 } while(!feof(file));
569 warnf(config->global, "unrecognized ftp file method '%s', using default",