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

/macosx-10.10/libauto-186/
H A DEnvironment.h61 static bool environ_has_auto_prefix; // true if any strings in environ have the AUTO_ prefix. member in class:Auto::Environment
H A DEnvironment.cpp53 bool Environment::environ_has_auto_prefix; // true if any strings in environ have the AUTO_ prefix. member in class:Auto::Environment
59 if ((environ_has_auto_prefix && strncmp(name, "AUTO_", 5) == 0) ||
120 Environment::environ_has_auto_prefix = true; member in class:Auto::Environment

Completed in 69 milliseconds