Searched refs:remove_file (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/postfix-255/postfix/src/fsstone/
H A Dfsstone.c131 /* remove_file - delete specified file */
133 static void remove_file(int seq) function
215 remove_file(seq);
/macosx-10.10/ruby-106/ruby/lib/
H A Dfileutils.rb61 # remove_file(path, force = false)
309 remove_file d, true if options[:force]
348 remove_file d, true if options[:force]
515 destent.remove_file if rename_cannot_overwrite_file?
563 remove_file path, options[:force]
784 def remove_file(path, force = false) method in class:copy_entry
785 Entry_.new(path).remove_file
789 module_function :remove_file
853 remove_file d, true
1421 remove_file
1431 def remove_file method in class:copy_entry.Entry_
[all...]
/macosx-10.10/file_cmds-242/gzip/
H A Dgzip.c214 static const char *remove_file = NULL; /* file to be removed upon SIGINT */ variable
1222 if (remove_file != NULL)
1223 unlink(remove_file);
1341 remove_file = outfile;
1379 remove_file = NULL;
1519 remove_file = outfile;
1666 remove_file = NULL;
/macosx-10.10/man-16/man/src/
H A Dman.c195 remove_file (char *file) { function
232 remove_file (*gf);
240 remove_file (*gf);
H A Dman.c.orig195 remove_file (char *file) {
232 remove_file (*gf);
240 remove_file (*gf);
/macosx-10.10/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dcontent_protection_test.c515 goto remove_file;
939 remove_file:
/macosx-10.10/ruby-106/ruby/test/fileutils/
H A Dtest_fileutils.rb1101 check_singleton :remove_file
1103 remove_file 'data/tmp'
1110 remove_file 'data/tmp'

Completed in 68 milliseconds