HomeSort by relevance Sort by last modified time
    Searched refs:NEWARGS (Results 1 - 2 of 2) sorted by null

  /system/core/sh/
init.c 263 #undef NEWARGS
264 #define NEWARGS 5
555 #undef NEWARGS
556 #define NEWARGS 5
843 #undef NEWARGS
844 #define NEWARGS 5
exec.c 211 #define NEWARGS 5
222 char *newargs[NEWARGS]; local
229 ap = newargs;
237 if (ap == &newargs[NEWARGS])
247 if (ap == newargs + 1) { /* if no args, maybe no exec is needed */
248 p = newargs[0];
262 i = (char *)ap - (char *)newargs; /* size in bytes */
267 ap = newargs, ap2 = new
    [all...]

Completed in 36 milliseconds