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

Go to the source code of this file.

Functions

int ux_strcasecmp (const char *s1, const char *s2)
int ux_strncasecmp (const char *s1, const char *s2, size_t n)
char * ux_strdup (const char *s1)
void * ux_memccpy (void *s1, const void *s2, int c, size_t n)

Function Documentation

void* ux_memccpy ( void *  s1,
const void *  s2,
int  c,
size_t  n 
)

Definition at line 30 of file x_string.c.

References memccpy.

Referenced by MDstrcpy().

int ux_strncasecmp ( const char *  s1,
const char *  s2,
size_t  n 
)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines