Searched refs:needle (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/hal/hald/ |
H A D | device_info.c | 564 const char *needle; in handle_match() local 567 needle = attr[3]; in handle_match() 574 if (needle != NULL && haystack != NULL && strstr (haystack, needle)) { in handle_match() 580 needle != NULL) { in handle_match() 587 if (strcmp (str, needle) == 0) { in handle_match() 598 const char *needle; in handle_match() local 601 needle = attr[3]; in handle_match() 608 needle_lowercase = g_utf8_strdown (needle, -1); in handle_match() 618 needle != NULL) { in handle_match() 625 if (g_ascii_strcasecmp (str, needle) == 0) { in handle_match()
|
/titanic_41/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | bind.c | 119 uint64_t needle = ((uint64_t)ipaddr << 32) | zoneid; in rdsv3_find_ip_bucket() local 122 bucketp = avl_find(&rdsv3_bind_tree, &needle, &where); in rdsv3_find_ip_bucket()
|
/titanic_41/usr/src/cmd/sendmail/src/ |
H A D | usersmtp.c | 1489 char *needle; local 1501 if ((needle = iteminlist(rem, list, " ")) == NULL) 1519 memcpy(ret, list, needle - list); 1522 len = strlen(needle) - strlen(rem) - 1; 1526 memcpy(ret + (needle - list), 1527 list + (needle - list) + strlen(rem) + 1, 1531 ret[(needle - list) - 1] = '\0';
|
/titanic_41/usr/src/cmd/look/ |
H A D | words | 15536 needle
|
/titanic_41/usr/src/cmd/spell/ |
H A D | list | 15534 needle
|