| /OK3568_Linux_fs/kernel/fs/hpfs/ |
| H A D | super.c | 314 int *lowercase, int *eas, int *chk, int *errs, in parse_opts() argument 355 *lowercase = 1; in parse_opts() 358 *lowercase = 0; in parse_opts() 447 int lowercase, eas, chk, errs, chkdsk, timeshift; in hpfs_remount_fs() local 458 lowercase = sbi->sb_lowercase; in hpfs_remount_fs() 462 if (!(o = parse_opts(data, &uid, &gid, &umask, &lowercase, in hpfs_remount_fs() 480 sbi->sb_lowercase = lowercase; in hpfs_remount_fs() 549 int lowercase, eas, chk, errs, chkdsk, timeshift; in hpfs_fill_super() local 569 lowercase = 0; in hpfs_fill_super() 576 if (!(o = parse_opts(options, &uid, &gid, &umask, &lowercase, in hpfs_fill_super() [all …]
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.android-fastboot-protocol | 104 * Commands that begin with a lowercase letter are reserved for this 106 lowercase letter, to prevent incompatibilities with future specs. 168 Names starting with a lowercase character are reserved by this 169 specification. OEM-specific names should not start with lowercase
|
| /OK3568_Linux_fs/buildroot/package/nmap/ |
| H A D | nmap.hash | 1 # From https://nmap.org/dist/sigs/nmap-7.92.tar.bz2.digest.txt (lowercase)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/char_encoding/unicode/ |
| H A D | query.hpp | 86 lowercase = 256, enumerator 239 return (detail::category_lookup(ch) & properties::lowercase) != 0; in is_lowercase()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/ |
| H A D | string_stdlib.cpp | 17 std::string lowercase(const std::string& str) { in lowercase() function
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/ |
| H A D | platform.hpp | 15 std::string lowercase(const std::string &string);
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/go/go-1.18/ |
| H A D | CVE-2022-27664.patch | 58 -// lowercase prior to their encoding in HTTP/2. " 63 +// lowercase prior to their encoding in HTTP/2. "
|
| /OK3568_Linux_fs/buildroot/docs/manual/ |
| H A D | adding-packages-luarocks.txt | 94 +$(lowercase LUA_FOO_NAME_UPSTREAM)-$(LUA_FOO_VERSION).src.rock+ 103 +$(lowercase LUA_FOO_NAME_UPSTREAM)-$(LUA_FOO_VERSION).rockspec+
|
| H A D | writing-rules.txt | 57 preferably in lowercase, enclosed between separators made of 80 hashes. A
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/ |
| H A D | string_stdlib.cpp | 41 std::string lowercase(const std::string& str) in lowercase() function
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/ |
| H A D | char_class.hpp | 155 struct lowercase { BOOST_SPIRIT_IS_TAG() }; struct 400 BOOST_SPIRIT_UNICODE_CLASSIFY(lowercase) 644 BOOST_SPIRIT_UNICODE_CLASSIFY_WHAT(lowercase)
|
| H A D | common_terminals.hpp | 330 BOOST_SPIRIT_UNICODE_CHAR_CODE(lowercase)
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/powerpc/fsl/ |
| H A D | cpus.txt | 21 name with all uppercase letters converted to lowercase, indicates that
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0085-loader-bsd-Check-for-NULL-arg-up-front.patch | 45 "<type><number><lowercase letter> are supported");
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/ |
| H A D | xilinx.txt | 37 directive in system.mhs). Should be in lowercase 42 to lowercase and all underscore '_' characters are
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/char_encoding/ |
| H A D | unicode.hpp | 217 BOOST_SPIRIT_DERIVED_CATEGORY(lowercase)
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-bus-event_source-devices-events | 46 a number is base-16 format with a '0x' prefix (lowercase only).
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/unzip/unzip/ |
| H A D | 06-unzip60-alt-iconv-utf8_CVE-2015-1315.patch | 194 lowercase\n %-42s -V retain VMS version numbers\n%s"; 203 +lowercase\n %-42s -V retain VMS version numbers\n%s\
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/libtiff/tiff/ |
| H A D | 0001-tiffcrop-subroutines-require-a-larger-buffer-fixes-2.patch | 148 /* convert option to lowercase */ 156 /* convert value to lowercase */
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | vfat.rst | 128 **lower**: convert to lowercase for display, 303 the 8.3 namespace and are written on Windows NT to be lowercase will
|
| /OK3568_Linux_fs/kernel/Documentation/sh/ |
| H A D | new-machine.rst | 244 lowercase, regardless of the fact that the mach-types entries are all
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/ |
| H A D | symbol_layout.cpp | 115 u8string = platform::lowercase(u8string); in SymbolLayout()
|
| /OK3568_Linux_fs/yocto/poky/documentation/migration-guides/ |
| H A D | migration-3.0.rst | 283 :term:`NATIVELSBSTRING` to use all lowercase
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/ |
| H A D | compound_expression.cpp | 507 return platform::lowercase(input); in initializeDefinitions()
|
| /OK3568_Linux_fs/kernel/Documentation/usb/ |
| H A D | usbmon.rst | 8 The name "usbmon" in lowercase refers to a facility in kernel which is
|