/linux/tools/testing/selftests/arm64/fp/ |
H A 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/include/linux/ |
H A D | fortify-string.h | 168 * @q: pointer to NUL-terminated source string to copy 172 * and @p will NOT be NUL-terminated 186 * | NUL-terminated | strscpy_pad() | strscpy() | 188 * | not NUL-terminated | strtomem_pad() | strtomem() | 210 * strnlen - Return bounded count of characters in a NUL-terminated string 212 * @p: pointer to NUL-terminated string to count. 245 * strlen - Return count of characters in a NUL-terminated string 247 * @p: pointer to NUL-terminated string to count. 337 * @p: pointer to %NUL-terminated string to append to 338 * @q: pointer to %NUL-terminated string to append from [all …]
|
H A D | string.h | 98 * buffers overlap. The destination @dst buffer is always NUL terminated, 135 * buffer is always %NUL terminated, unless it's zero-sized. 401 * strtomem_pad - Copy NUL-terminated string to non-NUL-terminated buffer 404 * @src: Pointer to NUL-terminated string 408 * a NUL-terminated string, but with bounds checking on the source size, and 425 * strtomem - Copy NUL-terminated string to non-NUL-terminated buffer 428 * @src: Pointer to NUL-terminated string 431 * a NUL-terminated string, but with bounds checking on the source size, and 452 * a NUL-terminated string. 477 * a NUL-terminated string.
|
H A D | seq_buf.h | 83 * seq_buf_str - get NUL-terminated C string from seq_buf 86 * This makes sure that the buffer in @s is NUL-terminated and 96 * Returns: @s->buf after making sure it is terminated.
|
/linux/arch/s390/lib/ |
H A D | string.c | 80 * strcpy - Copy a %NUL terminated string 104 * strncpy - Copy a length-limited, %NUL-terminated string 109 * The result is not %NUL-terminated if the source exceeds 124 * strcat - Append one %NUL-terminated string to another 151 * strlcat - Append a length-limited, %NUL-terminated string to another 177 * strncat - Append a length-limited, %NUL-terminated string to another 185 * terminated. 250 * strstr - Find the first substring in a %NUL terminated string
|
/linux/tools/testing/selftests/powerpc/ |
H A 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/Documentation/userspace-api/media/mediactl/ |
H A 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/drivers/gpu/drm/panfrost/ |
H A 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/lib/ |
H A 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()
|
H A 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
|
H A D | string_helpers.c | 34 * at least 9 bytes and will always be zero terminated. 295 * destination buffer will always be NULL-terminated. Source string must be 296 * NULL-terminated as well. The supported flags are:: 504 * @only: NULL-terminated string containing characters used to limit 525 * destination buffer will not be NULL-terminated, thus caller have to append 672 * Returns allocated NULL-terminated string containing process 705 * Returns allocated NULL-terminated string containing pathname, 906 * @n: number of strings in the array or -1 for NULL terminated arrays 913 * are NULL terminated. However, the function does not make a distinction 940 * @n: number of strings in the array or -1 for NULL terminated arrays [all …]
|
/linux/net/ieee802154/ |
H A 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/arch/mips/include/asm/ |
H A D | seccomp.h | 12 -1, /* negative terminated */ in get_compat_mode1_syscalls() 17 -1, /* negative terminated */ in get_compat_mode1_syscalls()
|
/linux/fs/hfs/ |
H A 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
|
H A D | trans.c | 26 * terminated. 88 * Given an ASCII string (not null-terminated) and its length, 92 * terminated.
|
/linux/include/sound/sof/ |
H A D | info.h | 121 uint8_t name[16]; /* null terminated compiler name */ 122 uint8_t optim[4]; /* null terminated compiler -O flag value */ 123 uint8_t desc[32]; /* null terminated compiler description */
|
/linux/tools/testing/selftests/arm64/signal/testcases/ |
H A D | testcases.c | 110 bool terminated = false; in validate_reserved() local 127 while (head && !terminated && offs < resv_sz) { in validate_reserved() 149 terminated = true; in validate_reserved() 267 if (terminated && !(flags & FPSIMD_CTX)) { in validate_reserved() 272 if (terminated && (flags & ZT_CTX) && !(flags & ZA_CTX)) { in validate_reserved()
|
/linux/drivers/staging/media/atomisp/pci/ |
H A D | ia_css_control.h | 91 /* @brief Test whether the SP has terminated. 93 * @return Boolean flag true if the SP has terminated or false otherwise. 95 * Temporary function to poll whether the SP has been terminated. Once it has,
|
/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_gt_mcr.c | 33 * is "terminated" by the hardware. Terminated read operations will return a 34 * value of zero and terminated unicast write operations will be silently 527 * expected to have the same value. The read will target any non-terminated 591 * MCR class to a non-terminated instance. 630 * will always provide a non-terminated value. in get_nonterminated_steering() 651 * will steer a register to a non-terminated instance 684 * Reads a GT MCR register. The read will be steered to a non-terminated 692 * Returns the value from a non-terminated instance of @reg. 718 * Reads a GT MCR register. The read will be steered to a non-terminated 723 * Returns the value from a non-terminated instance of @reg.
|
/linux/Documentation/firmware-guide/acpi/ |
H A D | chromeos-acpi-device.rst | 89 A null-terminated ASCII string containing the hardware ID from the Model-Specific Data area of 105 A null-terminated ASCII string containing the complete firmware version for the rewritable 119 A null-terminated ASCII string containing the complete firmware version for the read-only 214 Where ASCIIZ means a null-terminated ASCII string. 345 A package containing a list of null-terminated ASCII strings, one for each control method
|
/linux/fs/romfs/ |
H A 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/tools/testing/selftests/acct/ |
H A D | acct_syscall.c | 66 ksft_test_result_fail("Terminated child process not logged\n"); in main() 71 ksft_test_result_pass("Successfully logged terminated process.\n"); in main()
|
/linux/Documentation/process/ |
H A D | deprecated.rst | 120 NUL or newline terminated. 134 strncpy() on NUL-terminated strings 137 be NUL terminated. This can lead to various linear read overflows and 141 for callers using only NUL-terminated strings. 143 When the destination is required to be NUL-terminated, the replacement is 150 If a caller is using non-NUL-terminated strings, strtomem() should be 161 if a source string is not NUL-terminated. The safe replacement is strscpy(),
|
/linux/scripts/coccinelle/misc/ |
H A 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/arch/mips/kernel/ |
H A 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
|