Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dstring.h56 extern char * strnchr(const char *, size_t, int);
/linux-4.1.27/lib/
Dstring.c333 char *strnchr(const char *s, size_t count, int c) in strnchr() function
340 EXPORT_SYMBOL(strnchr);
/linux-4.1.27/arch/mips/bcm47xx/
Dnvram.c192 eq = strnchr(var, data_left, '='); in bcm47xx_nvram_getenv()
/linux-4.1.27/drivers/net/
Dnetconsole.c427 if (strnchr(buf, count, ':')) { in store_local_ip()
457 if (strnchr(buf, count, ':')) { in store_remote_ip()
/linux-4.1.27/security/integrity/ima/
Dima_template_lib.c78 buf_ptr = strnchr(field_data->data, buflen, ':'); in ima_show_template_data_ascii()
/linux-4.1.27/drivers/s390/char/
Dvmlogrdr.c224 tail=strnchr(cp_response,len,'='); in vmlogrdr_get_recording_class_AB()
/linux-4.1.27/net/netfilter/
Dxt_recent.c602 if (strnchr(c, size, ':') != NULL) { in recent_mt_proc_write()
Dnf_tables_api.c2341 p = strnchr(name, IFNAMSIZ, '%'); in nf_tables_set_alloc_name()
/linux-4.1.27/drivers/tty/hvc/
Dhvc_iucv.c758 wildcard = strnchr(filter_entry, 8, FILTER_WILDCARD_CHAR); in hvc_iucv_filter_connreq()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dobd_config.c1353 if (strnchr(key, keylen, '.')) in class_process_proc_param()
/linux-4.1.27/fs/cifs/
Dconnect.c2374 delim = strnchr(payload, upayload->datalen, ':'); in cifs_set_cifscreds()
/linux-4.1.27/net/core/
Ddev.c997 p = strnchr(name, IFNAMSIZ-1, '%'); in __dev_alloc_name()