Home | History | Annotate | Download | only in tests

Lines Matching full:out_name

4784   char out_name[100];
4787 sprintf(out_name, "/tmp/racecheck_unittest_out.%d", getpid());
4788 fd_out = creat(out_name, O_WRONLY | S_IRWXU);
4791 strcpy(in_name, out_name);
4794 IGNORE_RETURN_VALUE(symlink(out_name, in_name));
4807 unlink(out_name);