Searched refs:aexpr (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/coreutils/
H A Dtest.c52 oexpr ::= aexpr | aexpr "-o" oexpr ;
53 aexpr ::= nexpr | nexpr "-a" aexpr ;
703 static number_t aexpr(enum token n) function
707 nest_msg(">aexpr(%s)\n", TOKSTR[n]);
709 dbg_msg("aexpr: nexpr:%lld, next args:%s\n", res, args[1]);
711 dbg_msg("aexpr: arg is AND, next args:%s\n", args[1]);
712 res = aexpr(check_operator(*++args)) && res;
713 unnest_msg("<aexpr
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/coreutils/
H A Dtest.c52 oexpr ::= aexpr | aexpr "-o" oexpr ;
53 aexpr ::= nexpr | nexpr "-a" aexpr ;
703 static number_t aexpr(enum token n) function
707 nest_msg(">aexpr(%s)\n", TOKSTR[n]);
709 dbg_msg("aexpr: nexpr:%lld, next args:%s\n", res, args[1]);
711 dbg_msg("aexpr: arg is AND, next args:%s\n", args[1]);
712 res = aexpr(check_operator(*++args)) && res;
713 unnest_msg("<aexpr
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dtracepoint.c952 struct agent_expr *aexpr; local
995 aexpr = gen_trace_for_expr (t->address, exp);
996 make_cleanup_free_agent_expr (aexpr);
998 if (aexpr->len > MAX_AGENT_EXPR_LEN)
1001 ax_reqs (aexpr, &areqs);
1531 struct agent_expr *aexpr; local
1637 aexpr = gen_trace_for_expr (t->address, exp);
1639 old_chain1 = make_cleanup_free_agent_expr (aexpr);
1641 ax_reqs (aexpr, &areqs);
1651 add_aexpr (collect, aexpr);
1702 add_aexpr(struct collection_list *collect, struct agent_expr *aexpr) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/coreutils/
H A Dtest.c52 oexpr ::= aexpr | aexpr "-o" oexpr ;
53 aexpr ::= nexpr | nexpr "-a" aexpr ;
703 static number_t aexpr(enum token n) function
707 nest_msg(">aexpr(%s)\n", TOKSTR[n]);
709 dbg_msg("aexpr: nexpr:%lld, next args:%s\n", res, args[1]);
711 dbg_msg("aexpr: arg is AND, next args:%s\n", args[1]);
712 res = aexpr(check_operator(*++args)) && res;
713 unnest_msg("<aexpr
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dtracepoint.c952 struct agent_expr *aexpr; local
995 aexpr = gen_trace_for_expr (t->address, exp);
996 make_cleanup_free_agent_expr (aexpr);
998 if (aexpr->len > MAX_AGENT_EXPR_LEN)
1001 ax_reqs (aexpr, &areqs);
1531 struct agent_expr *aexpr; local
1637 aexpr = gen_trace_for_expr (t->address, exp);
1639 old_chain1 = make_cleanup_free_agent_expr (aexpr);
1641 ax_reqs (aexpr, &areqs);
1651 add_aexpr (collect, aexpr);
1702 add_aexpr(struct collection_list *collect, struct agent_expr *aexpr) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dtracepoint.c952 struct agent_expr *aexpr; local
995 aexpr = gen_trace_for_expr (t->address, exp);
996 make_cleanup_free_agent_expr (aexpr);
998 if (aexpr->len > MAX_AGENT_EXPR_LEN)
1001 ax_reqs (aexpr, &areqs);
1531 struct agent_expr *aexpr; local
1637 aexpr = gen_trace_for_expr (t->address, exp);
1639 old_chain1 = make_cleanup_free_agent_expr (aexpr);
1641 ax_reqs (aexpr, &areqs);
1651 add_aexpr (collect, aexpr);
1702 add_aexpr(struct collection_list *collect, struct agent_expr *aexpr) argument
[all...]

Completed in 201 milliseconds