Searched defs:output_name (Results 1 - 9 of 9) sorted by relevance

/external/blktrace/btt/
H A Dargs.c267 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 Dbt_timeline.c30 char *devices, *exes, *input_name, *output_name, *seek_name, *bno_dump_name; variable
/external/llvm/tools/gold/
H A Dgold-plugin.cpp68 std::string output_name = ""; member in namespace:__anon9205
150 output_name = tv->tv_u.tv_string;
425 path = output_name;
429 path = output_name + ".bc";
/external/chromium/net/http/
H A Dmock_gssapi_library_posix.cc264 gss_name_t* output_name) {
267 if (!output_name)
282 *output_name = output;
260 import_name( OM_uint32* minor_status, const gss_buffer_t input_name_buffer, const gss_OID input_name_type, gss_name_t* output_name) argument
H A Dhttp_auth_gssapi_posix.cc507 gss_name_t* output_name) {
510 output_name);
503 import_name( OM_uint32* minor_status, const gss_buffer_t input_name_buffer, const gss_OID input_name_type, gss_name_t* output_name) argument
/external/linux-tools-perf/
H A Dbuiltin-record.c49 static const char *output_name = NULL; variable
465 if (!output_name) {
471 output_name = "/data/perf.data";
473 output_name = "perf.data";
477 if (output_name) {
478 if (!strcmp(output_name, "-"))
480 else if (!stat(output_name, &st) && st.st_size) {
484 output_name);
486 rename(output_name, oldname);
502 output = open(output_name, flag
[all...]
H A Dbuiltin-timechart.c48 static char const *output_name = "output.svg"; variable
1013 write_svg_file(output_name);
1016 (last_time - first_time) / 1000000000.0, output_name);
1096 OPT_STRING('o', "output", &output_name, "file",
/external/blktrace/
H A Dblkparse.c262 static char *output_name; variable
2742 output_name = optarg;
2819 if (!output_name) {
2825 snprintf(ofname, sizeof(ofname) - 1, "%s", output_name);
H A Dblktrace.c285 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;

Completed in 1042 milliseconds