Home | History | Annotate | Download | only in common

Lines Matching refs:printf

4 	printf("cd ${CURDIR}\n");
5 printf("\n");
12 printf("echo '%s'\n", $0);
13 printf("rm -f ${TARGDIR}/%s\n", $3);
14 printf("cp %s ${TARGDIR}/%s\n", $2, $3);
18 printf("echo '%s'\n", $0);
19 printf("rm -f ${TARGDIR}/%s\n", $3);
20 printf("(cd ${TARGDIR}; ln %s %s)\n", $2, $3);
24 printf("echo '%s'\n", $0);
25 printf("rm -f ${TARGDIR}/%s\n", $3);
26 printf("(cd ${TARGDIR}; ln -s %s %s)\n", $2, $3);
30 printf("echo '%s'\n", $0);
31 printf("(cd ${TARGDIR}/%s && find . ! -name . | xargs /bin/rm -rf)\n",
33 printf("(cd %s && find . ! -name . | cpio -pdamu ${TARGDIR}/%s)\n", $2,
38 printf("echo '%s'\n", $0);
39 printf("(cd ${TARGDIR};");
41 printf(" %s", $i);
42 printf(")\n");
46 printf("echo '%s'\n", $0);
47 printf("echo 'Unknown keyword \"%s\" at line %d of input.'\n", $1, NR);
48 printf("exit 1\n");
52 printf("\n");
53 printf("exit 0\n");