Searched defs:output_name (Results 1 - 8 of 8) sorted by relevance
/external/blktrace/btt/ |
H A D | args.c | 267 static FILE *std_open(char *output_name, char *sfx, char *msg) argument 270 char fname[strlen(output_name) + 32]; 272 sprintf(fname, "%s.%s", output_name, sfx); 331 output_name = optarg; 399 if (output_name == NULL) { 403 rngs_ofp = std_open(output_name, "dat", "range data"); 404 avgs_ofp = std_open(output_name, "avg", "stats data"); 405 msgs_ofp = std_open(output_name, "msg", "K messages"); 407 xavgs_ofp = std_open(output_name, "xvg",
|
H A D | bt_timeline.c | 30 char *devices, *exes, *input_name, *output_name, *seek_name, *bno_dump_name; variable
|
/external/lldb/scripts/Python/ |
H A D | modify-python-lldb.py | 27 output_name = "./lldb.py" variable 29 output_name = sys.argv[1] + "/lldb.py" variable 31 # print "output_name is '" + output_name + "'" 290 with open(output_name, 'r') as f_in: 434 with open(output_name, 'w') as f_out:
|
/external/selinux/policycoreutils/semodule/ |
H A D | semodule.c | 429 const char *output_name = NULL; local 480 result = semanage_module_info_get_name(sh, extract_info, &output_name); 485 rlen = snprintf(output_path, PATH_MAX, "%s.%s", output_name, lang_ext);
|
/external/llvm/tools/gold/ |
H A D | gold-plugin.cpp | 110 static std::string output_name = ""; variable 217 output_name = tv->tv_u.tv_string; 802 saveBCFile(output_name + ".opt.bc", *M); 808 Filename = output_name + ".o"; 878 raw_fd_ostream OS(output_name + ".thinlto.bc", EC, 882 output_name.data(), EC.message().c_str()); 935 path = output_name; 937 path = output_name + ".bc"; 972 sys::fs::remove(output_name);
|
/external/blktrace/ |
H A D | blkparse.c | 262 static char *output_name; variable 2742 output_name = optarg; 2819 if (!output_name) { 2825 snprintf(ofname, sizeof(ofname) - 1, "%s", output_name);
|
H A D | blktrace.c | 285 static char *output_name; variable 1504 if (output_name) 1506 output_name, cpu); 2068 output_name = optarg; 2155 else if (output_name && (strcmp(output_name, "-") == 0)) { 2651 if (output_name) { 2653 output_name = NULL;
|
/external/netperf/src/ |
H A D | nettest_omni.c | 685 enum netperf_output_name output_name; /* belt and suspenders */ member in struct:netperf_output_elt 966 netperf_output_enum_to_str(enum netperf_output_name output_name) argument 968 switch (output_name) { 1358 netperf_output_enum_to_str(netperf_output_source[i].output_name)); 1379 netperf_output_enum_to_str(netperf_output_source[i].output_name), 1795 netperf_output_source[name].output_name = name; 1821 netperf_output_source[i].output_name = i;
|
Completed in 1289 milliseconds