Home
last modified time | relevance | path

Searched refs:t_op (Results 1 – 3 of 3) sorted by relevance

/openbsd/bin/dd/
H A Dposition.c117 struct mtop t_op; in pos_out() local
134 t_op.mt_op = MTFSR; in pos_out()
135 t_op.mt_count = out.offset; in pos_out()
137 if (ioctl(out.fd, MTIOCTOP, &t_op) == -1) in pos_out()
155 t_op.mt_op = MTBSR; in pos_out()
156 t_op.mt_count = 1; in pos_out()
157 if (ioctl(out.fd, MTIOCTOP, &t_op) == -1) in pos_out()
/openbsd/bin/test/
H A Dtest.c93 struct t_op { struct
140 struct t_op const *t_wp_op;
364 struct t_op const *op; in binop()
408 struct t_op const *op = ops; in t_lex_type()
499 struct t_op const *op = ops; in t_lex()
/openbsd/bin/ksh/
H A Dc_test.c42 struct t_op { struct
46 static const struct t_op u_ops [] = { argument
73 static const struct t_op b_ops [] = {
184 const struct t_op *otab; in test_isop()