Home | History | Annotate | Download | only in tests

Lines Matching refs:out_name

4786   char out_name[100];
4789 sprintf(out_name, "/tmp/racecheck_unittest_out.%d", getpid());
4790 fd_out = creat(out_name, O_WRONLY | S_IRWXU);
4793 strcpy(in_name, out_name);
4796 IGNORE_RETURN_VALUE(symlink(out_name, in_name));
4809 unlink(out_name);