| /OK3568_Linux_fs/kernel/lib/ |
| H A 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()
|
| H A D | string.c | 506 char *strnchr(const char *s, size_t count, int c) in strnchr() function 516 EXPORT_SYMBOL(strnchr);
|
| H A D | kobject_uevent.c | 77 args_start = strnchr(buf, count, ' '); in kobject_action_type()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/tests/kutf/ |
| H A D | kutf_helpers_user.c | 287 search_ptr = strnchr(recv_str, recv_sz, NAMED_VALUE_SEP[0]); in kutf_helper_receive_named_val() 313 search_ptr = strnchr(recv_str, recv_sz, NAMED_STR_END_DELIM[0]); in kutf_helper_receive_named_val()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | binfmt_script.c | 59 i_end = strnchr(bprm->buf, sizeof(bprm->buf), '\n'); in load_script()
|
| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A D | netconsole.c | 485 if (strnchr(buf, count, ':')) { in local_ip_store() 521 if (strnchr(buf, count, ':')) { in remote_ip_store()
|
| /OK3568_Linux_fs/kernel/security/integrity/ima/ |
| H A D | ima_template_lib.c | 73 buf_ptr = strnchr(field_data->data, buflen, ':'); in ima_show_template_data_ascii()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | kprobes.c | 81 if ((c = strnchr(name, MODULE_NAME_LEN, ':')) != NULL) { in kprobe_lookup_name()
|
| /OK3568_Linux_fs/kernel/security/apparmor/ |
| H A D | lib.c | 96 char *split = strnchr(&name[1], end - &name[1], ':'); in aa_splitn_fqname()
|
| /OK3568_Linux_fs/kernel/drivers/usb/typec/ucsi/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | string.h | 67 extern char * strnchr(const char *, size_t, int);
|
| /OK3568_Linux_fs/kernel/drivers/s390/char/ |
| H A D | vmlogrdr.c | 225 tail=strnchr(cp_response,len,'='); in vmlogrdr_get_recording_class_AB()
|
| /OK3568_Linux_fs/kernel/sound/soc/intel/catpt/ |
| H A D | dsp.c | 538 info = strnchr(info, eof - info, ' '); in catpt_coredump()
|
| /OK3568_Linux_fs/kernel/drivers/misc/ |
| H A D | uid_sys_stats.c | 185 int len = strnchr(task_entry->comm, ' ', TASK_COMM_LEN) in find_task_entry()
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | xt_recent.c | 599 if (strnchr(c, size, ':') != NULL) { in recent_mt_proc_write()
|
| /OK3568_Linux_fs/kernel/drivers/s390/net/ |
| H A D | qeth_l3_sys.c | 416 sep = strnchr(buf, 40, '/'); in qeth_l3_parse_ipatoe()
|
| /OK3568_Linux_fs/kernel/drivers/tty/hvc/ |
| H A D | hvc_iucv.c | 759 wildcard = strnchr(filter_entry, 8, FILTER_WILDCARD_CHAR); in hvc_iucv_filter_connreq()
|
| /OK3568_Linux_fs/kernel/drivers/misc/eeprom/ |
| H A D | idt_89hpesx.c | 958 colon_ch = strnchr(buf, count, ':'); in idt_dbgfs_csr_write()
|
| /OK3568_Linux_fs/kernel/init/ |
| H A D | main.c | 536 if (strnchr(param, len, '.')) in unknown_bootoption()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_vivo | 1593 strnchr
|
| H A D | abi_gki_aarch64_generic | 1828 strnchr
|
| H A D | abi_gki_aarch64_exynos | 1887 strnchr
|
| H A D | abi_gki_aarch64_qcom | 2398 strnchr
|
| H A D | abi_gki_aarch64_oplus | 2580 strnchr
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | dir.c | 503 if (strnchr(filename.name, filename.len, '/')) in nfs_prime_dcache()
|