/linux/arch/powerpc/platforms/embedded6xx/ |
H A D | ls_uart.c | 13 #include <linux/string.h> 31 const char string[] = "AAAAFFFFJJJJ>>>>VVVV>>>>ZZZZVVVVKKKK"; in wd_stop() local 33 int len = strlen(string); in wd_stop() 41 out_8(avr_addr + UART_TX, string[i]); in wd_stop()
|
/linux/arch/sparc/lib/ |
H A D | bitext.c | 7 * The algorithm to search a zero bit string is geared towards its application. 13 #include <linux/string.h> 19 * bit_map_string_get - find and set a bit string in bit map. 21 * @len: requested string length
|
/linux/drivers/scsi/aic7xxx/aicasm/ |
H A D | aicasm_macro_gram.y | 52 #include <string.h> 65 void mmerror(const char *string); 159 mmerror(const char *string) in mmerror() argument 161 stop(string, EX_DATAERR); in mmerror()
|
/linux/drivers/firmware/cirrus/test/ |
H A D | cs_dsp_mock_bin.c | 16 #include <linux/string.h> 98 /* Create a padded string with length a multiple of 4 */ in cs_dsp_mock_bin_add_name_or_info() 115 * @info: Pointer to info string to be copied into the file. 117 * The string will be padded to a length that is a multiple of 4 bytes. 130 * @name: Pointer to name string to be copied into the file.
|
/linux/fs/unicode/ |
H A D | utf8-core.c | 4 #include <linux/string.h> 72 /* String cf is expected to be a valid UTF-8 casefolded 73 * string. 218 * utf8_parse_version - Parse a UTF-8 version number from a string 220 * @version: input string
|
/linux/Documentation/devicetree/bindings/memory-controllers/ |
H A D | mvebu-devbus.txt | 10 "marvell,mvebu-devbus" compatible string. 13 "marvell,orion-devbus" compatible string. 68 Mandatory for "marvell,mvebu-devbus" compatible string, 80 Mandatory for "marvell,mvebu-devbus" compatible string, 106 Mandatory for "marvell,mvebu-devbus" compatible string,
|
/linux/scripts/ |
H A D | setlocalversion | 48 # string comparison, because $1 is empty if the 'git rev-list' 194 # version string from CONFIG_LOCALVERSION 197 # scm version string if not at the kernel version tag or at the file_localversion 199 # full scm version string 208 # to an empty string), we don't want to append a plus sign.
|
/linux/Documentation/crypto/ |
H A D | asymmetric-keys.rst | 58 the criterion string: 60 1) If the criterion string is of the form "id:<hexdigits>" then the match 70 2) If the criterion string is of the form "<subtype>:<hexdigits>" then the 204 identity string after this. 316 The key's fingerprint string may be partially matched upon. For a 340 - Option string used with KEYCTL_RESTRICT_KEYRING: 350 - Option string used with KEYCTL_RESTRICT_KEYRING: 361 - Option string used with KEYCTL_RESTRICT_KEYRING: 370 When the "chain" option is provided at the end of the string, the keys
|
/linux/drivers/s390/char/ |
H A D | sclp_tty.c | 86 * a string of newlines. Every newline creates a new message which 169 * Write a string to the sclp tty. 199 /* try to write the string to the current output buffer */ in sclp_tty_write_string() 207 * and then output the rest of the string. in sclp_tty_write_string() 352 * get a EBCDIC string in upper/lower case, 354 * modifiy original string, 355 * returns length of resulting string 372 * character to the output string in sclp_switch_cases() 398 /* return length of reformatted string. */ in sclp_switch_cases()
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | probe_read_user_str.c | 15 /* Ensure bytes after string are ones */ in test_one_str() 30 /* Check that string was copied correctly */ in test_one_str() 32 if (CHECK(err, "memcmp", "prog copied wrong string")) in test_one_str()
|
/linux/drivers/md/bcache/ |
H A D | features.c | 3 * Feature set bits and string conversion. 16 const char *string; member 45 out += snprintf(out, buf + size - out, "%s", f->string);\
|
/linux/Documentation/devicetree/bindings/iio/multiplexer/ |
H A D | io-channel-mux.yaml | 16 For each non-empty string in the channels property, an io-channel will be 38 $ref: /schemas/types.yaml#/definitions/non-unique-string-array 41 string for a state means that the channel is not available.
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-vdpa | 10 Writing "0" to this file disable this feature, any other string 46 the device. The override is specified by writing a string to the 48 be cleared with an empty string (echo > driver_override).
|
/linux/tools/perf/tests/ |
H A D | demangle-java-test.c | 2 #include <string.h> 25 { "Ljava/lang/AbstractStringBuilder;appendChars(Ljava/lang/String;II)V", in test__demangle_java() 26 "java.lang.AbstractStringBuilder.appendChars(java.lang.String, int, int)" }, in test__demangle_java()
|
/linux/drivers/regulator/ |
H A D | hi6421-regulator.c | 118 * _id - LDO id name string 119 * _match - of match name string 155 * _id - LDO id name string 156 * _match - of match name string 195 * _id - LDO id name string 196 * _match - of match name string 235 * _id - BUCK0/1/2 id name string 236 * _match - of match name string 272 * _id - LDO id name string 273 * _match - of match name string
|
/linux/drivers/acpi/acpica/ |
H A D | exstore.c | 266 * Store into a Buffer or String (not actually a real buffer_field) in acpi_ex_store_object_to_index() 275 * Make sure the target is a Buffer or String. An error should in acpi_ex_store_object_to_index() 300 /* Note: Takes advantage of common string/buffer fields */ in acpi_ex_store_object_to_index() 310 "Source must be type [Integer/Buffer/String], found [%s]", in acpi_ex_store_object_to_index() 395 * String --> String (Named/Local/Arg) in acpi_ex_store_object_to_node() 400 * Integer --> String or Buffer (Named) in acpi_ex_store_object_to_node() 401 * String --> Integer or Buffer (Named) in acpi_ex_store_object_to_node() 402 * Buffer --> Integer or String (Named) in acpi_ex_store_object_to_node() 436 "Target must be [Buffer/Integer/String/Reference]" in acpi_ex_store_object_to_node()
|
/linux/arch/sparc/prom/ |
H A D | tree_32.c | 9 #include <linux/string.h> 166 /* Acquire a property whose value is a string, returns a null 167 * string on error. The char pointer is the user supplied string 217 /* Return the property type string after property type 'oprop' 218 * at node 'node' . Returns empty string if no more
|
/linux/tools/scripts/ |
H A D | utilities.mak | 14 # newlines; the default is a bizarre string. 47 # the default escape is a bizarre string. 49 # NOTE: The escape is used directly as a string constant 63 # the default escape is a bizarre string. 83 # embedding in a shell string that is delimited by 113 # This function avoids the problem by producing a string
|
/linux/lib/ |
H A D | uuid.c | 77 * uuid_is_valid - checks if a UUID string is valid 78 * @uuid: UUID string to check 81 * It checks if the UUID string is following the format: 86 * Return: true if input is valid UUID string.
|
/linux/Documentation/filesystems/bcachefs/ |
H A D | casefolding.rst | 24 string of `BCH_NAME_MAX` length using the `utf8_casefold` function to 25 casefold the query string. 28 hash is made from the casefolded string and storing the cached casefolded 58 decided to simply encode the two string lengths in the key to avoid random
|
/linux/Documentation/networking/ |
H A D | mptcp-sysctl.rst | 33 available_path_managers - STRING 37 available_schedulers - STRING 79 path_manager - STRING 115 scheduler - STRING
|
/linux/arch/arm/boot/compressed/ |
H A D | string.c | 3 * arch/arm/boot/compressed/string.c 5 * Small subset of simple string routines 9 #include <linux/string.h> 14 * to __memcpy() but since we are not linking with the main kernel string
|
/linux/tools/testing/selftests/bpf/ |
H A D | bpf_util.h | 7 #include <string.h> 24 /* Copy up to sz - 1 bytes from zero-terminated src string and ensure that dst 25 * is zero-terminated string no matter what (unless sz == 0, in which case
|
/linux/tools/thermal/thermometer/ |
H A D | thermometer.8 | 55 The \fB-p <string>, --postfix <string>\fP option appends \fBstring\fP at the end of the capture fil…
|
/linux/sound/hda/common/ |
H A D | sysfs.c | 15 #include <linux/string.h> 23 /* hint string pair */ 150 * allocate a string at most len chars, and remove the trailing EOL 409 * snd_hda_get_hint - Look for hint string 411 * @key: the hint key string 413 * Look for a hint key/value pair matching with the given key string 414 * and returns the value string. If nothing found, returns NULL. 426 * @key: the hint key string 428 * Look for a hint key/value pair matching with the given key string 461 * @key: the hint key string [all …]
|