Searched refs:my_tmpfiles (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/byacc/
H A Dmain.c32 static MY_TMPFILES *my_tmpfiles; variable
509 while (my_tmpfiles != 0)
511 MY_TMPFILES *next = my_tmpfiles->next;
513 (void)chmod(my_tmpfiles->name, 0644);
514 (void)unlink(my_tmpfiles->name);
516 free(my_tmpfiles->name);
517 free(my_tmpfiles);
519 my_tmpfiles = next;
615 if (my_tmpfiles == 0)
626 item->next = my_tmpfiles;
[all...]

Completed in 108 milliseconds