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

  /external/libpng/contrib/pngminus/
png2pnm.c 34 #define STDIN 0
63 FILE *fp_rd = stdin;
105 else if (fp_rd == stdin)
133 /* set stdin/stdout if required to binary */
134 if (fp_rd == stdin)
136 setmode (STDIN, O_BINARY);
pnm2png.c 33 #define STDIN 0
64 FILE *fp_rd = stdin;
104 else if (fp_rd == stdin)
132 /* set stdin/stdout to binary, we're reading the PNM always! in binary format */
133 if (fp_rd == stdin)
135 setmode (STDIN, O_BINARY);
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/
read_device_node.c 38 static const int STDIN = 0;
44 tcgetattr(STDIN, &term);
46 tcsetattr(STDIN, TCSANOW, &term);
47 setbuf(stdin, NULL);
52 ioctl(STDIN, FIONREAD, &bytesWaiting);
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/gesture_test/
inv_gesture_test.c 155 static const int STDIN = 0;
161 tcgetattr(STDIN, &term);
163 tcsetattr(STDIN, TCSANOW, &term);
164 setbuf(stdin, NULL);
169 ioctl(STDIN, FIONREAD, &bytesWaiting);
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
mpu_iio.c 70 static const int STDIN = 0;
76 tcgetattr(STDIN, &term);
78 tcsetattr(STDIN, TCSANOW, &term);
79 setbuf(stdin, NULL);
84 ioctl(STDIN, FIONREAD, &bytesWaiting);

Completed in 711 milliseconds