Searched refs:stripDestLen (Results 1 – 1 of 1) sorted by relevance
46 int stripDestLen; in process() local61 stripDestLen = strlen(argv[argc-1]); in process()62 stripDest = malloc(stripDestLen+1); in process()63 memcpy(stripDest, argv[argc-1], stripDestLen+1); in process()64 if (stripDest[stripDestLen-1] == FSSEP) { in process()65 stripDest[--stripDestLen] = '\0'; in process()142 dst = malloc(stripDestLen +1 + srcNameLen +1); in process()143 memcpy(dst, stripDest, stripDestLen); in process()144 dst[stripDestLen] = FSSEP; in process()145 memcpy(dst + stripDestLen+1, srcName, srcNameLen+1); in process()