/usr/include/cyrus/stristr.h is in cyrus-dev 2.4.17+nocaldav-0+deb8u2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | /* stristr.h -- locate a substring case-insensitively
*/
/* $Id: stristr.h,v 1.2 2002/05/25 19:57:47 leg Exp $ */
#ifndef INCLUDED_STRISTR_H
#define INCLUDED_STRISTR_H
extern char *stristr(const char *haystack, const char *needle);
#endif /* INCLUDED_STRISTR_H */
|