RetroArch
Macros | Functions
compat_ctype.c File Reference
#include <compat_ctype.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <fileXio_rpc.h>
Include dependency graph for compat_ctype.c:

Macros

#define ULLONG_MAX   UINT64_C(0xffffffffffffffff)
 

Functions

int islower (int c)
 
int tolower (int ch)
 
int toupper (int c)
 
int memcmp (const void *s1, const void *s2, unsigned int length)
 
voidmemcpy (void *dest, const void *src, size_t len)
 
voidmemset (void *dest, int val, size_t len)
 
int sprintf (char *s, const char *format,...)
 
char * strcat (char *dest, const char *src)
 
char * strchr (const char *string, int c)
 
int strcmp (const char *s1, const char *s2)
 
char * strcpy (char *to, const char *from)
 
size_t strcspn (const char *s1, const char *s2)
 
size_t strlen (const char *str)
 
char * strncat (char *dst, const char *src, size_t n)
 
int strncmp (const char *s1, const char *s2, size_t n)
 
char * strncpy (char *dst, const char *src, size_t n)
 
char * strpbrk (const char *s1, const char *s2)
 
char * strrchr (const char *p, int ch)
 
size_t strspn (const char *s1, const char *s2)
 
char * strstr (const char *string, const char *substring)
 
size_t strnlen (const char *str, size_t maxlen)
 
char * strtok (char *strToken, const char *strDelimit)
 
char * strtok_r (char *s, const char *delim, char **save_ptr)
 
unsigned long long strtoull (const char *__restrict nptr, char **__restrict endptr, int base)
 
int link (const char *oldpath, const char *newpath)
 
int unlink (const char *path)
 

Macro Definition Documentation

◆ ULLONG_MAX

#define ULLONG_MAX   UINT64_C(0xffffffffffffffff)

Function Documentation

◆ islower()

int islower ( int  c)
Here is the caller graph for this function:

◆ link()

int link ( const char *  oldpath,
const char *  newpath 
)
Here is the caller graph for this function:

◆ memcmp()

int memcmp ( const void s1,
const void s2,
unsigned int  length 
)

◆ memcpy()

void* memcpy ( void dest,
const void src,
size_t  len 
)

◆ memset()

void* memset ( void dest,
int  val,
size_t  len 
)

◆ sprintf()

int sprintf ( char *  s,
const char *  format,
  ... 
)
Here is the caller graph for this function:

◆ strcat()

char* strcat ( char *  dest,
const char *  src 
)
Here is the caller graph for this function:

◆ strchr()

char* strchr ( const char *  string,
int  c 
)

◆ strcmp()

int strcmp ( const char *  s1,
const char *  s2 
)

◆ strcpy()

char* strcpy ( char *  to,
const char *  from 
)
Here is the call graph for this function:

◆ strcspn()

size_t strcspn ( const char *  s1,
const char *  s2 
)
Here is the caller graph for this function:

◆ strlen()

size_t strlen ( const char *  str)

◆ strncat()

char* strncat ( char *  dst,
const char *  src,
size_t  n 
)
Here is the caller graph for this function:

◆ strncmp()

int strncmp ( const char *  s1,
const char *  s2,
size_t  n 
)

◆ strncpy()

char* strncpy ( char *  dst,
const char *  src,
size_t  n 
)
Here is the caller graph for this function:

◆ strnlen()

size_t strnlen ( const char *  str,
size_t  maxlen 
)
Here is the caller graph for this function:

◆ strpbrk()

char* strpbrk ( const char *  s1,
const char *  s2 
)
Here is the caller graph for this function:

◆ strrchr()

char* strrchr ( const char *  p,
int  ch 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ strspn()

size_t strspn ( const char *  s1,
const char *  s2 
)
Here is the caller graph for this function:

◆ strstr()

char* strstr ( const char *  string,
const char *  substring 
)
Here is the call graph for this function:

◆ strtok()

char* strtok ( char *  strToken,
const char *  strDelimit 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ strtok_r()

char* strtok_r ( char *  s,
const char *  delim,
char **  save_ptr 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ strtoull()

unsigned long long strtoull ( const char *__restrict  nptr,
char **__restrict  endptr,
int  base 
)
Here is the caller graph for this function:

◆ tolower()

int tolower ( int  ch)
Here is the caller graph for this function:

◆ toupper()

int toupper ( int  c)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ unlink()

int unlink ( const char *  path)
Here is the caller graph for this function: