| /kernel/liteos_m/testsuites/unittest/posix/src/ctype/ |
| D | islower_test.c | 69 * @tc.name : Checks whether a parameter is a lowercase letter 87 * @tc.name : Checks whether a parameter is a lowercase letter 105 * @tc.name : Checks whether a parameter is a lowercase letter 123 * @tc.name : Checks whether a parameter is a lowercase letter 141 * @tc.name : Checks whether a parameter is a lowercase letter 159 * @tc.name : Checks whether a parameter is a lowercase letter
|
| D | toupper_test.c | 69 * @tc.name : Converts a lowercase letter to uppercase equivalent 87 * @tc.name : Converts a lowercase letter to uppercase equivalent 105 * @tc.name : Converts a lowercase letter to uppercase equivalent 123 * @tc.name : Converts a lowercase letter to uppercase equivalent 141 * @tc.name : Converts a lowercase letter to uppercase equivalent
|
| D | tolower_test.c | 69 * @tc.name : Converts an uppercase letter specified by c to its lowercase equivalent 87 * @tc.name : Converts an uppercase letter specified by c to its lowercase equivalent 105 * @tc.name : Converts an uppercase letter to lowercase equivalent 123 * @tc.name : Converts an uppercase letter to its lowercase equivalent 141 * @tc.name : Converts an uppercase letter to its lowercase equivalent
|
| /kernel/linux/linux-6.6/fs/hpfs/ |
| 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() 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 …]
|
| /kernel/linux/linux-5.10/fs/hpfs/ |
| 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() 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 …]
|
| /kernel/linux/linux-6.6/arch/s390/kernel/ |
| D | ipl_vmparm.c | 21 /* 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()
|
| /kernel/linux/linux-5.10/arch/s390/kernel/ |
| D | ipl_vmparm.c | 19 /* If at least one character is lowercase, we assume mixed in ipl_block_get_ascii_vmparm() 20 * case; otherwise we convert everything to lowercase. in ipl_block_get_ascii_vmparm()
|
| /kernel/linux/linux-6.6/certs/ |
| D | check-blacklist-hashes.awk | 10 # colon (":"), and finally an even number of hexadecimal lowercase characters 26 print "Not a lowercase hexadecimal string (item " NR "):", part2[2];
|
| /kernel/linux/linux-5.10/tools/perf/util/ |
| D | demangle-rust.c | 16 * 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
|
| D | expr.c | 102 * to lowercase, including metric references, hence in expr__add_ref() 103 * we need to add lowercase name for metric, so it's in expr__add_ref()
|
| /kernel/linux/linux-6.6/tools/perf/util/ |
| D | demangle-rust.c | 16 * 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
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/ |
| D | xilinx.txt | 37 directive in system.mhs). Should be in lowercase 42 to lowercase and all underscore '_' characters are
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/ |
| D | xilinx.txt | 37 directive in system.mhs). Should be in lowercase 42 to lowercase and all underscore '_' characters are
|
| /kernel/linux/linux-5.10/fs/hfs/ |
| D | sysdep.c | 14 /* dentry case-handling: just lowercase everything */
|
| /kernel/linux/linux-6.6/fs/hfs/ |
| D | sysdep.c | 14 /* dentry case-handling: just lowercase everything */
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/powerpc/fsl/ |
| D | cpus.txt | 21 name with all uppercase letters converted to lowercase, indicates that
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/powerpc/fsl/ |
| D | cpus.txt | 21 name with all uppercase letters converted to lowercase, indicates that
|
| /kernel/linux/linux-6.6/arch/s390/include/asm/ |
| D | ebcdic.h | 19 extern __u8 _ebc_tolower[256]; /* EBCDIC -> lowercase */
|
| /kernel/linux/linux-5.10/arch/s390/include/asm/ |
| D | ebcdic.h | 19 extern __u8 _ebc_tolower[256]; /* EBCDIC -> lowercase */
|
| /kernel/linux/linux-5.10/arch/x86/kernel/cpu/ |
| D | mkcapflags.sh | 36 # Name is uppercase, VALUE is all lowercase
|
| /kernel/linux/linux-6.6/arch/x86/kernel/cpu/ |
| D | mkcapflags.sh | 36 # Name is uppercase, VALUE is all lowercase
|
| /kernel/linux/linux-5.10/lib/ |
| D | hexdump.c | 43 * uppercase and lowercase letters, so we use (ch & 0xdf), which converts 44 * lowercase to uppercase
|
| /kernel/linux/linux-6.6/lib/ |
| D | hexdump.c | 43 * uppercase and lowercase letters, so we use (ch & 0xdf), which converts 44 * lowercase to uppercase
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/pinctrl/ |
| D | samsung,pinctrl-pins-cfg.yaml | 33 The pins should use lowercase names matching hardware manual, e.g. for
|
| /kernel/linux/linux-6.6/fs/unicode/ |
| D | utf8-selftest.c | 97 /* "ABba" folds to lowercase */ 120 to upper-case. Before 8.0.0, Cherokee lowercase were
|