| /OK3568_Linux_fs/kernel/fs/omfs/ |
| H A D | file.c | 73 /* ignore last entry as it is the terminator */ in omfs_shrink_inode() 119 struct omfs_extent_entry *terminator; in omfs_grow_extent() local 137 /* should always have a terminator */ in omfs_grow_extent() 142 terminator = entry + extent_count - 1; in omfs_grow_extent() 144 entry = terminator-1; in omfs_grow_extent() 150 terminator->e_blocks = ~(cpu_to_be64( in omfs_grow_extent() 151 be64_to_cpu(~terminator->e_blocks) + 1)); in omfs_grow_extent() 167 /* copy terminator down an entry */ in omfs_grow_extent() 168 entry = terminator; in omfs_grow_extent() 169 terminator++; in omfs_grow_extent() [all …]
|
| /OK3568_Linux_fs/kernel/sound/usb/ |
| H A D | mixer_maps.c | 89 { 0 } /* terminator */ 124 { 0 } /* terminator */ 168 { 0 } /* terminator */ 173 { 0 } /* terminator */ 182 { 0 } /* terminator */ 201 { 0 } /* terminator */ 208 { 0 } /* terminator */ 216 { 0 } /* terminator */ 255 { 0 } /* terminator */ 275 {} /* terminator */ [all …]
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | test_strscpy.c | 20 * @terminator: 1 if there should be a terminating null byte 0 otherwise. 24 * (@pad does not include the null terminator byte.) 30 int chars, int terminator, int pad) in tc() argument 84 if (terminator) { in tc() 92 index = chars + terminator + i; in tc() 99 nr_bytes_poison = sizeof(buf) - chars - terminator - pad; in tc() 125 /* tc(src, count, expected, chars, terminator, pad) */ in selftest()
|
| H A D | test-string_helpers.c | 138 /* terminator */ 152 /* terminator */ 203 /* terminator */ 206 /* terminator */ 219 /* terminator */ 227 /* terminator */ 235 /* terminator */ 238 /* terminator */
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_debugfs_helper.c | 70 /* Substitute a nul terminator for a space character in set_attr_from_string() 81 /* Skip the substring (including any premature nul terminator) in set_attr_from_string() 106 * newlines, spaces and NULL terminator (delimited natively). in kbase_debugfs_string_validator() 114 /* Substitute a nul terminator for a space character to make in kbase_debugfs_string_validator() 124 * the NULL terminator in cases with no ending newline in kbase_debugfs_string_validator() 129 * or a NULL terminator. in kbase_debugfs_string_validator() 136 /* Skip the substring (including any premature nul terminator) in kbase_debugfs_string_validator()
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | getline.c | 16 /* Read up to (and including) a TERMINATOR from STREAM into *LINEPTR 20 null terminator), or -1 on error or EOF. 23 char terminator, size_t offset) in getstr() argument 75 if (c == terminator) in getstr()
|
| /OK3568_Linux_fs/kernel/sound/pci/hda/ |
| H A D | patch_cirrus.c | 218 {} /* terminator */ 228 {} /* terminator */ 277 {} /* terminator */ 406 {} /* terminator */ 420 {} /* terminator */ 434 {} /* terminator */ 448 {} /* terminator */ 455 {} /* terminator */ 469 {} /* terminator */ 492 {} /* terminator */ [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/signal/testcases/ |
| H A D | fake_sigreturn_bad_size_for_magic0.c | 5 * Place a fake sigframe on the stack including a badly sized terminator 27 /* at least HDR_SZ for the badly sized terminator. */ in fake_sigreturn_bad_size_for_magic0_run() 42 .descr = "Trigger a sigreturn using non-zero size terminator",
|
| H A D | testcases.c | 38 *err = "Missing terminator after EXTRA context"; in validate_extra_context() 64 /* Walk till the end terminator verifying __reserved contents */ in validate_reserved() 74 *err = "Bad size for terminator"; in validate_reserved() 178 /* not found a terminator...no need to update offset if any */ in get_starting_head()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | nls.h | 89 * @codepage - codepage for which to return length of NULL terminator 91 * Since we can't guarantee that the null terminator will be a particular 93 * determining it, assume a single-byte NULL terminator.
|
| /OK3568_Linux_fs/kernel/arch/xtensa/lib/ |
| H A D | strnlen_user.S | 8 * Returns strnlen, including trailing zero terminator. 94 # Do not add an extra one for the NULL terminator since we have 102 # the zero byte in order to include the NULL terminator in the count.
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | cli.h | 62 * @return command line length excluding terminator, or -ve on error 70 * maximum line length is CONFIG_SYS_CBSIZE including a \0 terminator, which 84 * @return command line length excluding terminator, or -ve on error: of the
|
| /OK3568_Linux_fs/kernel/fs/jfs/ |
| H A D | jfs_xattr.h | 13 * I know the null-terminator is redundant since namelen is stored, but 20 char name[]; /* Attribute name (includes null-terminator) */
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | signal.c | 80 /* Reserve space for extension and terminator ^ */ in init_user_layout() 114 /* Reserve space for the __reserved[] terminator */ in __sigframe_alloc() 119 * the terminator: in __sigframe_alloc() 145 /* Allocate the null terminator record and prevent further allocations */ 150 /* Un-reserve the space reserved for the terminator: */ in sigframe_alloc_end() 421 /* Check for the dummy terminator in __reserved[]: */ in parse_user_sigframe() 455 * Ignore trailing terminator in __reserved[] in parse_user_sigframe() 684 /* Add the terminator */ in setup_sigframe()
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/bootp/ |
| H A D | init.S | 42 movne r10, #0 @ terminator 44 stmiane r9, {r4, r5, r10} @ Size, ATAG_CORE, terminator
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/tl/ |
| H A D | mali_kbase_tl_serialize.h | 67 * then string content and then null terminator. 82 * terminator. in kbasep_serialize_string()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/tests/kutf/ |
| H A D | kutf_helpers_user.c | 56 * - Has between 1 and KUTF_HELPER_MAX_VAL_NAME_LEN characters before the \0 terminator 126 /* (Name size) + ("=0x" size) + (64-bit hex value size) + (terminator) */ 208 /* (name length) + ("=\"" length) + (val_str len) + ("\"" length) + terminator */ in kutf_helper_send_named_str() 243 /* Terminator */ in kutf_helper_send_named_str()
|
| /OK3568_Linux_fs/kernel/scripts/dtc/ |
| H A D | util.h | 72 * has a valid terminator. The property can contain either a single string, 76 * @param len The string length including terminator 85 * terminator of the string.
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/ |
| H A D | stringbuffer.h | 62 // Push and pop a null terminator. This is safe. in ShrinkToFit() 74 // Push and pop a null terminator. This is safe. in GetString()
|
| /OK3568_Linux_fs/kernel/arch/alpha/lib/ |
| H A D | strrchr.S | 41 bne t1, $eos # .. e1 : did we already hit the terminator? 54 /* Mask out character matches after terminator */
|
| H A D | ev67-strrchr.S | 63 bne t1, $eos # U : did we already hit the terminator? 82 /* Mask out character matches after terminator */
|
| /OK3568_Linux_fs/u-boot/scripts/dtc/ |
| H A D | util.h | 76 * has a valid terminator. The property can contain either a single string, 80 * @param len The string length including terminator 89 * terminator of the string.
|
| /OK3568_Linux_fs/kernel/drivers/acpi/acpica/ |
| H A D | utids.c | 52 /* Get the size of the String to be returned, includes null terminator */ in acpi_ut_execute_HID() 130 /* Get the size of the String to be returned, includes null terminator */ in acpi_ut_execute_UID() 239 /* String lengths include null terminator */ in acpi_ut_execute_CID() 354 /* Get the size of the String to be returned, includes null terminator */ in acpi_ut_execute_CLS()
|
| /OK3568_Linux_fs/kernel/arch/x86/lib/ |
| H A D | cmdline.c | 80 * Hit the NULL terminator on the end of in __cmdline_find_option_bool() 189 * NULL terminator. in __cmdline_find_option()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/nasm/nasm/ |
| H A D | 0001-stdlib-Add-strlcat.patch | 94 + * terminates, unless size == 0 or dest has no NUL terminator. Returns 103 + /* find the NULL terminator in dest */
|