/linux-6.12.1/lib/ |
D | string_kunit.c | 139 result = strnchr(test_string, j, test_string[i]); in string_test_strnchr() 150 result = strnchr(empty_string, 0, '\0'); in string_test_strnchr() 153 result = strnchr(empty_string, 1, '\0'); in string_test_strnchr() 156 result = strnchr(empty_string, 1, 'a'); in string_test_strnchr() 159 result = strnchr(NULL, 0, '\0'); in string_test_strnchr()
|
D | string.c | 384 char *strnchr(const char *s, size_t count, int c) in strnchr() function 394 EXPORT_SYMBOL(strnchr);
|
D | kobject_uevent.c | 76 args_start = strnchr(buf, count, ' '); in kobject_action_type()
|
/linux-6.12.1/fs/ |
D | binfmt_script.c | 59 i_end = strnchr(bprm->buf, sizeof(bprm->buf), '\n'); in load_script()
|
/linux-6.12.1/drivers/base/ |
D | driver.c | 83 cp = strnchr(s, len, '\n'); in driver_set_override()
|
/linux-6.12.1/arch/powerpc/kernel/ |
D | kprobes.c | 83 if ((c = strnchr(name, MODULE_NAME_LEN, ':')) != NULL) { in kprobe_lookup_name()
|
/linux-6.12.1/security/apparmor/ |
D | lib.c | 117 char *split = strnchr(&name[1], end - &name[1], ':'); in aa_splitn_fqname()
|
/linux-6.12.1/drivers/gpu/drm/ |
D | drm_modes.c | 2300 if (strnchr(name, name_end, '=')) in drm_mode_parse_cmdline_named_mode() 2388 bpp_ptr = strnchr(name, options_off, '-'); in drm_mode_parse_command_line_for_connector() 2390 bpp_ptr = strnchr(bpp_ptr + 1, options_off, '-'); in drm_mode_parse_command_line_for_connector() 2394 refresh_ptr = strnchr(name, options_off, '@'); in drm_mode_parse_command_line_for_connector()
|
/linux-6.12.1/include/linux/ |
D | string.h | 179 extern char * strnchr(const char *, size_t, int);
|
/linux-6.12.1/drivers/net/ |
D | netconsole.c | 576 if (strnchr(buf, count, ':')) { in local_ip_store() 613 if (strnchr(buf, count, ':')) { in remote_ip_store()
|
/linux-6.12.1/kernel/module/ |
D | kallsyms.c | 433 colon = strnchr(name, MODULE_NAME_LEN, ':'); in __module_kallsyms_lookup_name()
|
/linux-6.12.1/sound/soc/intel/catpt/ |
D | dsp.c | 492 info = strnchr(info, eof - info, ' '); in catpt_coredump()
|
/linux-6.12.1/drivers/usb/typec/ucsi/ |
D | ucsi_ccg.c | 1237 p = strnchr(fw->data, fw->size, ':'); in do_flash() 1239 s = strnchr(p + 1, eof - p - 1, ':'); in do_flash()
|
/linux-6.12.1/drivers/s390/char/ |
D | vmlogrdr.c | 224 tail=strnchr(cp_response,len,'='); in vmlogrdr_get_recording_class_AB()
|
/linux-6.12.1/net/netfilter/ |
D | xt_recent.c | 599 if (strnchr(c, size, ':') != NULL) { in recent_mt_proc_write()
|
/linux-6.12.1/drivers/s390/net/ |
D | qeth_l3_sys.c | 402 sep = strnchr(buf, INET6_ADDRSTRLEN, '/'); in qeth_l3_parse_ipatoe()
|
/linux-6.12.1/init/ |
D | main.c | 558 if (strnchr(param, len, '.')) in unknown_bootoption()
|
/linux-6.12.1/drivers/misc/eeprom/ |
D | idt_89hpesx.c | 921 colon_ch = strnchr(buf, count, ':'); in idt_dbgfs_csr_write()
|
/linux-6.12.1/drivers/tty/hvc/ |
D | hvc_iucv.c | 756 wildcard = strnchr(filter_entry, 8, FILTER_WILDCARD_CHAR); in hvc_iucv_filter_connreq()
|
/linux-6.12.1/kernel/bpf/ |
D | helpers.c | 830 fmt_end = strnchr(fmt, fmt_size, 0); in bpf_bprintf_prepare()
|
/linux-6.12.1/drivers/gpu/drm/i915/ |
D | i915_gpu_error.c | 2319 next = strnchr(ptr, got, '\n'); in intel_klog_error_capture()
|
/linux-6.12.1/fs/nfs/ |
D | dir.c | 744 if (strnchr(filename.name, filename.len, '/')) in nfs_prime_dcache()
|
/linux-6.12.1/drivers/spi/ |
D | spi.c | 497 of_name = strnchr(of_id->compatible, in __spi_register_driver()
|
/linux-6.12.1/fs/smb/client/ |
D | connect.c | 2149 delim = strnchr(payload, upayload->datalen, ':'); in cifs_set_cifscreds()
|
/linux-6.12.1/mm/ |
D | slub.c | 1835 glob = strnchr(iter, end - iter, '*'); in kmem_cache_flags()
|