Searched refs:MAX_ARG (Results 1 - 6 of 6) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos_internal.c532 const int MAX_ARG = 30; local
534 char *argv[MAX_ARG + 1];
544 while (i < MAX_ARG && pos && *pos) {
H A Dos_unix.c785 const int MAX_ARG = 30; local
787 char *argv[MAX_ARG + 1];
797 while (i < MAX_ARG && pos && *pos) {
/external/wpa_supplicant_8/src/utils/
H A Dos_internal.c532 const int MAX_ARG = 30; local
534 char *argv[MAX_ARG + 1];
544 while (i < MAX_ARG && pos && *pos) {
H A Dos_unix.c785 const int MAX_ARG = 30; local
787 char *argv[MAX_ARG + 1];
797 while (i < MAX_ARG && pos && *pos) {
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos_internal.c532 const int MAX_ARG = 30; local
534 char *argv[MAX_ARG + 1];
544 while (i < MAX_ARG && pos && *pos) {
H A Dos_unix.c785 const int MAX_ARG = 30; local
787 char *argv[MAX_ARG + 1];
797 while (i < MAX_ARG && pos && *pos) {

Completed in 71 milliseconds