HomeSort by relevance Sort by last modified time
    Searched refs:MAX_ARG (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/src/utils/
os_internal.c 532 const int MAX_ARG = 30;
534 char *argv[MAX_ARG + 1];
544 while (i < MAX_ARG && pos && *pos) {
os_unix.c 785 const int MAX_ARG = 30;
787 char *argv[MAX_ARG + 1];
797 while (i < MAX_ARG && pos && *pos) {

Completed in 46 milliseconds