Searched refs:strnchr (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/include/linux/ |
D | string.h | 56 extern char * strnchr(const char *, size_t, int);
|
/linux-4.1.27/lib/ |
D | string.c | 333 char *strnchr(const char *s, size_t count, int c) in strnchr() function 340 EXPORT_SYMBOL(strnchr);
|
/linux-4.1.27/arch/mips/bcm47xx/ |
D | nvram.c | 192 eq = strnchr(var, data_left, '='); in bcm47xx_nvram_getenv()
|
/linux-4.1.27/drivers/net/ |
D | netconsole.c | 427 if (strnchr(buf, count, ':')) { in store_local_ip() 457 if (strnchr(buf, count, ':')) { in store_remote_ip()
|
/linux-4.1.27/security/integrity/ima/ |
D | ima_template_lib.c | 78 buf_ptr = strnchr(field_data->data, buflen, ':'); in ima_show_template_data_ascii()
|
/linux-4.1.27/drivers/s390/char/ |
D | vmlogrdr.c | 224 tail=strnchr(cp_response,len,'='); in vmlogrdr_get_recording_class_AB()
|
/linux-4.1.27/net/netfilter/ |
D | xt_recent.c | 602 if (strnchr(c, size, ':') != NULL) { in recent_mt_proc_write()
|
D | nf_tables_api.c | 2341 p = strnchr(name, IFNAMSIZ, '%'); in nf_tables_set_alloc_name()
|
/linux-4.1.27/drivers/tty/hvc/ |
D | hvc_iucv.c | 758 wildcard = strnchr(filter_entry, 8, FILTER_WILDCARD_CHAR); in hvc_iucv_filter_connreq()
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | obd_config.c | 1353 if (strnchr(key, keylen, '.')) in class_process_proc_param()
|
/linux-4.1.27/fs/cifs/ |
D | connect.c | 2374 delim = strnchr(payload, upayload->datalen, ':'); in cifs_set_cifscreds()
|
/linux-4.1.27/net/core/ |
D | dev.c | 997 p = strnchr(name, IFNAMSIZ-1, '%'); in __dev_alloc_name()
|