sizeenv            85 ext/standard/proc_open.c 	uint string_length, cnt, l, sizeenv=0, el_len;
sizeenv           131 ext/standard/proc_open.c 		sizeenv += el_len+1;
sizeenv           138 ext/standard/proc_open.c 				sizeenv += string_length;
sizeenv           146 ext/standard/proc_open.c 	p = env.envp = (char *) pecalloc(sizeenv + 4, 1, is_persistent);
sizeenv           202 ext/standard/proc_open.c 	assert((uint)(p - env.envp) <= sizeenv);