Searched refs:removefile (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/removefile-35/xcodescripts/
H A Dinstall_files.sh12 install -o "$INSTALL_OWNER" -g "$INSTALL_GROUP" -m 0444 removefile.plist "$OSV"
13 install -o "$INSTALL_OWNER" -g "$INSTALL_GROUP" -m 0444 LICENSE "$OSL"/removefile.txt
34 InstallManPages removefile.3
35 LinkManPages removefile.3 \
/macosx-10.10.1/removefile-35/
H A Dremovefile.h62 int removefile(const char* path, removefile_state_t state, removefile_flags_t flags);
H A Dremovefile.c1 #include "removefile.h"
93 removefile(const char* path, removefile_state_t state_param, removefile_flags_t flags) { function
/macosx-10.10.1/removefile-35/test/
H A Dtest-removefile.c1 #include "removefile.h"
51 assert(mkdir("/tmp/removefile-test", 0755) == 0);
52 assert(mkdir("/tmp/removefile-test/foo", 0755) == 0);
53 assert(mkdir("/tmp/removefile-test/foo/bar", 0755) == 0);
54 assert(mkdir("/tmp/removefile-test/foo/baz", 0755) == 0);
56 assert((fd = open("/tmp/removefile-test/foo/baz/woot", O_CREAT | O_TRUNC | O_WRONLY, 0644)) != -1);
59 assert((fd = open("/tmp/removefile-test/foo/baz/wootage", O_CREAT | O_TRUNC | O_WRONLY, 0644)) != -1);
81 start_timer("removefile(NULL)");
82 assert(removefile("/tmp/removefile
[all...]
/macosx-10.10.1/cups-408/cups/scheduler/
H A Dfile.c24 # include <removefile.h>
317 return (removefile(filename, NULL, REMOVEFILE_SECURE_1_PASS));
/macosx-10.10.1/file_cmds-242/rm/
H A Drm.c65 #include <removefile.h>
305 if (removefile(p->fts_accpath, NULL, REMOVEFILE_SECURE_7_PASS)) /* overwrites and unlinks */
381 if (removefile(f, NULL, REMOVEFILE_SECURE_7_PASS)) /* overwrites and unlinks */
/macosx-10.10.1/hfs-285/CopyHFSMeta/
H A DSparseBundle.c11 #include <removefile.h>
369 * of the old band files laying around. We use removefile() to recursively
382 fprintf(stderr, "Cleaning up, about to call removefile\n");
383 rv = removefile(bandsDir, NULL, REMOVEFILE_RECURSIVE | REMOVEFILE_KEEP_PARENT);
385 fprintf(stderr, "removefile returned %d\n", rv);
/macosx-10.10.1/bind9-45.101/bind9/bin/dnssec/
H A Ddnssec-signzone.c160 static isc_boolean_t removefile = ISC_FALSE; variable
3343 if (removefile)
3900 removefile = ISC_TRUE;
3969 removefile = ISC_FALSE;
/macosx-10.10.1/cups-408/cups/
H A Dconfigure5276 for ac_func in removefile
5278 ac_fn_c_check_func "$LINENO" "removefile" "ac_cv_func_removefile"

Completed in 222 milliseconds