Home
last modified time | relevance | path

Searched defs:MAXARGS (Results 1 – 4 of 4) sorted by relevance

/external/libppp/src/
Ddefs.h63 #define MAXARGS 40 /* How many args per config line */ macro
Dcommand.c1131 command_Expand_Interpret(char *buff, int nb, char *argv[MAXARGS], int offset) in command_Expand_Interpret()
1143 command_Interpret(char *buff, int nb, char *argv[MAXARGS]) in command_Interpret()
/external/ppp/pppd/
Dpppd.h80 #define MAXARGS 1 /* max # args to a command */ macro
/external/openssh/
Dsftp.c969 #define MAXARGS 128 macro