HomeSort by: relevance | last modified time | path
    Searched refs:stdin (Results 1 - 25 of 230) sorted by relevancy

1 2 3 4 5 6 7 8 910

  /xsrc/external/mit/freetype/dist/builds/mac/
ascii2mpw.py 6 for asc_line in sys.stdin.readlines():
16 for mpw_line in sys.stdin.readlines():
  /xsrc/external/mit/font-util/dist/
bdftruncate.c 167 if (fgets(line, line_len, stdin) == NULL)
169 while (strlen(line) == line_len - 1 && !feof(stdin)) {
182 if (fgets(input_ptr, rest_len, stdin) == NULL) {
  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/
check_output.py 491 stdin = sys.stdin.buffer variable
493 packet_type = stdin.read(4)
497 test_name = get_cstr(stdin)
498 test_variant = get_cstr(stdin)
504 test_source_file = get_cstr(stdin)
506 if ord(stdin.read(1)):
507 current_result = (get_cstr(stdin), get_cstr(stdin))
508 code_size = struct.unpack("=L", stdin.read(4))[0
    [all...]
  /xsrc/external/mit/xf86-video-intel/dist/tools/
backlight_helper.c 61 while (fgets(buf, sizeof(buf), stdin)) {
  /xsrc/external/mit/xf86-video-intel-2014/dist/tools/
backlight_helper.c 51 while (fgets(buf, sizeof(buf), stdin)) {
  /xsrc/external/mit/xmessage/dist/
readfile.c 89 * get_data_from_stdin - read data from stdin into a single buffer.
107 while ((n = fread (cp + count, 1, BUFSIZ, stdin)) > 0) {
  /xsrc/external/mit/xmodmap/dist/
pf.c 44 void process_file (const char *filename) /* NULL means use stdin */
52 fp = stdin;
53 inputFilename = "stdin";
  /xsrc/external/mit/brotli/dist/python/tests/
bro_test.py 39 args, stdin=in_file, stdout=out_file, env=TEST_ENV)
87 args, stdin=in_file, stdout=out_file, env=TEST_ENV)
  /xsrc/external/mit/xtrap/dist/
xtrapin.c 63 ** If no script file is provided, stdin is the default
172 ifp = (ifp ? ifp : stdin);
214 if (ifp != stdin)
xtrapstats.c 112 fgets(buffer, sizeof(buffer), stdin);
chparse.c 29 ** stdin and returns a parsed character or sequence
388 fdmask = 1 << fileno(stdin);
391 count = select(fileno(stdin) + 1, (fd_set *)&fdmask, NULL, NULL, &timeout);
398 count = read(fileno(stdin), buffer, count);
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/tests/
optimization_test.py 72 stdin=subprocess.PIPE)
  /xsrc/external/mit/libX11/dist/src/xlibi18n/lcUniConv/
8bit_tab_to_h.c 78 c = getc(stdin);
79 ungetc(c,stdin);
85 c = getc(stdin);
91 do { c = getc(stdin); } while (!(c == EOF || c == '\n'));
94 ungetc(c,stdin);
97 do { c = getc(stdin); } while (c == ' ' || c == '\t');
99 ungetc(c,stdin);
cjk_tab_to_h.c 81 c = getc(stdin);
82 ungetc(c,stdin);
86 c = getc(stdin);
92 do { c = getc(stdin); } while (!(c == EOF || c == '\n'));
95 ungetc(c,stdin);
775 c = getc(stdin);
776 ungetc(c,stdin);
780 c = getc(stdin);
786 do { c = getc(stdin); } while (!(c == EOF || c == '\n'));
789 ungetc(c,stdin);
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/
glcpp.c 84 return load_text_fp (ctx, stdin);
116 "Pre-process the given filename (stdin if no filename given).\n"
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/
optimization_test.py 90 stdin=subprocess.PIPE)
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/
glcpp.c 84 return load_text_fp (ctx, stdin);
115 "Pre-process the given filename (stdin if no filename given).\n"
  /xsrc/external/mit/bitmap/dist/
bmtoa.c 91 "%s: unable to generate temporary file for stdin.\n",
97 nread = fread (buf, 1, sizeof buf, stdin);
102 "%s: error copying stdin to file (%d of %d chars)\n",
182 ProgramName, isstdin ? "(stdin)" : filename);
  /xsrc/external/mit/rgb/dist/
rgb.c 122 while (fgets (line, sizeof (line), stdin)) {
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/
glcpp_test.py 71 stdin=subprocess.PIPE)
101 stdin=subprocess.PIPE)
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/
glcpp_test.py 67 stdin=subprocess.PIPE)
91 stdin=subprocess.PIPE)
  /xsrc/external/mit/libXpm/dist/src/
RdFToI.c 208 mdata->stream.file = (stdin);
282 if (mdata->stream.file != (stdin))
  /xsrc/external/mit/xmh/dist/
command.c 146 old_stdin = dup(fileno(stdin));
147 (void) dup2(inputfd, fileno(stdin));
203 if (pid != 0) dup2(old_stdin, fileno(stdin));
  /xsrc/external/mit/MesaLib/dist/src/gallium/tools/trace/
format.py 125 if stream is sys.stdin:
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/tools/trace/
format.py 125 if stream is sys.stdin:

Completed in 22 milliseconds

1 2 3 4 5 6 7 8 910