OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [branches/] [newlib/] [newlib/] [newlib/] [libc/] [include/] [string.h] - Diff between revs 39 and 56

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 39 Rev 56
Line 15... Line 15...
 
 
#define __need_size_t
#define __need_size_t
#include <stddef.h>
#include <stddef.h>
 
 
#ifndef NULL
#ifndef NULL
#define NULL 0L
#define NULL 0
#endif
#endif
 
 
_PTR     _EXFUN(memchr,(const _PTR, int, size_t));
_PTR     _EXFUN(memchr,(const _PTR, int, size_t));
int      _EXFUN(memcmp,(const _PTR, const _PTR, size_t));
int      _EXFUN(memcmp,(const _PTR, const _PTR, size_t));
_PTR     _EXFUN(memcpy,(_PTR, const _PTR, size_t));
_PTR     _EXFUN(memcpy,(_PTR, const _PTR, size_t));
Line 45... Line 45...
char    *_EXFUN(strtok,(char *, const char *));
char    *_EXFUN(strtok,(char *, const char *));
#endif
#endif
 
 
size_t   _EXFUN(strxfrm,(char *, const char *, size_t));
size_t   _EXFUN(strxfrm,(char *, const char *, size_t));
 
 
#ifndef _STRICT_ANSI
#ifndef __STRICT_ANSI__
char    *_EXFUN(strtok_r,(char *, const char *, char **));
char    *_EXFUN(strtok_r,(char *, const char *, char **));
 
 
int      _EXFUN(bcmp,(const char *, const char *, size_t));
int      _EXFUN(bcmp,(const char *, const char *, size_t));
void     _EXFUN(bcopy,(const char *, char *, size_t));
void     _EXFUN(bcopy,(const char *, char *, size_t));
void     _EXFUN(bzero,(char *, size_t));
void     _EXFUN(bzero,(char *, size_t));
Line 62... Line 62...
int      _EXFUN(strncasecmp,(const char *, const char *, size_t));
int      _EXFUN(strncasecmp,(const char *, const char *, size_t));
char    *_EXFUN(strsep,(char **, const char *));
char    *_EXFUN(strsep,(char **, const char *));
char    *_EXFUN(strlwr,(char *));
char    *_EXFUN(strlwr,(char *));
char    *_EXFUN(strupr,(char *));
char    *_EXFUN(strupr,(char *));
#ifdef __CYGWIN32__
#ifdef __CYGWIN32__
char    *_EXFUN(strsignal, (int signo));
char    *_EXFUN(strsignal, (int __signo));
int     _EXFUN(strtosigno, (const char *name));
int     _EXFUN(strtosigno, (const char *__name));
#endif
#endif
 
 
/* These function names are used on Windows and perhaps other systems.  */
/* These function names are used on Windows and perhaps other systems.  */
#ifndef strcmpi
#ifndef strcmpi
#define strcmpi strcasecmp
#define strcmpi strcasecmp
Line 80... Line 80...
#endif
#endif
#ifndef strnicmp
#ifndef strnicmp
#define strnicmp strncasecmp
#define strnicmp strncasecmp
#endif
#endif
 
 
#endif /* ! _STRICT_ANSI */
#endif /* ! __STRICT_ANSI__ */
 
 
#ifdef __cplusplus
#ifdef __cplusplus
}
}
#endif
#endif
#endif /* _STRING_H_ */
#endif /* _STRING_H_ */

powered by: WebSVN 2.1.0

© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.