Searched refs:RSRCFORKSPEC (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/removefile-33/
H A Dremovefile_sunlink.c395 static const char *RSRCFORKSPEC = "/..namedfork/rsrc"; local
397 size_t rsrc_path_size = strlen(path) + strlen(RSRCFORKSPEC) + 1;
404 "%s%s", path, RSRCFORKSPEC ) > MAXPATHLEN - 1) {
/macosx-10.9.5/srm-7/srm/src/
H A Dsunlink.c445 static const char *RSRCFORKSPEC = "/..namedfork/rsrc"; local
447 size_t rsrc_path_size = strlen(path) + strlen(RSRCFORKSPEC) + 1;
454 "%s%s", path, RSRCFORKSPEC ) > MAXPATHLEN - 1) {

Completed in 88 milliseconds