Home
last modified time | relevance | path

Searched refs:strnchr (Results 1 – 25 of 25) sorted by relevance

/linux-6.3-rc2/lib/
A Dtest_string.c152 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()
A Dstring.c400 char *strnchr(const char *s, size_t count, int c) in strnchr() function
410 EXPORT_SYMBOL(strnchr);
A Dkobject_uevent.c77 args_start = strnchr(buf, count, ' '); in kobject_action_type()
/linux-6.3-rc2/fs/
A Dbinfmt_script.c59 i_end = strnchr(bprm->buf, sizeof(bprm->buf), '\n'); in load_script()
/linux-6.3-rc2/drivers/base/
A Ddriver.c83 cp = strnchr(s, len, '\n'); in driver_set_override()
/linux-6.3-rc2/include/linux/
A Dstring.h67 extern char * strnchr(const char *, size_t, int);
/linux-6.3-rc2/drivers/net/
A Dnetconsole.c484 if (strnchr(buf, count, ':')) { in local_ip_store()
520 if (strnchr(buf, count, ':')) { in remote_ip_store()
/linux-6.3-rc2/security/apparmor/
A Dlib.c115 char *split = strnchr(&name[1], end - &name[1], ':'); in aa_splitn_fqname()
/linux-6.3-rc2/arch/powerpc/kernel/
A Dkprobes.c83 if ((c = strnchr(name, MODULE_NAME_LEN, ':')) != NULL) { in kprobe_lookup_name()
/linux-6.3-rc2/drivers/gpu/drm/
A Ddrm_modes.c2300 if (strnchr(name, name_end, '=')) in drm_mode_parse_cmdline_named_mode()
2389 bpp_ptr = strnchr(name, options_off, '-'); in drm_mode_parse_command_line_for_connector()
2391 bpp_ptr = strnchr(bpp_ptr + 1, options_off, '-'); in drm_mode_parse_command_line_for_connector()
2395 refresh_ptr = strnchr(name, options_off, '@'); in drm_mode_parse_command_line_for_connector()
/linux-6.3-rc2/kernel/module/
A Dkallsyms.c465 colon = strnchr(name, MODULE_NAME_LEN, ':'); in __module_kallsyms_lookup_name()
/linux-6.3-rc2/drivers/usb/typec/ucsi/
A Ducsi_ccg.c1173 p = strnchr(fw->data, fw->size, ':'); in do_flash()
1175 s = strnchr(p + 1, eof - p - 1, ':'); in do_flash()
/linux-6.3-rc2/sound/soc/intel/catpt/
A Ddsp.c492 info = strnchr(info, eof - info, ' '); in catpt_coredump()
/linux-6.3-rc2/drivers/s390/char/
A Dvmlogrdr.c225 tail=strnchr(cp_response,len,'='); in vmlogrdr_get_recording_class_AB()
/linux-6.3-rc2/drivers/s390/net/
A Dqeth_l3_sys.c402 sep = strnchr(buf, INET6_ADDRSTRLEN, '/'); in qeth_l3_parse_ipatoe()
/linux-6.3-rc2/net/netfilter/
A Dxt_recent.c599 if (strnchr(c, size, ':') != NULL) { in recent_mt_proc_write()
/linux-6.3-rc2/init/
A Dmain.c546 if (strnchr(param, len, '.')) in unknown_bootoption()
/linux-6.3-rc2/drivers/tty/hvc/
A Dhvc_iucv.c756 wildcard = strnchr(filter_entry, 8, FILTER_WILDCARD_CHAR); in hvc_iucv_filter_connreq()
/linux-6.3-rc2/drivers/misc/eeprom/
A Didt_89hpesx.c927 colon_ch = strnchr(buf, count, ':'); in idt_dbgfs_csr_write()
/linux-6.3-rc2/kernel/bpf/
A Dhelpers.c822 fmt_end = strnchr(fmt, fmt_size, 0); in bpf_bprintf_prepare()
A Dverifier.c6972 if (!strnchr(str_ptr + map_off, map->value_size - map_off, 0)) { in check_func_arg()
/linux-6.3-rc2/fs/nfs/
A Ddir.c745 if (strnchr(filename.name, filename.len, '/')) in nfs_prime_dcache()
/linux-6.3-rc2/drivers/spi/
A Dspi.c498 of_name = strnchr(of_id->compatible, in __spi_register_driver()
/linux-6.3-rc2/fs/cifs/
A Dconnect.c2017 delim = strnchr(payload, upayload->datalen, ':'); in cifs_set_cifscreds()
/linux-6.3-rc2/mm/
A Dslub.c1675 glob = strnchr(iter, end - iter, '*'); in kmem_cache_flags()

Completed in 97 milliseconds