Home
last modified time | relevance | path

Searched defs:haystack (Results 1 – 7 of 7) sorted by relevance

/linux/tools/perf/tests/
H A Dutil.c9 static int test_strreplace(char needle, const char *haystack, in test_strreplace()
/linux/drivers/scsi/
H A DNCR5380.c2185 static bool list_find_cmd(struct list_head *haystack, in list_find_cmd()
2202 static bool list_del_cmd(struct list_head *haystack, in list_del_cmd()
H A Dhpsa.c1549 struct hpsa_scsi_dev_t *haystack[], int haystack_size, in hpsa_scsi_find_entry()
/linux/tools/include/nolibc/
H A Dstring.h296 char *strstr(const char *haystack, const char *needle) in strstr()
/linux/tools/testing/selftests/alsa/
H A Dmixer-test.c440 static bool strend(const char *haystack, const char *needle) in strend()
/linux/drivers/media/dvb-core/
H A Ddvb_ca_en50221.c207 static char *findstr(char *haystack, int hlen, char *needle, int nlen) in findstr()
/linux/tools/hv/
H A Dhv_kvp_daemon.c741 const char *match, *haystack = line; in kvp_extract_routes() local