Searched refs:unixTarget (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dmainloop.h52 char *unixTarget; /* directory on Unix where to put files */ member in struct:MainParam_t
H A Dmainloop.c513 mp->unixTarget = strdup(arg);
515 if(access(mp->unixTarget, F_OK) == 0)
517 ptr = strrchr(mp->unixTarget, '/');
519 mp->targetName = mp->unixTarget;
520 mp->unixTarget = strdup(".");
605 mp->unixTarget = 0;
648 ret = malloc(strlen(mp->unixTarget) + 2 + strlen(target));
651 strcpy(ret, mp->unixTarget);
H A Dmcopy.c250 newArg.mp.unixTarget = unixFile;
600 arg.mp.unixTarget = strdup("");
617 if(!arg.mp.targetDir && !arg.mp.unixTarget) {
623 if(arg.mp.unixTarget) {

Completed in 55 milliseconds