Searched refs:getn (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dtest.c171 static arith_t getn(const char *s);
312 return isatty(getn(*t_wp));
339 val1 = getn(opnd1);
340 val2 = getn(opnd2);
478 static arith_t getn(const char *s) function
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dmsh.c548 static int getn(char *as);
3235 n = t->words[1] ? getn(t->words[1]) : 1;
3366 i = getn(cp);
3450 n = getn(s);
3468 static int getn(char *as) function
3503 nl = cp == NULL ? 1 : getn(cp);
3528 setstatus(getn(cp));

Completed in 603 milliseconds