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

/macosx-10.10/srm-7/srm/src/
H A Dsrm.h23 int sunlink(const char * path);
H A Dtree_walker.c123 if ( prompt_file(path, flag) && (sunlink(path) == -1) ) {
H A Dsunlink.c326 int sunlink(const char *path) { function
/macosx-10.10/kext_tools-384.1.4/
H A Dsafecalls.h50 int sunlink(int fdvol, const char *path);
54 // uses FTS to recurse downwards, calling sunlink and srmdir as appropriate
73 #define unlink() // #error use sunlink
H A Dsafecalls.c312 int sunlink(int fdvol, const char *path) function
439 rval |= sunlink(fdvol, fent->fts_accpath);
518 (void)sunlink(dstfdvol, dstpath);
H A Dupdate_boot.c1685 opres = sunlink(up.curbootfd, path);
1691 opres = sunlink(up.curbootfd, path);
1772 (void)sunlink(up->curbootfd, path);
1784 (void)sunlink(up->curbootfd, path);
1909 if ((bsderr = sunlink(vrfd, BRMNT))) {
2174 (void)sunlink(up->curbootfd, dstpath);
2690 opres = sunlink(up->curbootfd, labelp);
2704 opres = sunlink(up->curbootfd, labelp);
2718 opres = sunlink(up->curbootfd, labelp);
2730 opres = sunlink(u
[all...]
H A Dbootcaches.c1282 bsderr = sunlink(fdvol, fulltspath);
1385 (void)sunlink(scopefd, taintf);
2075 (void)sunlink(scopefd, cookiepath); // empty boot.?/S/L/CS okay
2108 ((errnum = sunlink(scopefd, dstpath)) && errno != ENOENT)) {
2198 (void)sunlink(caches->cachefd, erpath);
2253 (void)sunlink(caches->cachefd, erpath);

Completed in 69 milliseconds