HomeSort by: relevance | last modified time | path
    Searched defs:STR_LEN (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ppp/dist/chat/
chat.c 157 #define STR_LEN BUFFER_SIZE
401 char buf [STR_LEN];
411 while (fgets(buf, STR_LEN, cfp) != NULL) {
1011 char file_data[STR_LEN];
1169 /* open the file and read until STR_LEN-1 bytes or end-of-file */
1173 while (n < STR_LEN - 1) {
1174 int nr = fread(&file_data[n], 1, STR_LEN - 1 - n, f);
1359 char temp[STR_LEN];
1361 char *s = temp, *end = s + STR_LEN;
1372 if (len > STR_LEN) {
    [all...]
  /src/external/bsd/wpa/dist/wpa_supplicant/
config.c 2446 /* STR_LEN: Define a string variable with a separate variable for storing the
2451 #define STR_LEN(f) _STR_LEN(f), NULL, NULL, 0
2455 /* STR_RANGE: Like STR_LEN(), but with minimum and maximum allowed length
2738 { STR_LEN(dpp_netaccesskey) },
2740 { STR_LEN(dpp_csign) },
2741 { STR_LEN(dpp_pp_key) },
2766 #undef STR_LEN

Completed in 27 milliseconds