HomeSort by: relevance | last modified time | path
    Searched refs:S_LEN (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/tmux/dist/
configure 5561 #define S_LEN (sizeof S - 1)
5567 for (i = 0; i < S_LEN + 1; ++i)
5569 int expected = i <= S_LEN ? i : S_LEN;
  /src/external/gpl3/gdb/dist/gnulib/
configure 34456 #define S_LEN (sizeof S - 1)
34462 for (i = 0; i < S_LEN + 1; ++i)
34464 int expected = i <= S_LEN ? i : S_LEN;
  /src/external/gpl3/gdb.old/dist/gnulib/
configure 34456 #define S_LEN (sizeof S - 1)
34462 for (i = 0; i < S_LEN + 1; ++i)
34464 int expected = i <= S_LEN ? i : S_LEN;

Completed in 60 milliseconds