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

/macosx-10.9.5/apache-786.1/httpd/srclib/apr/test/
H A Dtestnames.c41 char *dstpath = NULL; local
44 rv = apr_filepath_merge(&dstpath, ABS_ROOT"foo", ABS_ROOT"bar", APR_FILEPATH_NOTABOVEROOT,
48 ABTS_PTR_EQUAL(tc, NULL, dstpath);
55 char *dstpath = NULL; local
57 rv = apr_filepath_merge(&dstpath, ABS_ROOT"foo", ABS_ROOT"foo/bar",
59 ABTS_PTR_NOTNULL(tc, dstpath);
61 ABTS_STR_EQUAL(tc, ABS_ROOT"foo/bar", dstpath);
67 char *dstpath = NULL; local
69 rv = apr_filepath_merge(&dstpath, ABS_ROOT"foo", ABS_ROOT"foo/bar", 0, p);
70 ABTS_PTR_NOTNULL(tc, dstpath);
78 char *dstpath = NULL; local
102 char *dstpath = NULL; local
120 char *dstpath = NULL; local
131 char *dstpath = NULL; local
143 char *dstpath = NULL; local
158 char *dstpath = NULL; local
173 char *dstpath = NULL; local
[all...]
/macosx-10.9.5/apr-30/apr/apr/test/
H A Dtestnames.c41 char *dstpath = NULL; local
44 rv = apr_filepath_merge(&dstpath, ABS_ROOT"foo", ABS_ROOT"bar", APR_FILEPATH_NOTABOVEROOT,
48 ABTS_PTR_EQUAL(tc, NULL, dstpath);
55 char *dstpath = NULL; local
57 rv = apr_filepath_merge(&dstpath, ABS_ROOT"foo", ABS_ROOT"foo/bar",
59 ABTS_PTR_NOTNULL(tc, dstpath);
61 ABTS_STR_EQUAL(tc, ABS_ROOT"foo/bar", dstpath);
67 char *dstpath = NULL; local
69 rv = apr_filepath_merge(&dstpath, ABS_ROOT"foo", ABS_ROOT"foo/bar", 0, p);
70 ABTS_PTR_NOTNULL(tc, dstpath);
78 char *dstpath = NULL; local
102 char *dstpath = NULL; local
120 char *dstpath = NULL; local
131 char *dstpath = NULL; local
143 char *dstpath = NULL; local
158 char *dstpath = NULL; local
173 char *dstpath = NULL; local
[all...]
/macosx-10.9.5/kext_tools-326.95.1/
H A Dsafecalls.c508 _copyfiledata(int srcfd, struct stat *srcsb, int dstfdvol, const char *dstpath) argument
518 (void)sunlink(dstfdvol, dstpath);
519 dstfd = sopen(dstfdvol, dstpath, O_CREAT|O_WRONLY, srcsb->st_mode|S_IWUSR);
550 char srcpath[PATH_MAX], dstpath[PATH_MAX]; local
572 PATHCPY(dstpath, dstdir);
573 PATHCAT(dstpath, "/");
574 PATHCAT(dstpath, fname);
577 bsderr = scopyitem(srcfdvol, srcpath, dstfdvol, dstpath);
588 scopyitem(int srcfdvol, const char *srcpath, int dstfdvol, const char *dstpath) argument
604 PATHCPY(dstparent, dstpath);
[all...]
H A Dupdate_boot.c421 char srcpath[PATH_MAX], dstpath[PATH_MAX]; local
437 makebootpath(dstpath, up->caches->miscpaths[i].rpath);
444 if (stat(dstpath, &sb) != 0 && errno == ENOENT) {
458 makebootpath(dstpath, up->caches->efibooter.rpath);
459 if (stat(dstpath, &sb) != 0 && errno == ENOENT) {
469 makebootpath(dstpath, up->caches->ofbooter.rpath);
470 if (stat(dstpath, &sb) != 0 && errno == ENOENT) {
2031 writeBootPrefs(struct updatingVol *up, char *dstpath) argument
2044 if (strlcpy(dstparent,dirname(dstpath),PATH_MAX) >= PATH_MAX) {
2053 (void)sunlink(up->curbootfd, dstpath);
2113 _writeFDEPropsToHelper(struct updatingVol *up, char *dstpath) argument
2252 char srcpath[PATH_MAX], dstpath[PATH_MAX]; local
2395 char srcpath[PATH_MAX], dstpath[PATH_MAX]; local
[all...]
H A Dbootcaches.h189 char *cspvbsd, char *dstpath);
H A Dbootcaches.c1602 * 0) provided dstpath = /path/to/S/L/Caches/com.apple.corestorage
1615 CFStringRef wipeKeyUUID, char *dstpath)
1626 pathcpy(parentpath, dstpath);
1629 rval = EINVAL; LOGERRxlate(dstpath, "missing" kFDECacheFile, rval);
1660 if (-1 == stat(dstpath, &sb)) {
1661 rval = errno; LOGERRxlate(dstpath, NULL, rval); goto finish;
1679 char *cspvbsd, char *dstpath)
1701 if ((errnum = szerofile(scopefd, dstpath)) ||
1702 ((errnum = sunlink(scopefd, dstpath)) && errno != ENOENT)) {
1704 "WARNING: %s: %s", dstpath, strerro
1614 _writeCSFDENoFD(int scopefd, CFDictionaryRef ectx, CFStringRef wipeKeyUUID, char *dstpath) argument
1678 writeCSFDEProps(int scopefd, CFDictionaryRef ectx, char *cspvbsd, char *dstpath) argument
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/build/
H A Dshtool905 dstpath="$1"
909 if [ -d $dstpath ]; then
910 dstpath=`echo "$dstpath" | sed -e 's:/$::'`
922 dst=$dstpath
/macosx-10.9.5/syslog-217.1.4/syslogd.tproj/
H A Dasl_action.c393 char dstpath[MAXPATHLEN]; local
413 asl_make_dst_filename(r->dst, dstpath, sizeof(dstpath));
414 status = asl_file_open_write(dstpath, 0, -1, -1, &(sdata->store));
/macosx-10.9.5/copyfile-103.92.1/
H A Dcopyfile.c586 char srcpath[PATH_MAX * 2 + 1], dstpath[PATH_MAX * 2 + 1]; local
649 if (realpath(dst, dstpath) == NULL &&
650 (errno == ENOENT && realpath(dirname(dst), dstpath) == NULL)) {
654 if (strstr(srcpath, dstpath) != NULL) {

Completed in 769 milliseconds