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

/bionic/linker/
H A Dlinker_environ.c35 * - It is smaller than MAX_ENV_LEN (to detect non-zero terminated strings)
47 const int MAX_ENV_LEN = 32*4096; local
59 } while (pos < MAX_ENV_LEN);
61 if (pos >= MAX_ENV_LEN) /* Too large */
119 #define MAX_ENV_LEN (16*4096) macro

Completed in 76 milliseconds