Defines | Functions | Variables

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

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

Definition at line 40 of file strnstrn.c.


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 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.