Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/lib/
H 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()
H A Dstring.c506 char *strnchr(const char *s, size_t count, int c) in strnchr() function
516 EXPORT_SYMBOL(strnchr);
H A Dkobject_uevent.c77 args_start = strnchr(buf, count, ' '); in kobject_action_type()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/tests/kutf/
H A Dkutf_helpers_user.c287 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 Dbinfmt_script.c59 i_end = strnchr(bprm->buf, sizeof(bprm->buf), '\n'); in load_script()
/OK3568_Linux_fs/kernel/drivers/net/
H A Dnetconsole.c485 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 Dima_template_lib.c73 buf_ptr = strnchr(field_data->data, buflen, ':'); in ima_show_template_data_ascii()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dkprobes.c81 if ((c = strnchr(name, MODULE_NAME_LEN, ':')) != NULL) { in kprobe_lookup_name()
/OK3568_Linux_fs/kernel/security/apparmor/
H A Dlib.c96 char *split = strnchr(&name[1], end - &name[1], ':'); in aa_splitn_fqname()
/OK3568_Linux_fs/kernel/drivers/usb/typec/ucsi/
H A Ducsi_ccg.c1151 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 Dstring.h67 extern char * strnchr(const char *, size_t, int);
/OK3568_Linux_fs/kernel/drivers/s390/char/
H A Dvmlogrdr.c225 tail=strnchr(cp_response,len,'='); in vmlogrdr_get_recording_class_AB()
/OK3568_Linux_fs/kernel/sound/soc/intel/catpt/
H A Ddsp.c538 info = strnchr(info, eof - info, ' '); in catpt_coredump()
/OK3568_Linux_fs/kernel/drivers/misc/
H A Duid_sys_stats.c185 int len = strnchr(task_entry->comm, ' ', TASK_COMM_LEN) in find_task_entry()
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dxt_recent.c599 if (strnchr(c, size, ':') != NULL) { in recent_mt_proc_write()
/OK3568_Linux_fs/kernel/drivers/s390/net/
H A Dqeth_l3_sys.c416 sep = strnchr(buf, 40, '/'); in qeth_l3_parse_ipatoe()
/OK3568_Linux_fs/kernel/drivers/tty/hvc/
H A Dhvc_iucv.c759 wildcard = strnchr(filter_entry, 8, FILTER_WILDCARD_CHAR); in hvc_iucv_filter_connreq()
/OK3568_Linux_fs/kernel/drivers/misc/eeprom/
H A Didt_89hpesx.c958 colon_ch = strnchr(buf, count, ':'); in idt_dbgfs_csr_write()
/OK3568_Linux_fs/kernel/init/
H A Dmain.c536 if (strnchr(param, len, '.')) in unknown_bootoption()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_vivo1593 strnchr
H A Dabi_gki_aarch64_generic1828 strnchr
H A Dabi_gki_aarch64_exynos1887 strnchr
H A Dabi_gki_aarch64_qcom2398 strnchr
H A Dabi_gki_aarch64_oplus2580 strnchr
/OK3568_Linux_fs/kernel/fs/nfs/
H A Ddir.c503 if (strnchr(filename.name, filename.len, '/')) in nfs_prime_dcache()

12