ptrLen             59 TSRM/tsrm_nw.c 	int ptrLen = 0, argc = 0, i = 0, envCount = 0, err = 0;
ptrLen            128 TSRM/tsrm_nw.c 	ptrLen = strlen(ptr);
ptrLen            130 TSRM/tsrm_nw.c 	command = (char*)malloc(ptrLen + 1);
ptrLen            140 TSRM/tsrm_nw.c 		ptrLen = strlen(ptr);
ptrLen            142 TSRM/tsrm_nw.c 		argv[argc] = (char*)malloc(ptrLen + 1);