HomeSort by relevance Sort by last modified time
    Searched refs:banned (Results 1 - 4 of 4) sorted by null

  /external/grpc-grpc/tools/run_tests/sanity/
core_banned_functions.py 24 # map of banned function signature to whitelist
62 for banned, exceptions in BANNED_EXCEPT.items():
64 if banned in text:
65 print('Illegal use of "%s" in %s' % (banned, path))
  /external/curl/src/
tool_doswin.c 105 All banned characters are replaced by underscores, for example:
191 /* replace control characters and other banned characters */
193 const char *banned; local
202 for(banned = "|<>\"?*"; *banned; ++banned) {
203 if(*p == *banned) {
  /external/curl/lib/
checksrc.pl 66 'BANNEDFUNC' => 'a banned function was used',
561 # scan for use of banned functions
572 "use of $2 is banned");
579 "use of $2 is banned");
  /build/make/core/
main.mk 130 # some typically banned classes
    [all...]

Completed in 7971 milliseconds