Home
last modified time | relevance | path

Searched refs:MAX_ARG (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/src/utils/
Dos_internal.c522 const int MAX_ARG = 30; in os_exec() local
524 char *argv[MAX_ARG + 1]; in os_exec()
534 while (i < MAX_ARG && pos && *pos) { in os_exec()
Dos_unix.c841 const int MAX_ARG = 30; in os_exec() local
843 char *argv[MAX_ARG + 1]; in os_exec()
853 while (i < MAX_ARG && pos && *pos) { in os_exec()