Home | History | Annotate | Download | only in sed

Lines Matching refs:tmpdir

725       char *tmpdir, *p;
738 tmpdir = ck_strdup(input->in_file_name);
739 if ((p = strrchr(tmpdir, '/')))
742 strcpy(tmpdir, ".");
775 output_file.fp = ck_mkstemp (&input->out_file_name, tmpdir, "sed");
777 free (tmpdir);