Searched refs:S_IRALL (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/gcc/fixincludes/
H A Dfixincl.c515 # define S_IRALL (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) macro
517 # define S_IRALL 0644 macro
538 fd = open (fname, O_WRONLY | O_CREAT | O_TRUNC, S_IRALL);
563 fd = open (fname, O_WRONLY | O_CREAT | O_TRUNC, S_IRALL);
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dfixincl.c547 # define S_IRALL (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) macro
549 # define S_IRALL 0644 macro
571 fd = open (fname, O_WRONLY | O_CREAT | O_TRUNC, S_IRALL, 0666);
592 fd = open (fname, O_WRONLY | O_CREAT | O_TRUNC, S_IRALL, 0666);

Completed in 67 milliseconds