| /Linux-v5.15/tools/testing/selftests/arm64/fp/ |
| D | README | 30 Terminated by signal 15, no error, iterations=9467, signals=1014 33 Terminated by signal 15, no error, iterations=9448, signals=1028 36 Terminated by signal 15, no error, iterations=9436, signals=1039 39 Terminated by signal 15, no error, iterations=9421, signals=1039 42 Terminated by signal 15, no error, iterations=9403, signals=1039 45 Terminated by signal 15, no error, iterations=9385, signals=1036 48 Terminated by signal 15, no error, iterations=9376, signals=1039 51 Terminated by signal 15, no error, iterations=9361, signals=1039 54 Terminated by signal 15, no error, iterations=9350, signals=1039
|
| /Linux-v5.15/arch/s390/lib/ |
| D | string.c | 77 * strcpy - Copy a %NUL terminated string 101 * strlcpy - Copy a %NUL terminated string into a sized buffer 107 * NUL-terminated string that fits in the buffer (unless, 127 * strncpy - Copy a length-limited, %NUL-terminated string 132 * The result is not %NUL-terminated if the source exceeds 147 * strcat - Append one %NUL-terminated string to another 174 * strlcat - Append a length-limited, %NUL-terminated string to another 200 * strncat - Append a length-limited, %NUL-terminated string to another 208 * terminated. 292 * strstr - Find the first substring in a %NUL terminated string
|
| /Linux-v5.15/tools/testing/selftests/powerpc/ |
| D | harness.c | 29 bool terminated; in run_test() local 50 terminated = false; in run_test() 60 if (terminated) { in run_test() 67 terminated = true; in run_test()
|
| /Linux-v5.15/Documentation/userspace-api/media/mediactl/ |
| D | media-ioc-device-info.rst | 51 - Name of the driver implementing the media API as a NUL-terminated 61 - Device model name as a NUL-terminated UTF-8 string. The device 67 - Serial number as a NUL-terminated ASCII string. 71 - Location of the device in the system as a NUL-terminated ASCII
|
| /Linux-v5.15/drivers/gpu/drm/panfrost/ |
| D | panfrost_issues.h | 39 /* CSE: Sends a TERMINATED response for a task that should not be 40 * terminated */ 57 /* HT: Tiler returns TERMINATED for non-terminated command */ 121 * code for the terminated job may be incorrectly set to STOPPED */
|
| /Linux-v5.15/lib/ |
| D | globtest.c | 51 * 2. Pattern to match: null-terminated string 52 * 3. String to match against: null-terminated string 54 * The list of tests is terminated with a final '\0' instead of 140 * end of the tests. Then come two null-terminated strings: the in glob_init()
|
| D | memcat_p.c | 6 * Merge two NULL-terminated pointer arrays into a newly allocated 7 * array, which is also NULL-terminated. Nomenclature is inspired by
|
| D | string.c | 85 * strcpy - Copy a %NUL terminated string 107 * The result is not %NUL-terminated if the source exceeds 137 * NUL-terminated string that fits in the buffer (unless, 164 * buffer is always NUL terminated, unless it's zero-sized. 249 * buffer is always %NUL terminated, unless it's zero-sized. 301 * strcat - Append one %NUL-terminated string to another 326 * terminated. 721 * @n: number of strings in the array or -1 for NULL terminated arrays 728 * are NULL terminated. However, the function does not make a distinction 755 * @n: number of strings in the array or -1 for NULL terminated arrays [all …]
|
| /Linux-v5.15/include/sound/sof/ |
| D | info.h | 116 uint8_t name[16]; /* null terminated compiler name */ 117 uint8_t optim[4]; /* null terminated compiler -O flag value */ 118 uint8_t desc[32]; /* null terminated compiler description */
|
| /Linux-v5.15/arch/mips/include/asm/ |
| D | seccomp.h | 12 -1, /* negative terminated */ in get_compat_mode1_syscalls() 17 -1, /* negative terminated */ in get_compat_mode1_syscalls()
|
| /Linux-v5.15/fs/hfs/ |
| D | part_tbl.c | 27 u8 pmPartName[32]; /* (null terminated?) string 30 u8 pmPartType[32]; /* (null terminated?) string 40 * array of these structures. The map is terminated with an all-zero
|
| D | trans.c | 26 * terminated. 88 * Given an ASCII string (not null-terminated) and its length, 92 * terminated.
|
| /Linux-v5.15/net/ieee802154/ |
| D | nl-phy.c | 88 return -EINVAL; /* phy name should be null-terminated */ in ieee802154_list_phy() 179 return -EINVAL; /* phy name should be null-terminated */ in ieee802154_add_iface() 185 return -EINVAL; /* phy name should be null-terminated */ in ieee802154_add_iface() 281 return -EINVAL; /* name should be null-terminated */ in ieee802154_del_iface() 303 /* name should be null-terminated */ in ieee802154_del_iface()
|
| /Linux-v5.15/tools/testing/selftests/arm64/signal/testcases/ |
| D | testcases.c | 80 bool terminated = false; in validate_reserved() local 91 while (head && !terminated && offs < resv_sz) { in validate_reserved() 102 terminated = true; in validate_reserved() 172 if (terminated && !(flags & FPSIMD_CTX)) { in validate_reserved()
|
| /Linux-v5.15/mm/ |
| D | maccess.c | 168 * strncpy_from_kernel_nofault: - Copy a NUL terminated string from unsafe 175 * Copies a NUL-terminated string from unsafe address to kernel buffer. 267 * strncpy_from_user_nofault: - Copy a NUL terminated string from unsafe user 274 * Copies a NUL-terminated string from unsafe user address to kernel buffer. 314 * Get the size of a NUL-terminated string in user space without pagefault.
|
| /Linux-v5.15/drivers/staging/greybus/ |
| D | fw-management.c | 127 * The firmware-tag should be NULL terminated, otherwise throw error but in fw_mgmt_interface_fw_version_operation() 132 "fw-version: firmware-tag is not NULL terminated\n"); in fw_mgmt_interface_fw_version_operation() 156 * The firmware-tag should be NULL terminated, otherwise throw error and in fw_mgmt_load_and_validate_operation() 160 dev_err(fw_mgmt->parent, "load-and-validate: firmware-tag is not NULL terminated\n"); in fw_mgmt_load_and_validate_operation() 254 * The firmware-tag should be NULL terminated, otherwise throw error and in fw_mgmt_backend_fw_version_operation() 258 dev_err(fw_mgmt->parent, "backend-version: firmware-tag is not NULL terminated\n"); in fw_mgmt_backend_fw_version_operation() 307 * The firmware-tag should be NULL terminated, otherwise throw error and in fw_mgmt_backend_fw_update_operation() 311 dev_err(fw_mgmt->parent, "backend-update: firmware-tag is not NULL terminated\n"); in fw_mgmt_backend_fw_update_operation()
|
| /Linux-v5.15/drivers/staging/media/atomisp/pci/ |
| D | ia_css_control.h | 102 /* @brief Test whether the SP has terminated. 104 * @return Boolean flag true if the SP has terminated or false otherwise. 106 * Temporary function to poll whether the SP has been terminated. Once it has,
|
| /Linux-v5.15/fs/romfs/ |
| D | storage.c | 169 bool matched, terminated = false; in romfs_blk_strcmp() local 185 terminated = true; in romfs_blk_strcmp() 194 if (!terminated) { in romfs_blk_strcmp() 261 * - the string to be compared to, str, may not be NUL-terminated; instead the
|
| /Linux-v5.15/fs/nfsd/ |
| D | nfsctl.c | 248 * buf: '\n'-terminated C string containing a 287 * buf: '\n'-terminated C string containing the 334 * On input, the buffer contains a '\n'-terminated C string comprised of 346 * On success: passed-in buffer filled with '\n'-terminated C 413 * On success: passed-in buffer filled with '\n'-terminated C 428 * passed-in buffer filled with '\n'-terminated C 472 * On success: passed-in buffer filled with '\n'-terminated C 672 * On success: passed-in buffer filled with '\n'-terminated C 691 * '\n'-terminated C string containing positive 825 * On success: passed-in buffer filled with a '\n'-terminated C [all …]
|
| /Linux-v5.15/scripts/coccinelle/misc/ |
| D | of_table.cocci | 2 /// Make sure (of/i2c/platform)_device_id tables are NULL terminated 85 msg = "%s is not NULL terminated at line %s" % (arr, p1[0].line)
|
| /Linux-v5.15/arch/mips/kernel/ |
| D | cps-vec-ns16550.S | 46 * @a0: pointer to NULL-terminated ASCII string 49 * Write a null-terminated ASCII string to the UART. 161 * @a0: pointer to NULL-terminated ASCII string naming the exception
|
| /Linux-v5.15/fs/hfsplus/ |
| D | part_tbl.c | 45 u8 pmPartName[32]; /* (null terminated?) string 48 u8 pmPartType[32]; /* (null terminated?) string 58 * array of these structures. The map is terminated with an all-zero
|
| /Linux-v5.15/security/apparmor/include/ |
| D | lib.h | 59 * aa_strneq - compare null terminated @str to a non null terminated substring 60 * @str: a null terminated string 61 * @sub: a substring, not necessarily null terminated
|
| /Linux-v5.15/drivers/acpi/acpica/ |
| D | nsxfeval.c | 29 * terminated by NULL. May be NULL 150 * terminated by NULL. May be NULL in ACPI_EXPORT_SYMBOL() 245 * Add 1 to count to allow for null terminated internal list in ACPI_EXPORT_SYMBOL() 310 * Add 1 to count to allow for null terminated internal list in ACPI_EXPORT_SYMBOL() 533 * user_function is put if terminated early 535 * RETURNS Return value from the user_function if terminated early. 542 * a non-zero value, the search is terminated immediately and this 753 * user_function is put if terminated early 755 * RETURNS Return value from the user_function if terminated early. 762 * a non-zero value, the search is terminated immediately and this
|
| /Linux-v5.15/Documentation/process/ |
| D | deprecated.rst | 105 NUL or newline terminated. 119 strncpy() on NUL-terminated strings 122 be NUL terminated. This can lead to various linear read overflows and 126 for callers using only NUL-terminated strings. The safe replacement is 133 If a caller is using non-NUL-terminated strings, strncpy() can 143 if a source string is not NUL-terminated. The safe replacement is strscpy(),
|