HomeSort by relevance Sort by last modified time
    Searched refs:pipeinput_fh (Results 1 - 5 of 5) sorted by null

  /external/libvncserver/x11vnc/
pointer.c 601 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...]
cleanup.c 186 if (pipeinput_fh != NULL) {
187 pclose(pipeinput_fh);
188 pipeinput_fh = NULL;
options.c 207 FILE *pipeinput_fh = NULL; variable
options.h 174 extern FILE *pipeinput_fh;
keyboard.c     [all...]

Completed in 150 milliseconds