Home
last modified time | relevance | path

Searched refs:s1_ptr (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/luxadm/
H A Dadm.c137 char *s1_ptr, *s2_ptr; in memstrstr() local
140 s1_ptr = s1; s2_ptr = s2; in memstrstr()
146 if (*s1_ptr++ == *s2_ptr++) { in memstrstr()
148 return (s1_ptr - size2); in memstrstr()
H A Dqlgcupdate.c938 char *s1_ptr, *s2_ptr; in memstrstr() local
941 s1_ptr = s1; s2_ptr = s2; in memstrstr()
947 if (*s1_ptr++ == *s2_ptr++) { in memstrstr()