HomeSort by: relevance | last modified time | path
    Searched refs:t_op (Results 1 - 7 of 7) sorted by relevancy

  /src/bin/dd/
position.c 130 struct mtop t_op; local
149 t_op.mt_op = MTFSR;
150 t_op.mt_count = out.offset;
152 if (ddop_ioctl(out, out.fd, MTIOCTOP, &t_op) < 0)
172 t_op.mt_op = MTBSR;
173 t_op.mt_count = 1;
174 if (ddop_ioctl(out, out.fd, MTIOCTOP, &t_op) == -1)
  /src/lib/libcurses/
setterm.c 159 const char *t_op = t_orig_pair(screen->term); local
164 if (t_op != NULL) {
165 if (does_esc_m(t_op))
169 if (t_esm != NULL && !strcmp(t_op, t_esm))
172 if (t_eum != NULL && !strcmp(t_op, t_eum))
175 if (t_eam != NULL && !strcmp(t_op, t_eam))
208 if (t_op != NULL && !strcmp(t_eum, t_op))
228 if (t_op != NULL && !strcmp(t_esm, t_op))
    [all...]
  /src/bin/test/
test.c 103 struct t_op { struct
108 static const struct t_op cop[] = {
119 static const struct t_op cop2[] = {
123 static const struct t_op mop3[] = {
135 static const struct t_op mop2[] = {
167 static struct t_op const *t_wp_op;
180 static struct t_op const *findop(const char *);
347 static struct t_op const *op;
371 static struct t_op const *op;
508 struct t_op const *op
    [all...]
  /src/bin/ksh/
c_test.c 45 struct t_op { struct
49 static const struct t_op u_ops [] = {
76 static const struct t_op b_ops [] = {
200 const struct t_op *otab;
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
constraint-manager.cc 1283 /* Given "lhs C_OP rhs", determine "lhs T_OP rhs".
1288 eval_constraint_op_for_op (enum constraint_op c_op, enum tree_code t_op)
1295 if (t_op == EQ_EXPR)
1297 if (t_op == NE_EXPR)
1301 if (t_op == LT_EXPR || t_op == LE_EXPR || t_op == NE_EXPR)
1303 if (t_op == EQ_EXPR || t_op == GT_EXPR || t_op == GE_EXPR
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
arc-dis.c 251 const struct arc_opcode *t_op = NULL; local
354 t_op = opcode;
372 return t_op;
  /src/external/gpl3/binutils.old/dist/opcodes/
arc-dis.c 251 const struct arc_opcode *t_op = NULL; local
354 t_op = opcode;
372 return t_op;

Completed in 60 milliseconds