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

  /development/ndk/sources/android/libportable/arch-mips/
syscall.c 54 #define MAXARGS 8
60 int i, nargs, args[MAXARGS];
595 * It assumes that no more than MAXARGS arguments are passed
607 /* For now assume all syscalls take MAXARGS arguments. */
608 nargs = MAXARGS;
  /external/ppp/pppd/
options.c 398 char *argv[MAXARGS];
399 char args[MAXARGS][MAXWORDLEN];
525 char *argv[MAXARGS];
    [all...]
pppd.h 80 #define MAXARGS 1 /* max # args to a command */
    [all...]

Completed in 337 milliseconds