Home | History | Annotate | Download | only in strace

Lines Matching full:strncmp

328 	if (strncmp(s, "SIG", 3) == 0)
392 if (strncmp(s, p, n) == 0 && s[n] == '=') {