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

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.c128 opstr(int op) function
468 (void) snprintf(buf, len, "operator %s", opstr(dnp->dn_op));
3019 "of arithmetic type\n", opstr(dnp->dn_op));
3027 "integral type\n", opstr(dnp->dn_op));
3035 "of scalar type\n", opstr(dnp->dn_op));
3108 "scalar type\n", opstr(dnp->dn_op));
3113 "of known size\n", opstr(dnp->dn_op));
3118 "lvalue as an operand\n", opstr(dnp->dn_op));
3123 "to a writable variable\n", opstr(dnp->dn_op));
3130 xyerror(D_UNKNOWN, "invalid unary op %s\n", opstr(dn
[all...]
/freebsd-11-stable/contrib/binutils/gas/
H A Dsymbols.c3027 char * opstr = NULL; /* Operator prefix string. */
3036 /* Match known operators -> fill in opstr, arity, operands[] and fall
3058 opstr = "+";
3072 opstr = "+:" str_; \
3080 opstr = str_; \
3089 opstr = "+:" str_; \
3097 opstr = str_; \
3130 opstr = NULL;
3132 opstr = NULL;
3134 opstr
3022 char * opstr = NULL; /* Operator prefix string. */ local
[all...]
/freebsd-11-stable/sys/net80211/
H A Dieee80211_ioctl.c1273 const char *opstr; member in struct:__anon5420
1300 "station %s via MLME", ops[op].opstr);
1303 "station %s via MLME (reason: %d (%s))", ops[op].opstr,

Completed in 141 milliseconds