Searched refs:op_str (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dibmirror.c439 char op_str[32]; local
518 strcpy(op_str, "Clear");
520 strcpy(op_str, "Read");
526 strcpy(op_str, "Set");
528 printf("\n%s Mirror Configuration\n", op_str);
532 printf("%s Lossy Configuration\n", op_str);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dexpprint.c68 char *op_str; local
412 op_str = "???";
416 op_str = op_print_tab[tem].string;
471 op_str = "???";
475 op_str = op_print_tab[tem].string;
496 fputs_filtered (op_str, stream);
501 fputs_filtered (op_str, stream);
519 fprintf_filtered (stream, " %s= ", op_str);
520 else if (op_str[0] == ',')
521 fprintf_filtered (stream, "%s ", op_str);
[all...]
/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c5913 const char *op_str; local
5929 if (dwarf_get_CFA_name(op, &op_str) != DW_DLV_OK) {
5932 op_str = unk_op;
5934 printf(" %s", op_str);
6406 const char *op_str; local
6411 if (dwarf_get_OP_name(lr->lr_atom, &op_str) !=
6415 op_str = unk_op;
6418 printf("%s", op_str);

Completed in 136 milliseconds