HomeSort by: relevance | last modified time | path
    Searched refs:tmpfile_prefix (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl2/groff/dist/src/libs/libgroff/
tmpfile.cpp 56 char *tmpfile_prefix; variable
97 tmpfile_prefix = new char[tmpfile_prefix_len + 1];
98 strcpy(tmpfile_prefix, tem2);
99 strcat(tmpfile_prefix, tem3);
105 a_delete tmpfile_prefix; local
110 * immediately after the TMPFILE_PREFIX.
123 strcpy(templ, tmpfile_prefix);

Completed in 49 milliseconds