/kernel/linux/linux-5.10/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 | 506 char *strnchr(const char *s, size_t count, int c) in strnchr() function 516 EXPORT_SYMBOL(strnchr);
|
D | kobject_uevent.c | 77 args_start = strnchr(buf, count, ' '); in kobject_action_type()
|
/kernel/linux/linux-5.10/fs/ |
D | binfmt_script.c | 59 i_end = strnchr(bprm->buf, sizeof(bprm->buf), '\n'); in load_script()
|
/kernel/linux/linux-5.10/drivers/net/ |
D | netconsole.c | 485 if (strnchr(buf, count, ':')) { in local_ip_store() 521 if (strnchr(buf, count, ':')) { in remote_ip_store()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
D | kprobes.c | 81 if ((c = strnchr(name, MODULE_NAME_LEN, ':')) != NULL) { in kprobe_lookup_name()
|
/kernel/linux/linux-5.10/security/integrity/ima/ |
D | ima_template_lib.c | 73 buf_ptr = strnchr(field_data->data, buflen, ':'); in ima_show_template_data_ascii()
|
/kernel/linux/linux-5.10/security/apparmor/ |
D | lib.c | 96 char *split = strnchr(&name[1], end - &name[1], ':'); in aa_splitn_fqname()
|
/kernel/linux/linux-5.10/include/linux/ |
D | string.h | 67 extern char * strnchr(const char *, size_t, int);
|
/kernel/linux/linux-5.10/drivers/usb/typec/ucsi/ |
D | ucsi_ccg.c | 1151 p = strnchr(fw->data, fw->size, ':'); in do_flash() 1153 s = strnchr(p + 1, eof - p - 1, ':'); in do_flash()
|
/kernel/linux/linux-5.10/sound/soc/intel/catpt/ |
D | dsp.c | 538 info = strnchr(info, eof - info, ' '); in catpt_coredump()
|
/kernel/linux/linux-5.10/drivers/s390/char/ |
D | vmlogrdr.c | 225 tail=strnchr(cp_response,len,'='); in vmlogrdr_get_recording_class_AB()
|
/kernel/linux/linux-5.10/net/netfilter/ |
D | xt_recent.c | 599 if (strnchr(c, size, ':') != NULL) { in recent_mt_proc_write()
|
/kernel/linux/linux-5.10/init/ |
D | main.c | 547 if (strnchr(param, len, '.')) in unknown_bootoption()
|
/kernel/linux/linux-5.10/drivers/s390/net/ |
D | qeth_l3_sys.c | 416 sep = strnchr(buf, 40, '/'); in qeth_l3_parse_ipatoe()
|
/kernel/linux/linux-5.10/drivers/tty/hvc/ |
D | hvc_iucv.c | 759 wildcard = strnchr(filter_entry, 8, FILTER_WILDCARD_CHAR); in hvc_iucv_filter_connreq()
|
/kernel/linux/linux-5.10/drivers/misc/eeprom/ |
D | idt_89hpesx.c | 958 colon_ch = strnchr(buf, count, ':'); in idt_dbgfs_csr_write()
|
/kernel/linux/linux-5.10/fs/nfs/ |
D | dir.c | 503 if (strnchr(filename.name, filename.len, '/')) in nfs_prime_dcache()
|
/kernel/linux/linux-5.10/kernel/ |
D | module.c | 4440 if ((colon = strnchr(name, MODULE_NAME_LEN, ':')) != NULL) { in module_kallsyms_lookup_name()
|
/kernel/linux/linux-5.10/mm/ |
D | slub.c | 1434 glob = strnchr(iter, end - iter, '*'); in kmem_cache_flags()
|
/kernel/linux/linux-5.10/fs/cifs/ |
D | connect.c | 2948 delim = strnchr(payload, upayload->datalen, ':'); in cifs_set_cifscreds()
|