Home
last modified time | relevance | path

Searched full:lowercase (Results 1 – 25 of 53) sorted by relevance

123

/Linux-v6.1/fs/hpfs/
Dsuper.c314 int *lowercase, int *eas, int *chk, int *errs, in parse_opts() argument
355 *lowercase = 1; in parse_opts()
358 *lowercase = 0; in parse_opts()
424 case=lower lowercase all files\n\ in hpfs_help()
425 case=asis do not lowercase files (default)\n\ in hpfs_help()
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
[all …]
/Linux-v6.1/arch/s390/kernel/
Dipl_vmparm.c21 /* If at least one character is lowercase, we assume mixed in ipl_block_get_ascii_vmparm()
22 * case; otherwise we convert everything to lowercase. in ipl_block_get_ascii_vmparm()
/Linux-v6.1/certs/
Dcheck-blacklist-hashes.awk10 # colon (":"), and finally an even number of hexadecimal lowercase characters
26 print "Not a lowercase hexadecimal string (item " NR "):", part2[2];
DKconfig110 finally an even number of hexadecimal lowercase characters (up to 128).
/Linux-v6.1/tools/perf/util/
Ddemangle-rust.c16 * The last component of the path is a 64-bit hash in lowercase hex, prefixed
59 * 1. The hash must consist of "h" followed by 16 lowercase hex digits.
97 * A hash is the prefix "::h" followed by 16 lowercase hex digits. The hex
/Linux-v6.1/Documentation/devicetree/bindings/
Dxilinx.txt37 directive in system.mhs). Should be in lowercase
42 to lowercase and all underscore '_' characters are
/Linux-v6.1/fs/hfs/
Dsysdep.c14 /* dentry case-handling: just lowercase everything */
/Linux-v6.1/Documentation/devicetree/bindings/powerpc/fsl/
Dcpus.txt21 name with all uppercase letters converted to lowercase, indicates that
/Linux-v6.1/arch/s390/include/asm/
Debcdic.h19 extern __u8 _ebc_tolower[256]; /* EBCDIC -> lowercase */
/Linux-v6.1/arch/x86/kernel/cpu/
Dmkcapflags.sh36 # Name is uppercase, VALUE is all lowercase
/Linux-v6.1/scripts/
Dcheck-local-export59 # nm(3) says "If lowercase, the symbol is usually local"
/Linux-v6.1/lib/
Dhexdump.c43 * uppercase and lowercase letters, so we use (ch & 0xdf), which converts
44 * lowercase to uppercase
/Linux-v6.1/Documentation/devicetree/bindings/pinctrl/
Dsamsung,pinctrl-pins-cfg.yaml33 The pins should use lowercase names matching hardware manual, e.g. for
/Linux-v6.1/fs/unicode/
Dutf8-selftest.c97 /* "ABba" folds to lowercase */
120 to upper-case. Before 8.0.0, Cherokee lowercase were
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-bus-event_source-devices-events46 a number is base-16 format with a '0x' prefix (lowercase only).
Dsysfs-class-thermal7 shouldbe a short, lowercase string, not containing spaces nor
/Linux-v6.1/drivers/infiniband/hw/hfi1/
Defivar.c128 * If reading the lowercase EFI variable fail, read the uppercase in read_hfi1_efi_var()
/Linux-v6.1/drivers/gpu/drm/nouveau/nvkm/core/
Dfirmware.c78 /* Convert device name to lowercase */ in nvkm_firmware_get()
/Linux-v6.1/Documentation/devicetree/bindings/riscv/
Dcpus.yaml81 lowercase to simplify parsing.
/Linux-v6.1/drivers/s390/char/
Dsclp_tty.c392 /* switch to lowercase */ in sclp_switch_cases()
528 /* case input lines to lowercase */ in sclp_tty_init()
/Linux-v6.1/Documentation/filesystems/
Dvfat.rst128 **lower**: convert to lowercase for display,
303 the 8.3 namespace and are written on Windows NT to be lowercase will
/Linux-v6.1/arch/xtensa/variants/dc232b/include/variant/
Dtie.h65 * name = lowercase reg name (no quotes)
/Linux-v6.1/arch/xtensa/variants/dc233c/include/variant/
Dtie.h84 * name = lowercase reg name (no quotes)
/Linux-v6.1/scripts/kconfig/lxdialog/
Ddialog.h235 * -- the lowercase are used to signal mouse-enter events (M_EVENT + 'o')
/Linux-v6.1/scripts/dtc/
Dchecks.c305 #define LOWERCASE "abcdefghijklmnopqrstuvwxyz" macro
308 #define NODECHARS LOWERCASE UPPERCASE DIGITS ",._+-@"
309 #define PROPCHARS LOWERCASE UPPERCASE DIGITS ",._+*#?-"
310 #define PROPNODECHARSSTRICT LOWERCASE UPPERCASE DIGITS ",-"
725 if (strspn(prop->name, LOWERCASE DIGITS "-") != strlen(prop->name)) in check_alias_paths()
726 FAIL(c, dti, node, "aliases property name must include only lowercase and '-'"); in check_alias_paths()

123