.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "FINDSTR" "9" "09 October 2005" "" "" .SH NAME findstr \- .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp u8 * findstr (u8 * \fIhaystack\fB, int \fIhlen\fB, u8 * \fIneedle\fB, int \fInlen\fB); \fR .SH "ARGUMENTS" .TP \fB\fIhaystack\fB\fR -- undescribed -- .TP \fB\fIhlen\fB\fR -- undescribed -- .TP \fB\fIneedle\fB\fR -- undescribed -- .TP \fB\fInlen\fB\fR -- undescribed -- .SH "DESCRIPTION" .PP .PP \fIparam\fR haystack Buffer to look in. \fIparam\fR hlen Number of bytes in haystack. \fIparam\fR needle Buffer to find. \fIparam\fR nlen Number of bytes in needle. \fIreturn\fR Pointer into haystack needle was found at, or NULL if not found.