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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dtest.c31 aexpr ::= nexpr | nexpr "-a" aexpr ;
32 nexpr ::= primary | "!" primary
167 static arith_t nexpr(enum token n);
276 res = nexpr(n);
283 static arith_t nexpr(enum token n) function
286 return !nexpr(t_lex(*++t_wp));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dprobe-finder.c215 size_t nexpr; local
223 ret = dwarf_getlocation(&attr, &expr, &nexpr);
224 if (ret < 0 || nexpr == 0)
227 if (expr[0].atom != DW_OP_plus_uconst || nexpr != 1) {
229 expr[0].atom, nexpr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/selinux/ss/
H A Dpolicydb.c1065 u32 nexpr; local
1083 nexpr = le32_to_cpu(buf[1]);
1086 for (j = 0; j < nexpr; j++) {

Completed in 172 milliseconds