Searched refs:filename (Results 1 - 25 of 789) sorted by path

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bftpd-1.6.6/
H A Dbftpdutmp.c19 char *filename = strdup(config_getoption("PATH_BFTPDUTMP")); local
21 if (! filename)
24 if ((!strcasecmp(filename, "none")) || (!filename[0]))
28 bftpdutmp = fopen(filename, "a");
32 if (!(bftpdutmp = fopen(filename, "r+"))) {
34 "421 Server disabled for security reasons.", filename);
39 free(filename);
H A Dcommands.c642 char filename[MAXCMD]; /* single filename */ local
643 int from_index, to_index; /* position in "filenames" and "filename" */
646 memset(filename, 0, MAXCMD); /* clear filename */
652 /* copy filename until we hit a space */
655 /* got a full filename */
656 command_stor(filename);
657 /* clear filename and reset to_index */
659 memset(filename,
694 do_stor(char *filename, int flags) argument
1027 command_stor(char *filename) argument
1032 command_appe(char *filename) argument
1043 char filename[MAXCMD]; /* single filename */ local
1093 command_retr(char *filename) argument
1581 command_mdtm(char *filename) argument
1642 command_dele(char *filename) argument
1806 command_size(char *filename) argument
1842 command_stat(char *filename) argument
1894 filename[MAXCMD + 1], *mapped; local
[all...]
H A Dmain.c180 void print_file (int number, char *filename) argument
185 phile = fopen (filename, "r");
524 printf ("Usage: %s [-h] [-i|-d|-D] [-c <filename>|-n]\n"
528 "-c read the config file named \"filename\" instead of "
H A Dmain.h33 void print_file(int number, char *filename);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A Dconfigure1596 helper, where FILE is ntlm_auth's absolute filename
39180 # Specify filename containing input files for \$NM.
39418 # Specify filename containing input files.
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A Dftp-wildcard.c96 printf("%3d %40s %10luB ", remains, finfo->filename,
118 data->output = fopen(finfo->filename, "w");
H A Dftpget.c34 const char *filename; member in struct:FtpFile
43 out->stream=fopen(out->filename, "wb");
H A Dftpgetinfo.c48 const char *filename = strrchr(ftpurl, '/') + 1; local
71 printf("filetime %s: %s", filename, ctime(&filetime));
74 printf("filesize %s: %0.0f bytes\n", filename, filesize);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/include/curl/
H A Dcurl.h229 char *filename; member in struct:curl_fileinfo
244 char *target; /* pointer to the target filename of a symlink */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dcookie.c722 c->filename = strdup(file?file:"none"); /* copy the name just in case */
995 if(c->filename)
996 free(c->filename);
H A Dcookie.h51 char *filename; /* file we read from/write to */ member in struct:CookieInfo
H A Deasy.c631 data->cookies->filename,
H A Dformdata.c169 * Provides content type for filename if one of the known types (else
172 * Returns some valid contenttype for filename.
175 static const char * ContentTypeForFilename (const char *filename, argument
203 if(filename) { /* in case a NULL was passed in */
205 if(strlen(filename) >= strlen(ctts[i].extension)) {
206 if(strequal(filename +
207 strlen(filename) - strlen(ctts[i].extension),
267 * (as the user requests) while for files only the filename and not the
285 * storing a filename (CONTENTTYPE is optional!):
436 const char *filename local
455 const char *filename = array_state?array_value: local
580 const char *filename = array_state?array_value: local
962 char *filename; local
[all...]
H A Dftp.c3709 strlen(finfo->filename) + 1);
3717 strcat(tmp_path, finfo->filename);
3724 infof(conn->data, "Wildcard - START of \"%s\"\n", finfo->filename);
3731 finfo->filename);
3997 const char *filename = NULL; local
4019 filename = data->state.path; /* this is a full file path */
4023 So we can safely leave filename as NULL here and use it as a
4049 filename = slash_pos ? slash_pos+1 : cur_pos; /* rest is file name */
4052 filename = cur_pos; /* this is a file name only */
4114 filename
[all...]
H A Dftplistparser.c113 } filename; member in union:__anon59
147 } filename; member in union:__anon69
175 size_t filename; member in struct:ftp_parselist_data::__anon77
313 finfo->filename = str + parser->offsets.filename;
331 finfo->filename) == 0) {
727 parser->state.UNIX.sub.filename = PL_UNIX_FILENAME_PRESPACE;
738 switch(parser->state.UNIX.sub.filename) {
743 parser->state.UNIX.sub.filename = PL_UNIX_FILENAME_NAME;
750 parser->state.UNIX.sub.filename
[all...]
H A Dmk-ca-bundle.vbs52 myTmpName = InputBox("Enter output filename:", mySelf, myCaFile)
H A Dnetrc.h33 char *filename);
H A Dnss.c261 * Determine whether the nickname passed in is a filename that needs to
267 static int is_file(const char *filename) argument
271 if(filename == NULL)
274 if(stat(filename, &st) == 0)
281 /* Check if the given string is filename or nickname of a certificate. If the
282 * given string is recognized as filename, return NULL. If the given string is
309 /* Call PK11_CreateGenericObject() with the given obj_class and filename. If
314 const char *filename, bool cacert)
338 PK11_SETATTRS(attrs, attr_cnt, CKA_LABEL, (unsigned char *)filename,
339 strlen(filename)
312 nss_create_object(struct ssl_connect_data *ssl, CK_OBJECT_CLASS obj_class, const char *filename, bool cacert) argument
374 nss_load_cert(struct ssl_connect_data *ssl, const char *filename, PRBool cacert) argument
538 display_error(struct connectdata *conn, PRInt32 err, const char *filename) argument
[all...]
H A Dtftp.c459 char *filename; local
495 filename = curl_easy_unescape(data, &state->conn->data->state.path[1], 0,
497 if(!filename)
502 "%s%c%s%c", filename, '\0', mode, '\0');
503 sbytes = 4 + strlen(filename) + strlen(mode);
541 Curl_safefree(filename);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dtool_cb_hdr.c69 if(!outs->filename && (cb > 20) &&
73 /* look for the 'filename=' parameter
76 char *filename; local
84 if(memcmp(p, "filename=", 9)) {
96 filename = parse_filename(p, len);
97 if(filename) {
98 outs->filename = filename;
139 /* if the filename contains a path, only use filename portio
[all...]
H A Dtool_cb_wrt.c74 if(outs->filename) {
76 if(!*outs->filename)
104 if(!outs->filename || !*outs->filename) {
105 warnf(config, "Remote filename has no length!\n");
111 file = fopen(outs->filename, "rb");
114 warnf(config, "Refusing to overwrite %s: %s\n", outs->filename,
121 file = fopen(outs->filename, "wb");
123 warnf(config, "Failed to create the file %s: %s\n", outs->filename,
H A Dtool_formparse.c45 * Specify files to upload with 'name=@filename'. Supports specified
54 * 'name=@filename,filename2,filename3'
58 * 'name=@filename;type=image/gif,filename2,filename3'
69 * 'name=@filename;filename=/dev/null'
119 at the end too, or a filename. Or both. */
121 char *filename = NULL; local
167 /* there's a semicolon following - we check if it is a filename
171 if((*sep==';') && !checkprefix(";filename=", sep)) {
187 else if(checkprefix("filename
[all...]
H A Dtool_operate.c364 heads.filename = config->headerfile;
579 /* Our header callback sets the filename */
580 DEBUGASSERT(!outs.filename);
611 outs.filename = outfile;
1220 outs.filename)
1221 printf("curl: Saved to filename '%s'\n", outs.filename);
1301 if(outs.bytes && outs.filename) {
1421 if(!res && outs.s_isreg && outs.filename) {
1425 SetComment(outs.filename, ur
[all...]
H A Dtool_operhlp.c102 char *add_file_name_to_url(CURL *curl, char *url, const char *filename) argument
118 const char *filep = strrchr(filename, '/');
119 char *file2 = strrchr(filep?filep:filename, '\\');
127 filep = filename;
158 CURLcode get_url_file_name(char **filename, const char *url) argument
162 *filename = NULL;
176 *filename = strdup(pc);
177 if(!*filename)
H A Dtool_operhlp.h36 char *add_file_name_to_url(CURL *curl, char *url, const char *filename);
38 CURLcode get_url_file_name(char **filename, const char *url);

Completed in 219 milliseconds

1234567891011>>