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

/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dtest.c168 static int getn();
297 return isatty(getn(*t_wp));
333 return getn(opnd1) == getn(opnd2);
335 return getn(opnd1) != getn(opnd2);
337 return getn(opnd1) >= getn(opnd2);
339 return getn(opnd1) > getn(opnd
460 getn(s) function
[all...]
H A Dmsh.c513 static int getn(char *as );
3016 n = t->words[1]? getn(t->words[1]): 1;
3127 i = getn(cp);
3217 if ((n = getn(s)) < 0 || n > _NSIG) {
3236 getn(as) function
3279 nl = cp == NULL? 1: getn(cp);
3304 setstatus(getn(cp));

Completed in 84 milliseconds