Home
last modified time | relevance | path

Searched refs:copystring (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D920625-2.c64 String copystring; in copyQueryResult() local
73copystring = (("cp -r") != ((void *)0) ? (strcpy((char*)XtMalloc((unsigned)strlen("cp -r") + 1), "… in copyQueryResult()
76 copystring = (String) XtRealloc (copystring, sizeof(char) * in copyQueryResult()
77 (strlen(copystring) + in copyQueryResult()
80 sprintf(copystring, "%s '%s/%s'", copystring, srcdir, tmp->string); in copyQueryResult()
83 copystring = (String) XtRealloc (copystring, sizeof(char) * in copyQueryResult()
84 (strlen(copystring) + in copyQueryResult()
86 sprintf(copystring, "%s '%s'", copystring, dstdir); in copyQueryResult()
87 if ((status = execute(((void *)0), "cp", copystring, 1)) != 0) { in copyQueryResult()
91 XtFree(copystring); in copyQueryResult()
/openbsd-src/gnu/lib/libiberty/src/
H A Dobstacks.texi191 copystring (char *string)