List Question
20 TechQA 2023-11-20T08:05:03.253000Python os.fdopen() gives OSError: [Errno 9] Bad file descriptor
114 views
Asked by Paul Bernard
Is there any way to safely and successfully write to a hand-picked file descriptor number, other than FD=0,1,2?
353 views
Asked by sancho.s ReinstateMonicaCellio
Correct way of using fdopen
1.5k views
Asked by sancho.s ReinstateMonicaCellio
Python: how to write to fd 3?
5.1k views
Asked by Adriano_Pinaffo
Shutdown part of socket in C
126 views
Asked by keezar
Python get file path from a file descriptor int (as returned from os.open)
4.5k views
Asked by dryliketoast
How to close a socket() if I used fdopen() on the socket descriptor
1.1k views
Asked by kanito73
Problem printing popen stdout from subprocess
1.2k views
Asked by Hernan Bernal
Closing a C++ FILE pointer which uses a file descriptor from Java
537 views
Asked by Perraco
Capturing data being written to open file descriptor
925 views
Asked by user1610950
Bad file descriptor when using fdopen?
1.9k views
Asked by Wolfat
python os.pipe() to create pipe and open the file descriptor in c
925 views
Asked by Herbert
C: close FILE* - not filedescriptor
641 views
Asked by user422005
Fork in C and then pass data to Python3 program with a pipe
213 views
Asked by Samhamsam
Is it safe to use a file descriptor and its associated FILE* stream simultaneously?
317 views
Asked by Clay Freeman
Duplicate File Pointer at the same position
1k views
Asked by Federico Cuozzo
How to ignore empty pipes in CHILD process?
129 views
Asked by Bababarghi
QFile/FILE* : How to properly close the handle?
1.1k views
Asked by agrum
Android lollipop write to sdcard from native code c++
3.4k views
Asked by user1063364
Is the fread function blocking?
5.8k views
Asked by Kam