Searched refs:env_start (Results 1 – 3 of 3) sorted by relevance
339 char *env_start, *env_end, *env, *found_env = NULL; in find_env() local348 env_start = (char *)((char *) env_cache + ENV_PARAM_BYTE_SIZE); in find_env()352 if (env_start == env_end) in find_env()355 env = env_start; in find_env()
359 char *env_start, *env_end, *env, *found_env = NULL; in find_env() local368 env_start = (char *)((char *) env_cache + ENV_PARAM_PART_BYTE_SIZE); in find_env()372 if (env_start == env_end) in find_env()375 env = env_start; in find_env()
98 uint64_t env_start; member