repo.or.cz
/
GalaxyCodeBases.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
modified: myjupyterlab.sh
[GalaxyCodeBases.git]
/
c_cpp
/
lib
/
gnulib
/
modules
/
popen-safer
blob
379397632251ddeb63738a4b2fe69165f410a9fb
1
Description:
2
popen function that avoids clobbering std{in,out,err}.
3
4
Files:
5
lib/stdio--.h
6
lib/stdio-safer.h
7
lib/popen-safer.c
8
9
Depends-on:
10
cloexec
11
open
12
popen
13
unistd-safer
14
15
configure.ac:
16
gl_MODULE_INDICATOR([popen-safer])
17
18
Makefile.am:
19
lib_SOURCES += popen-safer.c
20
21
Include:
22
"stdio-safer.h"
23
24
License:
25
GPL
26
27
Maintainer:
28
Eric Blake