Search code examples
How do I create a file descriptor backed by a simple char array?...

cunit-testingfile-descriptor

Read More
Why does reading a non-blocking socket return an error status code...

cfile-descriptor

Read More
Using os.OpenFile() instead of net.Listen()...

socketsunixgofile-descriptor

Read More
How to know which input files are shared between two C programs?...

clinuxfile-descriptor

Read More
What is the difference between closing [close(3)] and clearing [fd_clr(3)] a file descriptor?...

clinuxfilefile-descriptor

Read More
Are pipe() and socket() thread safe? (double close() problem)...

linuxc++11thread-safetyfile-descriptor

Read More
execve does not inherit any filedescriptor...

pythonpython-3.xunixfile-descriptorexecve

Read More
How to connect input/output to SSH session...

linuxbashfile-descriptor

Read More
open() what happens if I open twice the same file?...

cfile-descriptor

Read More
How to recover stdin overwritten by dup2?...

cunixfile-descriptordup2

Read More
How to swap two open file descriptors?...

csocketsunixfile-descriptordup2

Read More
Do FILE * continue to work if the fd linked to them is used for some other purpose?...

cmacosfilestreamfile-descriptor

Read More
How to read from custom file descriptors without using unsafe?...

rustfile-descriptor

Read More
How can I read from a specific raw file descriptor in Rust?...

unixiorustfile-descriptor

Read More
C: Cannot read from 2 pipe file descriptors without losing the other one...

cunixpipefile-descriptor

Read More
Why are parts of the output overwritten when redirected to the same file but not when to terminal?...

cbashfile-iostdoutfile-descriptor

Read More
Child process reads data before data is being written to pipe using parent...

cpipeforkfile-descriptor

Read More
How do file descriptors work?...

bashshellstdoutstdinfile-descriptor

Read More
getting NegativeByteArraySizeException from ContentResolver's openAssetFileDescriptor method for...

file-descriptorandroid-7.0-nougatandroid-contentresolver

Read More
why do O_RDWR doesn't give me write and read permission in this code?...

cfilepermissionsfile-descriptor

Read More
In Bash, how to print to stdout when it’s already redirected?...

bashfile-descriptorio-redirection

Read More
make file to write all information from serialPort...

cfileserial-portfile-descriptor

Read More
Strange pipe buffering...

bashunixpipefile-descriptor

Read More
eBPF: retrieve `fd` of the pinned bpf program...

filesystemsfile-descriptorbpfebpf

Read More
Interact with child of child...

pythonlinuxsubprocessfile-descriptor

Read More
How do I write to a specific raw file descriptor from Rust?...

unixiorustfile-descriptor

Read More
Duplicating file descriptor and seeking through both of them independently...

clinuxfile-descriptor

Read More
fcntl(), F_GETFD meaning in UNIX...

bashunixfile-descriptor

Read More
"Too many open files" error when using named pipes...

rubynamed-pipesfile-descriptorrmagick

Read More
Passing a file descriptor to another process in Haskell...

haskellfile-descriptorunix-socket

Read More
BackNext