Searched refs:MAX_CMDLINE_PAR (Results 1 – 1 of 1) sorted by relevance
56 #define MAX_CMDLINE_PAR 50000 macro61 static char *ret[MAX_CMDLINE_PAR]; in afl_init_argv()68 while (*ptr && rc < MAX_CMDLINE_PAR) { in afl_init_argv()87 #undef MAX_CMDLINE_PAR