FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
_O_TEXT
crypto/openssl/crypto/bio/bss_file.c
246
_setmode(fd, _O_TEXT);
crypto/openssl/crypto/bio/bss_file.c
253
_setmode(fd, _O_TEXT);
crypto/openssl/ms/applink.c
93
return _setmode(_fileno(fp), mod == 'b' ? _O_BINARY : _O_TEXT);