Searched refs:strnchr (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/include/linux/ |
D | string.h | 59 extern char * strnchr(const char *, size_t, int);
|
/linux-4.4.14/lib/ |
D | string.c | 422 char *strnchr(const char *s, size_t count, int c) in strnchr() function 429 EXPORT_SYMBOL(strnchr);
|
/linux-4.4.14/security/integrity/ima/ |
D | ima_template_lib.c | 78 buf_ptr = strnchr(field_data->data, buflen, ':'); in ima_show_template_data_ascii()
|
/linux-4.4.14/drivers/net/ |
D | netconsole.c | 497 if (strnchr(buf, count, ':')) { in local_ip_store() 533 if (strnchr(buf, count, ':')) { in remote_ip_store()
|
/linux-4.4.14/drivers/s390/char/ |
D | vmlogrdr.c | 224 tail=strnchr(cp_response,len,'='); in vmlogrdr_get_recording_class_AB()
|
/linux-4.4.14/net/netfilter/ |
D | xt_recent.c | 602 if (strnchr(c, size, ':') != NULL) { in recent_mt_proc_write()
|
D | nf_tables_api.c | 2409 p = strnchr(name, IFNAMSIZ, '%'); in nf_tables_set_alloc_name()
|
/linux-4.4.14/drivers/tty/hvc/ |
D | hvc_iucv.c | 758 wildcard = strnchr(filter_entry, 8, FILTER_WILDCARD_CHAR); in hvc_iucv_filter_connreq()
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | obd_config.c | 1031 if (strnchr(key, keylen, '.')) in class_process_proc_param()
|
/linux-4.4.14/Documentation/DocBook/ |
D | kernel-api.xml.db | 77 API-strnchr
|
/linux-4.4.14/fs/cifs/ |
D | connect.c | 2419 delim = strnchr(payload, upayload->datalen, ':'); in cifs_set_cifscreds()
|
/linux-4.4.14/net/core/ |
D | dev.c | 1029 p = strnchr(name, IFNAMSIZ-1, '%'); in __dev_alloc_name()
|