Home
last modified time | relevance | path

Searched full:terminated (Results 1 – 25 of 932) sorted by relevance

12345678910>>...38

/linux/tools/testing/selftests/arm64/fp/
H A DREADME30 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 Dfortify-string.h168 * @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 Dseq_buf.h83 * 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 Dstring.c80 * 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 Dharness.c29 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 Dmedia-ioc-device-info.rst51 - 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 Dpanfrost_issues.h39 /* 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 Dglobtest.c51 * 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 Dmemcat_p.c6 * Merge two NULL-terminated pointer arrays into a newly allocated
7 * array, which is also NULL-terminated. Nomenclature is inspired by
H A Dstring_helpers.c34 * 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 array
[all...]
/linux/net/ieee802154/
H A Dnl-phy.c88 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/fs/hfs/
H A Dpart_tbl.c27 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 Dtrans.c26 * terminated.
88 * Given an ASCII string (not null-terminated) and its length,
92 * terminated.
/linux/include/sound/sof/
H A Dinfo.h121 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 Dtestcases.c110 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/arch/mips/include/asm/
H A Dseccomp.h12 -1, /* negative terminated */ in get_compat_mode1_syscalls()
17 -1, /* negative terminated */ in get_compat_mode1_syscalls()
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gt_mcr.c33 * 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/drivers/staging/media/atomisp/pci/
H A Dia_css_control.h91 /* @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/Documentation/firmware-guide/acpi/
H A Dchromeos-acpi-device.rst89 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 Dstorage.c169 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/Documentation/process/
H A Ddeprecated.rst120 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/arch/mips/kernel/
H A Dcps-vec-ns16550.S46 * @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/fs/hfsplus/
H A Dpart_tbl.c45 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/scripts/coccinelle/misc/
H A Dof_table.cocci2 /// 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/drivers/acpi/acpica/
H A Dnsxfeval.c29 * 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

12345678910>>...38