HomeSort by: relevance | last modified time | path
    Searched refs:O_WRONLY (Results 1 - 25 of 49) sorted by relevancy

1 2

  /xsrc/external/mit/libdrm/dist/tests/etnaviv/
write_bmp.c 108 fd = open(filename, O_WRONLY| O_TRUNC | O_CREAT, 0666);
124 fd = open(filename, O_WRONLY| O_TRUNC | O_CREAT, 0666);
140 fd = open(filename, O_WRONLY| O_TRUNC | O_CREAT, 0666);
  /xsrc/external/mit/rgb/dist/
rgb.c 91 fd = open (name, O_WRONLY|O_CREAT, 0666);
101 fd = open (name, O_WRONLY|O_CREAT, 0666);
  /xsrc/external/mit/libXau/dist/
AuLock.c 78 creat_fd = open (creat_name, O_WRONLY | O_CREAT | O_EXCL | O_CLOEXEC,
  /xsrc/external/mit/MesaLib/dist/src/util/
os_file.c 20 #define O_WRONLY _O_WRONLY
32 int fd = open(filename, O_CREAT | O_EXCL | O_WRONLY, filemode);
disk_cache_os.c 676 fd = open(filename_tmp, O_WRONLY | O_CLOEXEC | O_CREAT, 0644);
685 fd = open(filename_tmp, O_WRONLY | O_CLOEXEC | O_CREAT, 0644);
  /xsrc/external/mit/xf86-video-geode/dist/src/
geode_dcon.c 89 fd = open(DCON_SLEEP_FILE, O_WRONLY);
  /xsrc/external/mit/xfs/dist/os/
error.c 92 i = open(ErrorFile, O_WRONLY | O_APPEND | O_CREAT, 0666);
  /xsrc/external/mit/xorgproto/dist/include/X11/
Xw32defs.h 56 # define O_WRONLY _O_WRONLY
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/solaris/
sun_bell.c 69 audioFD = open(AUDIO_DEVICE, O_WRONLY | O_NONBLOCK);
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/solaris/
sun_bell.c 69 audioFD = open(AUDIO_DEVICE, O_WRONLY | O_NONBLOCK);
  /xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/
eglfbdev.c 73 flags = (vtno) ? O_RDWR | O_NDELAY : O_WRONLY;
  /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/linux/
linux.c 98 if ((fd = open("/dev/tty0",O_WRONLY,0)) < 0)
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/
lnx_init.c 99 if ((fd = open(tty0[i],O_WRONLY,0)) >= 0)
  /xsrc/external/mit/luit/dist/
luit.c 279 ilog = open(argv[i + 1], O_WRONLY | O_CREAT | O_TRUNC, 0777);
288 olog = open(argv[i + 1], O_WRONLY | O_CREAT | O_TRUNC, 0777);
  /xsrc/external/mit/xdm/dist/xdm/
dm.c 929 pidFd = open (pidFile, O_WRONLY|O_CREAT|O_EXCL, 0666);
953 pidFd = open (pidFile, O_WRONLY|O_CREAT|O_EXCL, 0666);
  /xsrc/external/mit/MesaLib/dist/src/freedreno/afuc/
asm.c 392 outfd = open(outfile, O_WRONLY | O_CREAT | O_TRUNC, 0644);
  /xsrc/external/mit/libICE/dist/src/
authutil.c 179 O_WRONLY | O_CREAT | O_TRUNC | O_CLOEXEC, 0666);
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/
backlight.c 220 fd = __backlight_open(iface, file, O_WRONLY);
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd/
bsd_init.c 214 if ((devConsoleFd = open("/dev/console", O_WRONLY, 0)) < 0) {
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/
lnx_init.c 109 fd = open("/dev/tty0", O_WRONLY, 0);
  /xsrc/external/mit/libXpm/dist/src/
WrFFrI.c 324 int fd = open(filename, O_WRONLY|O_CREAT|O_TRUNC|O_CLOEXEC, 0644);
  /xsrc/external/mit/xterm/dist/
main.c 2943 i = open(dbglogfile, O_WRONLY | O_TRUNC);
4847 close(open(ttydev, O_WRONLY));
4966 (i = open(etc_wtmp, O_WRONLY | O_APPEND)) >= 0) {
4983 (i = open(etc_utmp, O_WRONLY)) >= 0) {
5004 (i = open(etc_wtmp, O_WRONLY | O_APPEND)) >= 0) {
5011 (i = open(_U_LASTLOG, O_WRONLY)) >= 0) {
5046 (i = open(etc_lastlog, O_WRONLY)) >= 0) {
5551 if ((fd = open(etc_wtmp, O_WRONLY | O_APPEND)) >= 0) {
5579 if ((wfd = open(etc_utmp, O_WRONLY)) >= 0) {
5587 (wfd = open(etc_wtmp, O_WRONLY | O_APPEND)) >= 0)
    [all...]
  /xsrc/external/mit/sessreg/dist/
sessreg.c 409 wtmp = open (wtmp_file, O_WRONLY|O_APPEND);
  /xsrc/external/mit/xf86-video-intel/dist/src/
backlight.c 248 fd = __backlight_open(iface, file, O_WRONLY);
  /xsrc/external/mit/xmh/dist/
command.c 153 outputfd = open( "/dev/null", O_WRONLY, 0 );

Completed in 31 milliseconds

1 2