Searched refs:subprocess (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dnormalize.py3 import sys, subprocess namespace
17 probe_out = subprocess.check_output(analysis_cmd, shell=True)
18 except subprocess.CalledProcessError, e:
33 subprocess.call(norm_cmd)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/docs/latex/mmedia/
H A Dvidxanm.tex155 Start the subprocess with the right parameters
162 Send a command to the subprocess
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dmsggrep-647 %s\ subprocess\ failed=Subprozess %s fehlgeschlagen
107 %s\ subprocess=Subprozess %s
111 %s\ subprocess\ got\ fatal\ signal=Subprozess %s hat ein fatales Signal erhalten
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppoecd/
H A Dmain.c136 struct subprocess { struct
141 struct subprocess *next;
144 static struct subprocess *children;
532 struct subprocess *chp;
1303 struct subprocess *chp;
1307 chp = (struct subprocess *) malloc(sizeof(struct subprocess));
1330 struct subprocess *chp, **prevp;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dmain.c222 struct subprocess { struct
227 struct subprocess *next;
230 static struct subprocess *children;
644 struct subprocess *chp;
1872 struct subprocess *chp;
1876 chp = (struct subprocess *) malloc(sizeof(struct subprocess));
1897 struct subprocess *chp;
1914 struct subprocess *chp, **prevp;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dmain.c145 struct subprocess { struct
150 struct subprocess *next;
153 static struct subprocess *children;
572 struct subprocess *chp;
1530 struct subprocess *chp;
1534 chp = (struct subprocess *) malloc(sizeof(struct subprocess));
1557 struct subprocess *chp, **prevp;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dprocess.tex113 subprocess. If it is NULL, you have not turned on the redirection.
120 It returns an output stream correspoding to the input stream of the subprocess.
274 to catch the subprocess stdio. The caught input stream is returned by

Completed in 90 milliseconds