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.c516 const int MAX_ARG = 30; in os_exec() local
518 char *argv[MAX_ARG + 1]; in os_exec()
528 while (i < MAX_ARG && pos && *pos) { in os_exec()
Dos_unix.c830 const int MAX_ARG = 30; in os_exec() local
832 char *argv[MAX_ARG + 1]; in os_exec()
842 while (i < MAX_ARG && pos && *pos) { in os_exec()