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

  /development/ndk/sources/android/libportable/arch-mips/
syscall.c 54 #define MAXARGS 8
60 int i, nargs, args[MAXARGS];
609 * It assumes that no more than MAXARGS arguments are passed
621 /* For now assume all syscalls take MAXARGS arguments. */
622 nargs = MAXARGS;
  /external/libppp/src/
defs.h 63 #define MAXARGS 40 /* How many args per config line */
  /external/openssh/
sftp.c 969 #define MAXARGS 128
978 static char *argv[MAXARGS + 1];
    [all...]
  /external/ppp/pppd/
pppd.h 80 #define MAXARGS 1 /* max # args to a command */
    [all...]

Completed in 71 milliseconds