/Linux-v6.6/lib/ |
D | test_string.c | 152 result = strnchr(test_string, j, test_string[i]); in strnchr_selftest() 163 result = strnchr(empty_string, 0, '\0'); in strnchr_selftest() 167 result = strnchr(empty_string, 1, '\0'); in strnchr_selftest() 171 result = strnchr(empty_string, 1, 'a'); in strnchr_selftest() 175 result = strnchr(NULL, 0, '\0'); in strnchr_selftest()
|
D | string.c | 400 char *strnchr(const char *s, size_t count, int c) in strnchr() function 410 EXPORT_SYMBOL(strnchr);
|
D | kobject_uevent.c | 77 args_start = strnchr(buf, count, ' '); in kobject_action_type()
|
/Linux-v6.6/fs/ |
D | binfmt_script.c | 59 i_end = strnchr(bprm->buf, sizeof(bprm->buf), '\n'); in load_script()
|
/Linux-v6.6/drivers/base/ |
D | driver.c | 83 cp = strnchr(s, len, '\n'); in driver_set_override()
|
/Linux-v6.6/include/linux/ |
D | string.h | 67 extern char * strnchr(const char *, size_t, int);
|
/Linux-v6.6/security/apparmor/ |
D | lib.c | 115 char *split = strnchr(&name[1], end - &name[1], ':'); in aa_splitn_fqname()
|
/Linux-v6.6/drivers/net/ |
D | netconsole.c | 548 if (strnchr(buf, count, ':')) { in local_ip_store() 584 if (strnchr(buf, count, ':')) { in remote_ip_store()
|
/Linux-v6.6/arch/powerpc/kernel/ |
D | kprobes.c | 83 if ((c = strnchr(name, MODULE_NAME_LEN, ':')) != NULL) { in kprobe_lookup_name()
|
/Linux-v6.6/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-v6.6/kernel/module/ |
D | kallsyms.c | 434 colon = strnchr(name, MODULE_NAME_LEN, ':'); in __module_kallsyms_lookup_name()
|
/Linux-v6.6/drivers/usb/typec/ucsi/ |
D | ucsi_ccg.c | 1173 p = strnchr(fw->data, fw->size, ':'); in do_flash() 1175 s = strnchr(p + 1, eof - p - 1, ':'); in do_flash()
|
/Linux-v6.6/sound/soc/intel/catpt/ |
D | dsp.c | 492 info = strnchr(info, eof - info, ' '); in catpt_coredump()
|
/Linux-v6.6/drivers/s390/char/ |
D | vmlogrdr.c | 225 tail=strnchr(cp_response,len,'='); in vmlogrdr_get_recording_class_AB()
|
/Linux-v6.6/drivers/s390/net/ |
D | qeth_l3_sys.c | 402 sep = strnchr(buf, INET6_ADDRSTRLEN, '/'); in qeth_l3_parse_ipatoe()
|
/Linux-v6.6/net/netfilter/ |
D | xt_recent.c | 599 if (strnchr(c, size, ':') != NULL) { in recent_mt_proc_write()
|
/Linux-v6.6/init/ |
D | main.c | 540 if (strnchr(param, len, '.')) in unknown_bootoption()
|
/Linux-v6.6/drivers/tty/hvc/ |
D | hvc_iucv.c | 756 wildcard = strnchr(filter_entry, 8, FILTER_WILDCARD_CHAR); in hvc_iucv_filter_connreq()
|
/Linux-v6.6/drivers/misc/eeprom/ |
D | idt_89hpesx.c | 921 colon_ch = strnchr(buf, count, ':'); in idt_dbgfs_csr_write()
|
/Linux-v6.6/kernel/bpf/ |
D | helpers.c | 825 fmt_end = strnchr(fmt, fmt_size, 0); in bpf_bprintf_prepare()
|
/Linux-v6.6/drivers/gpu/drm/i915/ |
D | i915_gpu_error.c | 2304 next = strnchr(ptr, got, '\n'); in intel_klog_error_capture()
|
/Linux-v6.6/fs/nfs/ |
D | dir.c | 742 if (strnchr(filename.name, filename.len, '/')) in nfs_prime_dcache()
|
/Linux-v6.6/drivers/spi/ |
D | spi.c | 499 of_name = strnchr(of_id->compatible, in __spi_register_driver()
|
/Linux-v6.6/fs/smb/client/ |
D | connect.c | 2110 delim = strnchr(payload, upayload->datalen, ':'); in cifs_set_cifscreds()
|
/Linux-v6.6/mm/ |
D | slub.c | 1696 glob = strnchr(iter, end - iter, '*'); in kmem_cache_flags()
|