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

/macosx-10.9.5/removefile-33/xcodescripts/
H A Dinstall_files.sh23 install -o "$INSTALL_OWNER" -g "$INSTALL_GROUP" -m 0444 removefile.plist "$OSV"
24 install -o "$INSTALL_OWNER" -g "$INSTALL_GROUP" -m 0444 LICENSE "$OSL"/removefile.txt
45 InstallManPages removefile.3
46 LinkManPages removefile.3 \
/macosx-10.9.5/removefile-33/
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.9.5/removefile-33/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.9.5/cups-372.4/cups/scheduler/
H A Dfile.c38 # include <removefile.h>
331 return (removefile(filename, NULL, REMOVEFILE_SECURE_1_PASS));
/macosx-10.9.5/file_cmds-230/rm/
H A Drm.c64 #include <removefile.h>
304 if (removefile(p->fts_accpath, NULL, REMOVEFILE_SECURE_7_PASS)) /* overwrites and unlinks */
380 if (removefile(f, NULL, REMOVEFILE_SECURE_7_PASS)) /* overwrites and unlinks */
/macosx-10.9.5/hfs-226.1.1/CopyHFSMeta/
H A DSparseBundle.c11 #include <removefile.h>
406 * of the old band files laying around. We use removefile() to recursively
419 fprintf(stderr, "Cleaning up, about to call removefile\n");
420 rv = removefile(bandsDir, NULL, REMOVEFILE_RECURSIVE | REMOVEFILE_KEEP_PARENT);
422 fprintf(stderr, "removefile returned %d\n", rv);
/macosx-10.9.5/bind9-45.100/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.9.5/cups-372.4/cups/
H A Dconfigure5217 for ac_func in removefile
5219 ac_fn_c_check_func "$LINENO" "removefile" "ac_cv_func_removefile"

Completed in 189 milliseconds