Open64 (mfef90, whirl2f, and IR tools)  TAG: version-openad; SVN changeset: 916
strnstrn.c File Reference
#include <string.h>
Include dependency graph for strnstrn.c:

Go to the source code of this file.

Defines

#define MAXCHRS   256 /* Size of character set */

Functions

char * strnstrn (const char *string, size_t lenstr, const char *substr, size_t lensub)

Variables

static char USMID [] = "@(#)libc/gen/strnstrn.c 92.0 11/09/95 09:35:04"

Define Documentation

#define MAXCHRS   256 /* Size of character set */

Definition at line 40 of file strnstrn.c.

Referenced by strnstrn().


Function Documentation

char* strnstrn ( const char *  string,
size_t  lenstr,
const char *  substr,
size_t  lensub 
)

Definition at line 60 of file strnstrn.c.

References MAXCHRS, and NULL.

Referenced by _INDEX(), open_arith_file(), and open_intrinsics_file().


Variable Documentation

char USMID[] = "@(#)libc/gen/strnstrn.c 92.0 11/09/95 09:35:04" [static]

Definition at line 1 of file strnstrn.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines