Searched refs:pipeinput_fh (Results 1 - 5 of 5) sorted by relevance

/external/libvncserver/x11vnc/
H A Dpointer.c601 if (pipeinput_fh == NULL) {
651 fprintf(pipeinput_fh, "Pointer %d %d %d %d %s\n", uid, x, y,
653 fflush(pipeinput_fh);
720 if ((pipeinput_fh != NULL || pipeinput_int) && mask >= 0) {
960 if (pipeinput_fh != NULL) {
961 rfbLog("closing pipeinput stream: %p\n", pipeinput_fh);
962 pclose(pipeinput_fh);
963 pipeinput_fh = NULL;
1067 pipeinput_fh = popen(p, "w");
1069 if (! pipeinput_fh) {
[all...]
H A Dcleanup.c186 if (pipeinput_fh != NULL) {
187 pclose(pipeinput_fh);
188 pipeinput_fh = NULL;
H A Doptions.c207 FILE *pipeinput_fh = NULL; variable
H A Doptions.h174 extern FILE *pipeinput_fh;
H A Dkeyboard.c2921 if (pipeinput_fh == NULL) {
2942 fprintf(pipeinput_fh, "Keysym %d %d %u %s %s\n", uid, down,
2945 fflush(pipeinput_fh);
3264 if (pipeinput_fh != NULL || pipeinput_int) {

Completed in 145 milliseconds