Lines Matching defs:filename
165 * (as the user requests) while for files only the filename and not the
183 * storing a filename (CONTENTTYPE is optional!):
335 const char *filename = array_state?
337 if(filename) {
338 current_form->value = strdup(filename);
354 const char *filename = array_state?array_value:
359 if(filename) {
360 char *fname = strdup(filename);
383 if(filename) {
384 current_form->value = strdup(filename);
502 const char *filename = array_state?array_value:
507 current_form->showfilename = strdup(filename);