Searched refs:entry_end (Results 1 – 1 of 1) sorted by relevance
32 const char *entry, *entry_end; in env_attr_walk() local43 entry_end = strchr(entry, ENV_ATTR_LIST_DELIM); in env_attr_walk()45 if (entry_end == NULL) { in env_attr_walk()62 int entry_len = entry_end - entry; in env_attr_walk()106 entry = entry_end + 1; in env_attr_walk()107 } while (entry_end != NULL); in env_attr_walk()
Completed in 79 milliseconds