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

/external/toybox/toys/pending/
H A Dsulogin.c81 char *forbid[] = { local
86 char *shell = NULL, *pass = NULL, **temp = forbid;
98 for (temp = forbid; *temp; temp++) unsetenv(*temp);
/external/toybox/toys/other/
H A Dlogin.c45 char *forbid[] = { local
57 for (count = 0; count < ARRAY_LEN(forbid); count++) unsetenv(forbid[count]);
/external/vulkan-validation-layers/tests/
H A Dvktestbinding.cpp181 const VkFlags forbid) const {
188 (memory_properties_.memoryTypes[i].propertyFlags & forbid) == 0) {
H A Dvktestbinding.h161 const VkMemoryPropertyFlags forbid = 0) const;

Completed in 138 milliseconds