| /linux/tools/testing/selftests/exec/ |
| H A D | binfmt_script.py | 38 # @leading: any leading whitespace before the executable path 45 def test(name, size, good=True, leading="", root="./", target="/perl", argument 54 remaining = size - len(hashbang) - len(leading) - len(root) - len(target) - len(arg) 69 buf=hashbang + leading + root + middle + target + arg + newline 120 # Same as above, but with leading whitespace. 121 test(name="exact-space", size=SIZE, good=False, leading=" ") 125 # A good path, but it gets truncated due to leading whitespace. 126 test(name="truncated", size=SIZE+17, good=False, leading=" " * 19) 134 test(name="newline-prefix", size=SIZE-1, good=False, leading="\n", 141 test(name="test.pl", size=439, leading=" ", [all …]
|
| /linux/drivers/spi/ |
| H A D | spi-bitbang-txrx.h | 71 /* sample MSB (from slave) on leading edge */ in bitbang_txrx_be_cpha0() 91 /* setup MSB (to slave) on leading edge */ in bitbang_txrx_be_cpha1() 136 /* sample LSB (from slave) on leading edge */ in bitbang_txrx_le_cpha0() 157 /* setup LSB (to slave) on leading edge */ in bitbang_txrx_le_cpha1()
|
| /linux/Documentation/devicetree/bindings/net/ |
| H A D | qcom,ipq9574-ppe.yaml | 109 - description: Bus interconnect path leading to PPE switch core function 110 - description: Bus interconnect path leading to PPE register access 111 - description: Bus interconnect path leading to QoS generation 112 - description: Bus interconnect path leading to timeout reference 113 - description: Bus interconnect path leading to NSS NOC from memory NOC 114 - description: Bus interconnect path leading to memory NOC from NSS NOC 115 - description: Bus interconnect path leading to enhanced memory NOC from NSS NOC
|
| H A D | amlogic,gxl-mdio-mux.yaml | 14 the internal mdio bus leading to the embedded 10/100 PHY or the external
|
| /linux/tools/perf/tests/shell/ |
| H A D | stat+shadow_stat.sh | 37 # use printf for rounding and a leading zero 79 # use printf for rounding and a leading zero
|
| /linux/drivers/acpi/acpica/ |
| H A D | utstrsuppt.c | 191 * RETURN: Next character after any leading zeros. This character may be 194 * DESCRIPTION: Remove any leading zeros in the input string. Return the 219 * DESCRIPTION: Remove any leading whitespace in the input string. Return the 253 return (TRUE); /* String is past leading 0x */ in acpi_ut_detect_hex_prefix() 275 *string += 2; /* Go past the leading 0x */ in acpi_ut_remove_hex_prefix() 296 *string += 1; /* Go past the leading 0 */ in acpi_ut_detect_octal_prefix()
|
| /linux/arch/powerpc/xmon/ |
| H A D | ppc.h | 337 register names with a leading 'r'. */ 340 /* Like PPC_OPERAND_GPR, but don't print a leading 'r' for r0. */ 344 prints these with a leading 'f'. */ 379 prints these with a leading 'v'. */ 397 prints these with a leading 'vs'. */
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-class-rtc | 89 epoch by default, or if there's a leading +, seconds in the 90 future, or if there is a leading +=, seconds ahead of the
|
| /linux/drivers/hwmon/ |
| H A D | ad7314.c | 71 /* Invalid read-out, leading zero part is missing */ in ad7314_temperature_show() 81 /* Invalid read-out, leading zero part is missing */ in ad7314_temperature_show()
|
| /linux/Documentation/arch/arm/nwfpe/ |
| H A D | nwfpe.rst | 15 the problems is with leading underscores on kernel symbols. Elf 16 kernels have no leading underscores, a.out compiled kernels do. I
|
| /linux/Documentation/devicetree/bindings/usb/ |
| H A D | usb-device.yaml | 36 hexadecimal with leading zeroes suppressed. The other compatible 70 in lower case hexadecimal with leading zeroes suppressed.
|
| /linux/drivers/firmware/efi/libstub/ |
| H A D | vsprintf.c | 463 * For octal, a leading 0 is printed only if necessary, in vsnprintf() 470 * For hexadecimal, the leading 0x is skipped if the in vsnprintf() 489 /* Leading padding with ' ' */ in vsnprintf() 530 /* Set high bits of leading octet */ in vsnprintf() 535 /* Set low bits of leading octet */ in vsnprintf()
|
| /linux/drivers/crypto/caam/ |
| H A D | caampkc.h | 103 * @src : input scatterlist (stripped of leading zeros) 104 * @fixup_src : input scatterlist (that might be stripped of leading zeros)
|
| /linux/tools/testing/selftests/bpf/test_kmods/ |
| H A D | bpf_testmod.h | 118 /* enough leading args to force @ptr onto the stack on x86 and arm64 */ 121 /* a multi-slot leading arg, so @ptr is not at the slot its arg index suggests */
|
| /linux/Documentation/mm/ |
| H A D | vmalloced-kernel-stacks.rst | 123 Leading and trailing guard pages help detect stack overflows. When the stack 134 How do we ensure that VMAP_STACK is actually allocating with a leading
|
| /linux/tools/lib/ |
| H A D | string.c | 119 * skip_spaces - Removes leading whitespace from @str. 132 * strim - Removes leading and trailing whitespace from @s.
|
| /linux/lib/ |
| H A D | glob.c | 37 * treat / or leading . specially; it isn't actually used for pathnames. 40 * are complemented by a leading !; this does not support the regex-style
|
| /linux/tools/sched_ext/include/bpf-compat/gnu/ |
| H A D | stubs.h | 7 * have 32bit glibc devel package installed leading to a build failure.
|
| /linux/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_drv.c | 276 * @port: The number of the port leading to the VOP2 277 * @reg: The endpoint number leading to the VOP2 304 * Check if a vop endpoint is leading to a rockchip subdriver or bridge.
|
| /linux/Documentation/pcmcia/ |
| H A D | driver.rst | 15 All fields are passed in as hexadecimal values (no leading 0x).
|
| /linux/arch/powerpc/boot/ |
| H A D | stdlib.c | 12 /* Not currently supported: leading whitespace, sign, 0x prefix, zero base */
|
| /linux/Documentation/devicetree/bindings/virtio/ |
| H A D | virtio-device.yaml | 22 representation of ID shall be in lower case hexadecimal with leading
|
| /linux/tools/perf/arch/arm64/tests/ |
| H A D | cpuid-match.c | 11 /* midr with no leading zeros matches */ in test__cpuid_match()
|
| /linux/rust/kernel/str/ |
| H A D | parse_int.rs | 36 // NOTE: We are including the leading zero to be able to parse in strip_radix() 48 /// octal. Anything else is parsed as decimal. A leading `+` or `-` is also
|
| /linux/fs/smb/client/ |
| H A D | reparse.c | 162 * For absolute NT symlinks it is required to pass also leading in create_native_symlink() 165 * removes leading backslash and replaces '?' and ':'. So temporary in create_native_symlink() 175 * must not be used here: it strips a leading path separator (it is in create_native_symlink() 218 * For absolute NT symlinks skip leading "\\??\\" in PrintName as in create_native_symlink() 915 /* Label globalroot requires path with leading '\\', so do not trim '\\' */ in smb2_parse_native_symlink() 960 for (i = 1; full_path[i]; i++) { /* i=1 to skip leading sep */ in smb2_parse_native_symlink() 974 memcpy(linux_target + levels*3, smb_target+1, smb_target_len); /* +1 to skip leading sep */ in smb2_parse_native_symlink()
|