Home
last modified time | relevance | path

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

12

/linux/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.c465 char *strnchr(const char *s, size_t count, int c) in strnchr() function
475 EXPORT_SYMBOL(strnchr);
A Dlib.a3 …p�strcpy�strncpy�strlcpy�strscpy�stpcpy�strcat�strncat�strlcat�strchrnul�strnchr�strspn�strcspn�st…
A Dkobject_uevent.c77 args_start = strnchr(buf, count, ' '); in kobject_action_type()
/linux/fs/
A Dbinfmt_script.c59 i_end = strnchr(bprm->buf, sizeof(bprm->buf), '\n'); in load_script()
/linux/include/linux/
A Dstring.h67 extern char * strnchr(const char *, size_t, int);
/linux/drivers/net/
A Dnetconsole.c486 if (strnchr(buf, count, ':')) { in local_ip_store()
522 if (strnchr(buf, count, ':')) { in remote_ip_store()
/linux/arch/powerpc/kernel/
A Dkprobes.c83 if ((c = strnchr(name, MODULE_NAME_LEN, ':')) != NULL) { in kprobe_lookup_name()
/linux/security/apparmor/
A Dlib.c96 char *split = strnchr(&name[1], end - &name[1], ':'); in aa_splitn_fqname()
/linux/security/integrity/ima/
A Dima_template_lib.c76 buf_ptr = strnchr(field_data->data, buflen, ':'); in ima_show_template_data_ascii()
/linux/drivers/usb/typec/ucsi/
A Ducsi_ccg.c1151 p = strnchr(fw->data, fw->size, ':'); in do_flash()
1153 s = strnchr(p + 1, eof - p - 1, ':'); in do_flash()
/linux/sound/soc/intel/catpt/
A Ddsp.c482 info = strnchr(info, eof - info, ' '); in catpt_coredump()
/linux/drivers/s390/char/
A Dvmlogrdr.c225 tail=strnchr(cp_response,len,'='); in vmlogrdr_get_recording_class_AB()
/linux/drivers/s390/net/
A Dqeth_l3_sys.c416 sep = strnchr(buf, 40, '/'); in qeth_l3_parse_ipatoe()
/linux/net/netfilter/
A Dxt_recent.c599 if (strnchr(c, size, ':') != NULL) { in recent_mt_proc_write()
/linux/init/
A Dmain.c541 if (strnchr(param, len, '.')) in unknown_bootoption()
/linux/drivers/tty/hvc/
A Dhvc_iucv.c757 wildcard = strnchr(filter_entry, 8, FILTER_WILDCARD_CHAR); in hvc_iucv_filter_connreq()
/linux/drivers/misc/eeprom/
A Didt_89hpesx.c923 colon_ch = strnchr(buf, count, ':'); in idt_dbgfs_csr_write()
/linux/kernel/bpf/
A Dhelpers.c772 fmt_end = strnchr(fmt, fmt_size, 0); in bpf_bprintf_prepare()
A Dverifier.c5441 if (!strnchr(str_ptr + map_off, map->value_size - map_off, 0)) { in check_func_arg()
/linux/fs/nfs/
A Ddir.c657 if (strnchr(filename.name, filename.len, '/')) in nfs_prime_dcache()
/linux/drivers/spi/
A Dspi.c467 of_name = strnchr(of_id->compatible, in __spi_register_driver()
/linux/fs/cifs/
A Dconnect.c1884 delim = strnchr(payload, upayload->datalen, ':'); in cifs_set_cifscreds()
/linux/kernel/
A Dmodule.c4461 if ((colon = strnchr(name, MODULE_NAME_LEN, ':')) != NULL) { in module_kallsyms_lookup_name()
/linux/mm/
A Dslub.c1606 glob = strnchr(iter, end - iter, '*'); in kmem_cache_flags()

Completed in 110 milliseconds

12