Searched refs:opstr (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/network_cmds-457/cfilutil/
H A Dcfilutil.c144 const char *opstr = "unknown"; local
150 opstr = "attached";
153 opstr = "closed";
156 opstr = "dataout";
159 opstr = "datain";
162 opstr = "disconnectout";
165 opstr = "disconnectin";
175 opstr = "update";
178 opstr = "drop";
187 typestr, opstr,
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dputiltst.c314 const char *opstr; local
322 opstr = testCases[j+1];
324 switch(opstr[0]) {
339 log_verbose("%d: %s %s %s, OK\n", (j/3), v1str, opstr, v2str);
341 log_err("%d: %s %s %s: wanted values of the same sign, %d got %d\n", (j/3), v1str, opstr, v2str, op, got);
/macosx-10.10/dtrace-147/libdtrace/
H A Ddt_parser.c124 opstr(int op) function
447 (void) snprintf(buf, len, "operator %s", opstr(dnp->dn_op));
2955 "of arithmetic type\n", opstr(dnp->dn_op));
2963 "integral type\n", opstr(dnp->dn_op));
2971 "of scalar type\n", opstr(dnp->dn_op));
3043 "scalar type\n", opstr(dnp->dn_op));
3048 "of known size\n", opstr(dnp->dn_op));
3053 "lvalue as an operand\n", opstr(dnp->dn_op));
3058 "to a writable variable\n", opstr(dnp->dn_op));
3065 xyerror(D_UNKNOWN, "invalid unary op %s\n", opstr(dn
[all...]
/macosx-10.10/ruby-106/ruby/
H A Diseq.c1287 VALUE opstr = insn_operand_intern(iseqdat, insn, j, iseq[pos + j + 1], local
1290 rb_str_concat(str, opstr);

Completed in 304 milliseconds