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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/protocols/
rwhod.h 41 char out_line[8]; /* tty name */ member in struct:outmp
  /external/ltp/testcases/kernel/fs/mongo/
mongo_compare.c 57 char out_line[100]; local
167 strcpy(out_line, line3);
168 strcat(out_line, "\n");
185 sprintf(out_line, "%s : %6.2f / %6.2f = %.2f\n",
195 fprintf(f3, "%s", out_line);
199 out_line[0] = 0;
  /external/webrtc/tools/sslroots/
generate_sslroots.py 75 for out_line in sub_file_blocks:
76 new_file.write(out_line)
  /external/v8/tools/
presubmit.py 86 out_line = process.stderr.readline()
87 if out_line == '' and process.poll() != None:
92 m = LINT_OUTPUT_PATTERN.match(out_line)
94 out_lines += out_line
  /external/boringssl/src/tool/
transport_common.cc 481 // success, sets |*out_line| to it and returns true. Otherwise it returns
483 bool Next(std::string *out_line) {
495 out_line->assign(buf_, length);

Completed in 202 milliseconds