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

/freebsd-11-stable/contrib/binutils/binutils/
H A Dbin2c.c28 # define O_TEXT _O_TEXT
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dpex-win32.c122 return _open (name, _O_RDONLY | (binary ? _O_BINARY : _O_TEXT));
135 | (binary ? _O_BINARY : _O_TEXT)),
852 return _pipe (p, 256, binary ? _O_BINARY : _O_TEXT);
/freebsd-11-stable/crypto/openssl/
H A De_os.h243 # define _O_TEXT O_TEXT macro
356 # define _O_TEXT O_TEXT macro
454 # define _O_TEXT O_TEXT macro
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_control.c988 # if defined(_O_TEXT) /* windows, again */
989 | _O_TEXT
/freebsd-11-stable/contrib/ntp/ntpdc/
H A Dntpdc.c1951 if ((fi = _fdopen(open("CONIN$", _O_TEXT), "r")) == NULL)
/freebsd-11-stable/contrib/ntp/ntpq/
H A Dntpq.c2888 if ((fi = _fdopen(open("CONIN$", _O_TEXT), "r")) == NULL)
/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c231 _setmode(_fileno(file), _O_TEXT); local
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_file.c341 _setmode(fd, _O_TEXT);
355 _setmode(fd, _O_TEXT);

Completed in 278 milliseconds