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

/freebsd-10.1-release/contrib/bmake/
H A Djob.c709 char *escCmd = NULL; /* Command with quotes/backticks escaped */ local
775 escCmd = bmake_malloc((strlen(cmd) * 2) + 1);
779 escCmd[j++] = '\\';
780 escCmd[j] = cmd[i];
782 escCmd[j] = 0;
830 DBPRINTF(commandShell->errCheck, escCmd);
834 DBPRINTF(commandShell->errCheck, escCmd);
864 DBPRINTF(commandShell->errCheck, escCmd);
868 if ((escCmd[0] == commandShell->commentChar) ||
869 (escCmd[
[all...]

Completed in 96 milliseconds