Home
last modified time | relevance | path

Searched refs:PUBLIC_MODE (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/binutils-2.27/libiberty/
H A Dpex-unix.c111 #define PUBLIC_MODE \ macro
114 #define PUBLIC_MODE 0666 macro
359 | (append ? O_APPEND : O_TRUNC), PUBLIC_MODE); in pex_unix_open_write()
/dragonfly/contrib/gdb-7/libiberty/
H A Dpex-unix.c110 #define PUBLIC_MODE \ macro
113 #define PUBLIC_MODE 0666 macro
357 return open (name, O_WRONLY | O_CREAT | O_TRUNC, PUBLIC_MODE); in pex_unix_open_write()
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dpex-unix.c108 #define PUBLIC_MODE \ macro
111 #define PUBLIC_MODE 0666 macro
355 return open (name, O_WRONLY | O_CREAT | O_TRUNC, PUBLIC_MODE); in pex_unix_open_write()
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dpex-unix.c110 #define PUBLIC_MODE \ macro
113 #define PUBLIC_MODE 0666 macro
358 | (append ? O_APPEND : O_TRUNC), PUBLIC_MODE); in pex_unix_open_write()
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dpex-unix.c110 #define PUBLIC_MODE \ macro
113 #define PUBLIC_MODE 0666 macro
356 | (append ? O_APPEND : O_TRUNC), PUBLIC_MODE); in pex_unix_open_write()