Searched refs:unixTarget (Results 1 – 3 of 3) sorted by relevance
532 mp->unixTarget = strdup(arg); in unix_target_lookup()534 if(access(mp->unixTarget, F_OK) == 0) { in unix_target_lookup()535 switch(unix_is_dir(mp->unixTarget)) { in unix_target_lookup()544 ptr = strrchr(mp->unixTarget, '/'); in unix_target_lookup()546 mp->targetName = mp->unixTarget; in unix_target_lookup()547 mp->unixTarget = strdup("."); in unix_target_lookup()629 mp->unixTarget = 0; in init_mp()673 ret = malloc(strlen(mp->unixTarget) + 2 + strlen(target)); in mpBuildUnixFilename()676 strcpy(ret, mp->unixTarget); in mpBuildUnixFilename()
242 newArg.mp.unixTarget = unixFile; in unix_copydir()591 arg.mp.unixTarget = strdup(""); in mcopy()608 if(!arg.mp.targetDir && !arg.mp.unixTarget) { in mcopy()614 if(arg.mp.unixTarget) { in mcopy()
59 char *unixTarget; /* directory on Unix where to put files */ member