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 516 const int MAX_ARG = 30;
518 char *argv[MAX_ARG + 1];
528 while (i < MAX_ARG && pos && *pos) {
os_unix.c 830 const int MAX_ARG = 30;
832 char *argv[MAX_ARG + 1];
842 while (i < MAX_ARG && pos && *pos) {

Completed in 1310 milliseconds