Home
last modified time | relevance | path

Searched refs:ops (Results 1 – 5 of 5) sorted by relevance

/busybox-1.35.0/miscutils/
Dsetserial.c501 static int serial_ctl(int fd, int ops, struct serial_struct *serinfo) in serial_ctl() argument
506 if (ops & CTL_SET) { in serial_ctl()
514 if (ops & CTL_CONFIG) { in serial_ctl()
522 if (ops & CTL_GET) { in serial_ctl()
530 if (ops & CTL_CLOSE) in serial_ctl()
536 if (ops & CTL_NODIE) in serial_ctl()
Dbc.c770 IF_BC(BcVec ops;)
3736 IF_BC(bc_vec_pop_all(&p->ops);) in xc_parse_reset()
3745 IF_BC(bc_vec_free(&G.prs.ops);) in xc_parse_free()
3757 IF_BC(bc_vec_init(&p->ops, sizeof(BcLexType), NULL);) in xc_parse_create()
3804 #define BC_PARSE_TOP_OP(p) (*(BcLexType*)bc_vec_top(&(p)->ops))
3842 while (p->ops.len > start) { in bc_parse_operator()
3850 bc_vec_pop(&p->ops); in bc_parse_operator()
3854 bc_vec_push(&p->ops, &type); in bc_parse_operator()
3862 if (p->ops.len <= ops_bgn) in zbc_parse_rightParen()
3869 bc_vec_pop(&p->ops); in zbc_parse_rightParen()
[all …]
/busybox-1.35.0/shell/hush_test/hush-signals/
Dsigint1.tests26 # User may use ^C to interrupt editor's ops like search. But then
/busybox-1.35.0/shell/ash_test/ash-signals/
Dsigint1.tests26 # User may use ^C to interrupt editor's ops like search. But then
/busybox-1.35.0/
DNOFORK_NOEXEC.lst33 hardware: performs unusual hardware ops which may take long,