Home
last modified time | relevance | path

Searched refs:forbid (Results 1 – 25 of 163) sorted by relevance

1234567

/external/toybox/toys/pending/
Dsulogin.c81 char *forbid[] = { in sulogin_main() local
86 char *shell = NULL, *pass = NULL, **temp = forbid; in sulogin_main()
98 for (temp = forbid; *temp; temp++) unsetenv(*temp); in sulogin_main()
/external/toybox/toys/other/
Dlogin.c45 char *forbid[] = { in login_main() local
57 for (count = 0; count < ARRAY_LEN(forbid); count++) unsetenv(forbid[count]); in login_main()
/external/pcre/dist/testdata/
Dtestinput263 < forbid W
Dtestinput243 < forbid W
Dtestinput233 < forbid 8W
Dtestoutput243 < forbid W
Dtestoutput263 < forbid W
Dtestinput253 < forbid 8W
Dtestinput38 < forbid 8W
Dtestoutput38 < forbid 8W
Dtestoutput3B8 < forbid 8W
Dtestoutput3A8 < forbid 8W
Dtestoutput233 < forbid 8W
Dtestinput184 < forbid W
Dtestoutput253 < forbid 8W
Dtestinput154 < forbid W
Dtestinput175 < forbid 8W
Dtestinput146 < forbid 8W
Dtestinput45 < forbid 9?=ABCDEFfGILMNPTUWXZ<
/external/snakeyaml/src/test/resources/pyyaml/
Dunclosed-bracket.loader-error5 #"we could have detected the unclosed bracket on the above line, but this would forbid such syntax …
/external/hyphenation-patterns/Ethi/
Dhyph-und-ethi.lic.txt19 % syllables, and to forbid it before some punctuation marks particular to
/external/dagger2/
DCHANGELOG.md81 * Explicitly forbid declaring `@Inject` on a class type (e.g., `@Inject class Foo {}`).
/external/vulkan-validation-layers/tests/
Dvktestbinding.cpp218 const VkFlags forbid) const { in set_memory_type()
226 (memory_properties_.memoryTypes[i].propertyFlags & forbid) == in set_memory_type()
/external/libxml2/
Duri.c551 xmlParse3986Segment(const char **str, char forbid, int empty) in xmlParse3986Segment() argument
561 while (ISA_PCHAR(cur) && (*cur != forbid)) in xmlParse3986Segment()
/external/pcre/dist/doc/
Dpcretest.txt594 fiers. If an input line for pcretest starts with the string "< forbid "
599 < forbid 8W
607 < forbid <JS><cr>
609 There must be a single space between < and "forbid" for this feature to

1234567