Searched refs:forbidden (Results 1 - 9 of 9) sorted by relevance
/third_party/ntfs-3g/libntfs-3g/ |
H A D | unistr.c | 1477 * Check whether a name contains no chars forbidden 1480 * If @strict is TRUE, then trailing dots and spaces are forbidden. 1489 BOOL forbidden; local 1500 forbidden = (len == 0) || 1510 forbidden = TRUE; 1512 if (forbidden) 1514 return (forbidden); 1518 * Check whether a name contains no forbidden chars and 1524 * If @strict is TRUE, then trailing dots and spaces are forbidden. 1528 * If the name is forbidden, errn 1534 BOOL forbidden; global() local [all...] |
/third_party/elfutils/src/ |
H A D | elfclassify.c | 617 enum classify_requirement { do_not_care, required, forbidden }; enumerator 679 requirements[key - classify_check_not_offset] = forbidden; in parse_opt() 799 case forbidden: in process_current_path()
|
/third_party/node/test/parallel/ |
H A D | test-http2-info-headers.js | 15 /^HTTP status code 101 \(Switching Protocols\) is forbidden in HTTP\/2$/;
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
H A D | mhd2spdy_http.c | 55 static char * const forbidden[] = {"Transfer-Encoding", in http_cb_iterate() local 68 if(0 == strcasecmp(forbidden[i], name)) in http_cb_iterate()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
H A D | consistency_tools.py | 510 # Check that we don't have any codes forbidden based on command name. 511 forbidden = self.get_forbidden_codes_for_command(name).intersection(codes) 512 if forbidden: 514 ", ".join(forbidden), 515 "that were forbidden due to the name of this command")
|
/third_party/python/Python/ |
H A D | ast.c | 51 static const char * const forbidden[] = { in validate_name() local 57 for (int i = 0; forbidden[i] != NULL; i++) { in validate_name() 58 if (_PyUnicode_EqualToASCIIString(name, forbidden[i])) { in validate_name() 59 PyErr_Format(PyExc_ValueError, "identifier field can't represent '%s' constant", forbidden[i]); in validate_name()
|
/third_party/libwebsockets/scripts/ |
H A D | attack.sh | 57 echo "FAIL: got something other than $CORPUS + forbidden back" 65 if [ "$1" = "forbidden" ] ; then 67 echo "FAIL: should have told forbidden (test server has no dirs)" 82 echo "FAIL: should have told forbidden (test server has no dirs)" 259 echo "---- good request but http payload coming too (test.html served then forbidden)" 277 check forbidden
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
H A D | Ordinals.pm | 200 from B<sort>, which is forbidden here. 220 from B<sort>, which is forbidden here. 533 croak "Alias with associated features is forbidden\n"
|
/third_party/openssl/util/perl/OpenSSL/ |
H A D | Ordinals.pm | 200 from B<sort>, which is forbidden here. 220 from B<sort>, which is forbidden here. 533 croak "Alias with associated features is forbidden\n"
|
Completed in 10 milliseconds