Static Value-Flow Analysis
Loading...
Searching...
No Matches
Macros | Functions | Variables
extapi.c File Reference
#include <stddef.h>

Go to the source code of this file.

Macros

#define NULL   ((void *)0)
 

Functions

 __attribute__ ((annotate("ALLOC_HEAP_RET"), annotate("AllocSize:Arg0")))
 
 __attribute__ ((annotate("ALLOC_HEAP_RET"), annotate("AllocSize:UNKNOWN")))
 
 __attribute__ ((annotate("ALLOC_HEAP_RET"), annotate("AllocSize:Arg0*Arg1")))
 
 __attribute__ ((annotate("ALLOC_HEAP_RET"), annotate("AllocSize:Arg1")))
 
 __attribute__ ((annotate("REALLOC_HEAP_RET"), annotate("AllocSize:UNKNOWN")))
 
 __attribute__ ((annotate("REALLOC_HEAP_RET"), annotate("AllocSize:Arg1")))
 
 __attribute__ ((annotate("REALLOC_HEAP_RET"), annotate("AllocSize:Arg1*Arg2")))
 
char * strtok (char *str, const char *delim)
 
char * strtok_r (char *str, const char *delim, char **saveptr)
 
char * strsep (char **stringp, const char *delim)
 
 __attribute__ ((annotate("ALLOC_HEAP_ARG0"), annotate("AllocSize:UNKNOWN")))
 
 __attribute__ ((annotate("ALLOC_HEAP_ARG0"), annotate("AllocSize:Arg2")))
 
 __attribute__ ((annotate("ALLOC_HEAP_ARG1"), annotate("AllocSize:UNKNOWN")))
 
 __attribute__ ((annotate("ALLOC_HEAP_ARG2"), annotate("AllocSize:UNKNOWN")))
 
 __attribute__ ((annotate("MEMCPY")))
 
 __attribute__ ((annotate("MEMSET")))
 
 __attribute__ ((annotate("STRCPY")))
 
 __attribute__ ((annotate("STRCAT")))
 
 __attribute__ ((annotate("OVERWRITE")))
 
void * __rawmemchr (const void *s, int c)
 
struct jpeg_error_mgr * jpeg_std_error (struct jpeg_error_mgr *a)
 
char * fgets (char *str, int n, void *stream)
 
char * fgets_unlocked (char *str, int n, void *stream)
 
char * gets (char *str)
 
void * memchr (const void *str, int c, unsigned long n)
 
void * memrchr (const void *str, int c, unsigned long n)
 
void * mremap (void *old_address, unsigned long old_size, unsigned long new_size, int flags)
 
char * strchr (const char *str, int c)
 
char * __strchrnull (const char *s, int c)
 
char * strcasestr (const char *haystack, const char *needle)
 
char * index (const char *s, int c)
 
char * rindex (const char *s, int c)
 
char * strerror_r (int errnum, char *buf, unsigned long buflen)
 
char * strpbrk (const char *str1, const char *str2)
 
char * strptime (const void *s, const void *format, void *tm)
 
char * strrchr (const char *str, int c)
 
char * strstr (const char *haystack, const char *needle)
 
char * tmpnam_r (char *s)
 
int isalnum (int character)
 
int isalpha (int character)
 
int isblank (int character)
 
int iscntrl (int c)
 
int isdigit (int c)
 
int isgraph (int c)
 
int islower (int arg)
 
int isprint (int c)
 
int ispunct (int argument)
 
int isspace (char c)
 
int isupper (int c)
 
int isxdigit (int c)
 
char * asctime_r (const void *tm, char *buf)
 
void * bsearch (const void *key, const void *base, unsigned long nitems, unsigned long size, int(*compar)(const void *, const void *))
 
struct mntent * getmntent_r (void *fp, struct mntent *mntbuf, char *buf, int buflen)
 
struct tm * gmtime_r (const void *timer, struct tm *buf)
 
char * gzgets (void *file, char *buf, int len)
 
struct tm * localtime_r (const void *timep, struct tm *result)
 
char * realpath (const char *__restrict path, char *__restrict resolved_path)
 
void * freopen64 (const char *voidname, const char *mode, void *fp)
 
void * freopen (const char *voidname, const char *mode, void *fp)
 
const char * inet_ntop (int af, const void *__restrict src, char *__restrict dst, unsigned int size)
 
double strtod (const char *str, char **endptr)
 
double strtod_l (const char *str, char **endptr, void *loc)
 
float strtof (const char *nptr, char **endptr)
 
float strtof_l (const char *nptr, char **endptr, void *loc)
 
long int strtol (const char *str, char **endptr, int base)
 
long long strtoll (const char *str, char **endptr, int base)
 
long double strtold (const char *str, char **endptr)
 
unsigned long int strtoul (const char *str, char **endptr, int base)
 
unsigned long long strtoull (const char *str, char **endptr, int base)
 
char * gcvt (double x, int ndigit, char *buf)
 
void * memmem (const void *haystack, unsigned long haystacklen, const void *needle, unsigned long needlelen)
 
char * ctime_r (const char *timer, char *buf)
 
int readdir_r (void *__restrict dir, void *__restrict entry, void **__restrict result)
 
int getpwnam_r (const char *name, void *pwd, char *buf, unsigned long buflen, void **result)
 
int getpwuid_r (unsigned int uid, void *pwd, char *buf, unsigned long buflen, void **result)
 
void _ZNSt8__detail15_List_node_base7_M_hookEPS0_ (void *arg0, void **arg1)
 
void * __dynamic_cast (void *source, const void *sourceTypeInfo, const void *targetTypeInfo, unsigned long castType)
 
void _ZNSsC1EPKcRKSaIcE (void **arg0, void *arg1)
 
void _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_ (void **arg0, void *arg1)
 
char * getenv (const char *name)
 
const unsigned short ** __ctype_b_loc (void)
 
int ** __ctype_tolower_loc (void)
 
int ** __ctype_toupper_loc (void)
 
int * __errno_location (void)
 
int * __h_errno_location (void)
 
void * __res_state (void)
 
char * asctime (const void *timeptr)
 
char * ctime (const void *timer)
 
void * gmtime (const void *timer)
 
void * localtime (const void *timer)
 
char * bindtextdomain (const char *domainname, const char *dirname)
 
char * bind_textdomain_codeset (const char *domainname, const char *codeset)
 
char * ctermid (char *s)
 
char * dcgettext (const char *domainname, const char *msgid, int category)
 
char * dgettext (const char *domainname, const char *msgid)
 
char * dngettext (const char *domainname, const char *msgid, const char *msgid_plural, unsigned long int n)
 
char * gettext (const char *msgid)
 
char * ngettext (const char *msgid, const char *msgid_plural, unsigned long int n)
 
void * getgrgid (unsigned int gid)
 
void * getgrnam (const char *name)
 
void * gethostbyaddr (const void *addr, unsigned int len, int type)
 
void * gethostbyname (const char *name)
 
void * gethostbyname2 (const char *name, int af)
 
void * getmntent (void *stream)
 
void * getprotobyname (const char *name)
 
void * getprotobynumber (int proto)
 
void * getpwent (void)
 
void * getpwnam (const char *name)
 
void * getpwuid (unsigned int uid)
 
void * getservbyname (const char *name, const char *proto)
 
void * getservbyport (int port, const char *proto)
 
void * getspnam (const char *name)
 
const char * gnu_get_libc_version (void)
 
const char * gnutls_check_version (const char *req_version)
 
void * localeconv (void)
 
void * pango_cairo_font_map_get_default (void)
 
char * re_comp (const char *regex)
 
char * setlocale (int category, const char *locale)
 
char * tgoto (const char *cap, int col, int row)
 
char * tparm (char *str,...)
 
const char * zError (int a)
 

Variables

char getenv_global [10]
 
unsigned short ctype_b_loc_global [10]
 
int ctype_tolower_loc_global [10]
 
int ctype_toupper_loc_global [10]
 
int error_global [10]
 
int h_error_global [10]
 
int res_state_global [10]
 
char time_global [10]
 
char bindtextdomain_global [10]
 
char bind_textdomain_codeset_global [10]
 
char ctermid_global [10]
 
char gettext_global [10]
 
void * getgrgid_global [10]
 
void * getgrnam_global [10]
 
void * gethostby_global [10]
 
void * getmntent_global [10]
 
void * getproto_global [10]
 
void * getpw_global [10]
 
void * getserv_global [10]
 
void * getspnam_global [10]
 
char gnu_get_libc_version_global [10]
 
char gnutls_check_version_global [10]
 
void * localeconv_global [10]
 
void * pango_cairo_font_map_global [10]
 
char re_comp_global [10]
 
char setlocale_global [10]
 
char tgoto_global [10]
 
char tparm_global [10]
 
char zError_global [10]
 

Macro Definition Documentation

◆ NULL

return NULL   ((void *)0)

Definition at line 5 of file extapi.c.

Function Documentation

◆ __attribute__() [1/16]

__attribute__ ( (annotate("ALLOC_HEAP_ARG0"), annotate("AllocSize:Arg2"))  )

Definition at line 630 of file extapi.c.

630 :Arg2")))
631int posix_memalign(void **a, unsigned long b, unsigned long c)
632{
633 return 0;
634}

◆ __attribute__() [2/16]

__attribute__ ( (annotate("ALLOC_HEAP_ARG0"), annotate("AllocSize:UNKNOWN"))  )

Definition at line 588 of file extapi.c.

588 :UNKNOWN")))
589int asprintf(char **__restrict strp, const char *__restrict fmt, ...)
590{
591 return 0;
592}

◆ __attribute__() [3/16]

__attribute__ ( (annotate("ALLOC_HEAP_ARG1"), annotate("AllocSize:UNKNOWN"))  )

Definition at line 636 of file extapi.c.

636 :UNKNOWN")))
637int scandir(const char *__restrict dirp, struct dirent ***__restrict namelist, int (*filter)(const struct dirent *), int (*compar)(const struct dirent **, const struct dirent **))
638{
639 return 0;
640}

◆ __attribute__() [4/16]

__attribute__ ( (annotate("ALLOC_HEAP_ARG2"), annotate("AllocSize:UNKNOWN"))  )

Definition at line 642 of file extapi.c.

642 :UNKNOWN")))
643int XmbTextPropertyToTextList(void *a, void *b, char ***c, int *d)
644{
645 return 0;
646}

◆ __attribute__() [5/16]

__attribute__ ( (annotate("ALLOC_HEAP_RET"), annotate("AllocSize:Arg0"))  )

Definition at line 22 of file extapi.c.

22 :Arg0")))
23void *malloc(unsigned long size)
24{
25 return NULL;
26}

◆ __attribute__() [6/16]

__attribute__ ( (annotate("ALLOC_HEAP_RET"), annotate("AllocSize:Arg0*Arg1"))  )

Definition at line 58 of file extapi.c.

58 :Arg0*Arg1")))
59void *calloc(unsigned long nitems, unsigned long size)
60{
61 return NULL;
62}

◆ __attribute__() [7/16]

__attribute__ ( (annotate("ALLOC_HEAP_RET"), annotate("AllocSize:Arg1"))  )

Definition at line 202 of file extapi.c.

202 :Arg1")))
203void* aligned_alloc(unsigned long size1, unsigned long size2)
204{
205 return NULL;
206}

◆ __attribute__() [8/16]

__attribute__ ( (annotate("ALLOC_HEAP_RET"), annotate("AllocSize:UNKNOWN"))  )

Definition at line 28 of file extapi.c.

28 :UNKNOWN")))
29void *fopen(const char *voidname, const char *mode)
30{
31 return NULL;
32}

◆ __attribute__() [9/16]

__attribute__ ( (annotate("MEMCPY"))  )

Definition at line 648 of file extapi.c.

649 {}

◆ __attribute__() [10/16]

__attribute__ ( (annotate("MEMSET"))  )

Definition at line 699 of file extapi.c.

700 {}

◆ __attribute__() [11/16]

__attribute__ ( (annotate("OVERWRITE"))  )

Definition at line 808 of file extapi.c.

810{
811 void* ptr1 = (char*)arg + 0;
812 void* ptr2 = (char*)ptr1 + 0;
813 return ptr2;
814}

◆ __attribute__() [12/16]

__attribute__ ( (annotate("REALLOC_HEAP_RET"), annotate("AllocSize:Arg1"))  )

Definition at line 418 of file extapi.c.

418 :Arg1")))
419char *mem_realloc(void *ptr, unsigned long size)
420{
421 return NULL;
422}

◆ __attribute__() [13/16]

__attribute__ ( (annotate("REALLOC_HEAP_RET"), annotate("AllocSize:Arg1*Arg2"))  )

Definition at line 430 of file extapi.c.

430 :Arg1*Arg2")))
431char *reallocarray(void *ptr, unsigned long elems, unsigned long size)
432{
433 return NULL;
434}

◆ __attribute__() [14/16]

__attribute__ ( (annotate("REALLOC_HEAP_RET"), annotate("AllocSize:UNKNOWN"))  )

Definition at line 412 of file extapi.c.

412 :UNKNOWN")))
413char *getcwd(char *buf, unsigned long size)
414{
415 return NULL;
416}

◆ __attribute__() [15/16]

__attribute__ ( (annotate("STRCAT"))  )

Definition at line 732 of file extapi.c.

734{
735 return NULL;
736}
#define NULL
Definition extapi.c:5

◆ __attribute__() [16/16]

__attribute__ ( (annotate("STRCPY"))  )

Definition at line 726 of file extapi.c.

728{
729 return NULL;
730}

◆ __ctype_b_loc()

const unsigned short ** __ctype_b_loc ( void  )

Definition at line 1141 of file extapi.c.

1142{
1143 return (const unsigned short **)&ctype_b_loc_global;
1144}
unsigned short ctype_b_loc_global[10]
Definition extapi.c:1140

◆ __ctype_tolower_loc()

int ** __ctype_tolower_loc ( void  )

Definition at line 1147 of file extapi.c.

1148{
1149 return (int **)&ctype_tolower_loc_global;
1150}
int ctype_tolower_loc_global[10]
Definition extapi.c:1146

◆ __ctype_toupper_loc()

int ** __ctype_toupper_loc ( void  )

Definition at line 1153 of file extapi.c.

1154{
1155 return (int **)&ctype_toupper_loc_global;
1156}
int ctype_toupper_loc_global[10]
Definition extapi.c:1152

◆ __dynamic_cast()

void * __dynamic_cast ( void *  source,
const void *  sourceTypeInfo,
const void *  targetTypeInfo,
unsigned long  castType 
)

Definition at line 1119 of file extapi.c.

1120{
1121 return source;
1122}

◆ __errno_location()

int * __errno_location ( void  )

Definition at line 1159 of file extapi.c.

1160{
1161 return error_global;
1162}
int error_global[10]
Definition extapi.c:1158

◆ __h_errno_location()

int * __h_errno_location ( void  )

Definition at line 1165 of file extapi.c.

1166{
1167 return h_error_global;
1168}
int h_error_global[10]
Definition extapi.c:1164

◆ __rawmemchr()

void * __rawmemchr ( const void *  s,
int  c 
)

Definition at line 822 of file extapi.c.

823{
824 return (void *)s;
825}

◆ __res_state()

void * __res_state ( void  )

Definition at line 1171 of file extapi.c.

1172{
1173 return res_state_global;
1174}
int res_state_global[10]
Definition extapi.c:1170

◆ __strchrnull()

char * __strchrnull ( const char *  s,
int  c 
)

Definition at line 867 of file extapi.c.

868{
869 return (char *)s;
870}

◆ _ZNSsC1EPKcRKSaIcE()

void _ZNSsC1EPKcRKSaIcE ( void **  arg0,
void *  arg1 
)

Definition at line 1124 of file extapi.c.

1125{
1126 *arg0 = arg1;
1127}

◆ _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_()

void _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_ ( void **  arg0,
void *  arg1 
)

Definition at line 1129 of file extapi.c.

1130{
1131 *arg0 = arg1;
1132}

◆ _ZNSt8__detail15_List_node_base7_M_hookEPS0_()

void _ZNSt8__detail15_List_node_base7_M_hookEPS0_ ( void *  arg0,
void **  arg1 
)

Definition at line 1114 of file extapi.c.

1115{
1116 *arg1 = arg0;
1117}

◆ asctime()

char * asctime ( const void *  timeptr)

Definition at line 1177 of file extapi.c.

1178{
1179 return time_global;
1180}
char time_global[10]
Definition extapi.c:1176

◆ asctime_r()

char * asctime_r ( const void *  tm,
char *  buf 
)

Definition at line 977 of file extapi.c.

978{
979 return buf;
980}

◆ bind_textdomain_codeset()

char * bind_textdomain_codeset ( const char *  domainname,
const char *  codeset 
)

Definition at line 1204 of file extapi.c.

1205{
1207}
char bind_textdomain_codeset_global[10]
Definition extapi.c:1203

◆ bindtextdomain()

char * bindtextdomain ( const char *  domainname,
const char *  dirname 
)

Definition at line 1198 of file extapi.c.

1199{
1200 return bindtextdomain_global;
1201}
char bindtextdomain_global[10]
Definition extapi.c:1197

◆ bsearch()

void * bsearch ( const void *  key,
const void *  base,
unsigned long  nitems,
unsigned long  size,
int(*)(const void *, const void *)  compar 
)

Definition at line 982 of file extapi.c.

983{
984 return (void *)base;
985}

◆ ctermid()

char * ctermid ( char *  s)

Definition at line 1210 of file extapi.c.

1211{
1212 return s ? s : ctermid_global;
1213}
char ctermid_global[10]
Definition extapi.c:1209

◆ ctime()

char * ctime ( const void *  timer)

Definition at line 1182 of file extapi.c.

1183{
1184 return time_global;
1185}

◆ ctime_r()

char * ctime_r ( const char *  timer,
char *  buf 
)

Definition at line 1091 of file extapi.c.

1092{
1093 return buf;
1094}

◆ dcgettext()

char * dcgettext ( const char *  domainname,
const char *  msgid,
int  category 
)

Definition at line 1216 of file extapi.c.

1217{
1218 return gettext_global;
1219}
char gettext_global[10]
Definition extapi.c:1215

◆ dgettext()

char * dgettext ( const char *  domainname,
const char *  msgid 
)

Definition at line 1221 of file extapi.c.

1222{
1223 return gettext_global;
1224}

◆ dngettext()

char * dngettext ( const char *  domainname,
const char *  msgid,
const char *  msgid_plural,
unsigned long int  n 
)

Definition at line 1226 of file extapi.c.

1227{
1228 return gettext_global;
1229}

◆ fgets()

char * fgets ( char *  str,
int  n,
void *  stream 
)

Definition at line 832 of file extapi.c.

833{
834 return str;
835}

◆ fgets_unlocked()

char * fgets_unlocked ( char *  str,
int  n,
void *  stream 
)

Definition at line 837 of file extapi.c.

838{
839 return str;
840}

◆ freopen()

void * freopen ( const char *  voidname,
const char *  mode,
void *  fp 
)

Definition at line 1017 of file extapi.c.

1018{
1019 return fp;
1020}

◆ freopen64()

void * freopen64 ( const char *  voidname,
const char *  mode,
void *  fp 
)

Definition at line 1012 of file extapi.c.

1013{
1014 return fp;
1015}

◆ gcvt()

char * gcvt ( double  x,
int  ndigit,
char *  buf 
)

Definition at line 1081 of file extapi.c.

1082{
1083 return buf;
1084}

◆ getenv()

char * getenv ( const char *  name)

Definition at line 1135 of file extapi.c.

1136{
1137 return getenv_global;
1138}
char getenv_global[10]
Definition extapi.c:1134

◆ getgrgid()

void * getgrgid ( unsigned int  gid)

Definition at line 1242 of file extapi.c.

1243{
1244 return getgrgid_global;
1245}
void * getgrgid_global[10]
Definition extapi.c:1241

◆ getgrnam()

void * getgrnam ( const char *  name)

Definition at line 1248 of file extapi.c.

1249{
1250 return getgrnam_global;
1251}
void * getgrnam_global[10]
Definition extapi.c:1247

◆ gethostbyaddr()

void * gethostbyaddr ( const void *  addr,
unsigned int  len,
int  type 
)

Definition at line 1254 of file extapi.c.

1255{
1256 return gethostby_global;
1257}
void * gethostby_global[10]
Definition extapi.c:1253

◆ gethostbyname()

void * gethostbyname ( const char *  name)

Definition at line 1259 of file extapi.c.

1260{
1261 return gethostby_global;
1262}

◆ gethostbyname2()

void * gethostbyname2 ( const char *  name,
int  af 
)

Definition at line 1264 of file extapi.c.

1265{
1266 return gethostby_global;
1267}

◆ getmntent()

void * getmntent ( void *  stream)

Definition at line 1270 of file extapi.c.

1271{
1272 return getmntent_global;
1273}
void * getmntent_global[10]
Definition extapi.c:1269

◆ getmntent_r()

struct mntent * getmntent_r ( void *  fp,
struct mntent *  mntbuf,
char *  buf,
int  buflen 
)

Definition at line 987 of file extapi.c.

988{
989 return mntbuf;
990}

◆ getprotobyname()

void * getprotobyname ( const char *  name)

Definition at line 1276 of file extapi.c.

1277{
1278 return getproto_global;
1279}
void * getproto_global[10]
Definition extapi.c:1275

◆ getprotobynumber()

void * getprotobynumber ( int  proto)

Definition at line 1281 of file extapi.c.

1282{
1283 return getproto_global;
1284}

◆ getpwent()

void * getpwent ( void  )

Definition at line 1287 of file extapi.c.

1288{
1289 return getpw_global;
1290}
void * getpw_global[10]
Definition extapi.c:1286

◆ getpwnam()

void * getpwnam ( const char *  name)

Definition at line 1292 of file extapi.c.

1293{
1294 return getpw_global;
1295}

◆ getpwnam_r()

int getpwnam_r ( const char *  name,
void *  pwd,
char *  buf,
unsigned long  buflen,
void **  result 
)

Definition at line 1102 of file extapi.c.

1103{
1104 *result = pwd;
1105 return 0;
1106}

◆ getpwuid()

void * getpwuid ( unsigned int  uid)

Definition at line 1297 of file extapi.c.

1298{
1299 return getpw_global;
1300}

◆ getpwuid_r()

int getpwuid_r ( unsigned int  uid,
void *  pwd,
char *  buf,
unsigned long  buflen,
void **  result 
)

Definition at line 1108 of file extapi.c.

1109{
1110 *result = pwd;
1111 return 0;
1112}

◆ gets()

char * gets ( char *  str)

Definition at line 842 of file extapi.c.

843{
844 return str;
845}

◆ getservbyname()

void * getservbyname ( const char *  name,
const char *  proto 
)

Definition at line 1303 of file extapi.c.

1304{
1305 return getserv_global;
1306}
void * getserv_global[10]
Definition extapi.c:1302

◆ getservbyport()

void * getservbyport ( int  port,
const char *  proto 
)

Definition at line 1308 of file extapi.c.

1309{
1310 return getserv_global;
1311}

◆ getspnam()

void * getspnam ( const char *  name)

Definition at line 1314 of file extapi.c.

1315{
1316 return getspnam_global;
1317}
void * getspnam_global[10]
Definition extapi.c:1313

◆ gettext()

char * gettext ( const char *  msgid)

Definition at line 1231 of file extapi.c.

1232{
1233 return gettext_global;
1234}

◆ gmtime()

void * gmtime ( const void *  timer)

Definition at line 1187 of file extapi.c.

1188{
1189 return time_global;
1190}

◆ gmtime_r()

struct tm * gmtime_r ( const void *  timer,
struct tm *  buf 
)

Definition at line 992 of file extapi.c.

993{
994 return buf;
995}

◆ gnu_get_libc_version()

const char * gnu_get_libc_version ( void  )

Definition at line 1320 of file extapi.c.

1321{
1323}
char gnu_get_libc_version_global[10]
Definition extapi.c:1319

◆ gnutls_check_version()

const char * gnutls_check_version ( const char *  req_version)

Definition at line 1326 of file extapi.c.

1327{
1329}
char gnutls_check_version_global[10]
Definition extapi.c:1325

◆ gzgets()

char * gzgets ( void *  file,
char *  buf,
int  len 
)

Definition at line 997 of file extapi.c.

998{
999 return buf;
1000}

◆ index()

char * index ( const char *  s,
int  c 
)

Definition at line 877 of file extapi.c.

878{
879 return (char *)s;
880}

◆ inet_ntop()

const char * inet_ntop ( int  af,
const void *__restrict  src,
char *__restrict  dst,
unsigned int  size 
)

Definition at line 1022 of file extapi.c.

1023{
1024 return dst;
1025}

◆ isalnum()

int isalnum ( int  character)

Definition at line 917 of file extapi.c.

918{
919 return character;
920}

◆ isalpha()

int isalpha ( int  character)

Definition at line 922 of file extapi.c.

923{
924 return character;
925}

◆ isblank()

int isblank ( int  character)

Definition at line 927 of file extapi.c.

928{
929 return character;
930}

◆ iscntrl()

int iscntrl ( int  c)

Definition at line 932 of file extapi.c.

933{
934 return c;
935}

◆ isdigit()

int isdigit ( int  c)

Definition at line 937 of file extapi.c.

938{
939 return c;
940}

◆ isgraph()

int isgraph ( int  c)

Definition at line 942 of file extapi.c.

943{
944 return c;
945}

◆ islower()

int islower ( int  arg)

Definition at line 947 of file extapi.c.

948{
949 return arg;
950}

◆ isprint()

int isprint ( int  c)

Definition at line 952 of file extapi.c.

953{
954 return c;
955}

◆ ispunct()

int ispunct ( int  argument)

Definition at line 957 of file extapi.c.

958{
959 return argument;
960}

◆ isspace()

int isspace ( char  c)

Definition at line 962 of file extapi.c.

963{
964 return c;
965}

◆ isupper()

int isupper ( int  c)

Definition at line 967 of file extapi.c.

968{
969 return c;
970}

◆ isxdigit()

int isxdigit ( int  c)

Definition at line 972 of file extapi.c.

973{
974 return c;
975}

◆ jpeg_std_error()

struct jpeg_error_mgr * jpeg_std_error ( struct jpeg_error_mgr *  a)

Definition at line 827 of file extapi.c.

828{
829 return a;
830}
cJSON * a
Definition cJSON.cpp:2560

◆ localeconv()

void * localeconv ( void  )

Definition at line 1332 of file extapi.c.

1333{
1334 return localeconv_global;
1335}
void * localeconv_global[10]
Definition extapi.c:1331

◆ localtime()

void * localtime ( const void *  timer)

Definition at line 1192 of file extapi.c.

1193{
1194 return time_global;
1195}

◆ localtime_r()

struct tm * localtime_r ( const void *  timep,
struct tm *  result 
)

Definition at line 1002 of file extapi.c.

1003{
1004 return result;
1005}

◆ memchr()

void * memchr ( const void *  str,
int  c,
unsigned long  n 
)

Definition at line 847 of file extapi.c.

848{
849 return (void *)str;
850}

◆ memmem()

void * memmem ( const void *  haystack,
unsigned long  haystacklen,
const void *  needle,
unsigned long  needlelen 
)

Definition at line 1086 of file extapi.c.

1087{
1088 return (void *)haystack;
1089}

◆ memrchr()

void * memrchr ( const void *  str,
int  c,
unsigned long  n 
)

Definition at line 852 of file extapi.c.

853{
854 return (void *)str;
855}

◆ mremap()

void * mremap ( void *  old_address,
unsigned long  old_size,
unsigned long  new_size,
int  flags 
)

Definition at line 857 of file extapi.c.

858{
859 return old_address;
860}

◆ ngettext()

char * ngettext ( const char *  msgid,
const char *  msgid_plural,
unsigned long int  n 
)

Definition at line 1236 of file extapi.c.

1237{
1238 return gettext_global;
1239}

◆ pango_cairo_font_map_get_default()

void * pango_cairo_font_map_get_default ( void  )

Definition at line 1338 of file extapi.c.

1339{
1341}
void * pango_cairo_font_map_global[10]
Definition extapi.c:1337

◆ re_comp()

char * re_comp ( const char *  regex)

Definition at line 1344 of file extapi.c.

1345{
1346 return re_comp_global;
1347}
char re_comp_global[10]
Definition extapi.c:1343

◆ readdir_r()

int readdir_r ( void *__restrict  dir,
void *__restrict  entry,
void **__restrict  result 
)

Definition at line 1096 of file extapi.c.

1097{
1098 entry = *result;
1099 return 0;
1100}

◆ realpath()

char * realpath ( const char *__restrict  path,
char *__restrict  resolved_path 
)

Definition at line 1007 of file extapi.c.

1008{
1009 return resolved_path;
1010}

◆ rindex()

char * rindex ( const char *  s,
int  c 
)

Definition at line 882 of file extapi.c.

883{
884 return (char *)s;
885}

◆ setlocale()

char * setlocale ( int  category,
const char *  locale 
)

Definition at line 1350 of file extapi.c.

1351{
1352 return setlocale_global;
1353}
char setlocale_global[10]
Definition extapi.c:1349

◆ strcasestr()

char * strcasestr ( const char *  haystack,
const char *  needle 
)

Definition at line 872 of file extapi.c.

873{
874 return (char *)haystack;
875}

◆ strchr()

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

Definition at line 862 of file extapi.c.

863{
864 return (char *)str;
865}

◆ strerror_r()

char * strerror_r ( int  errnum,
char *  buf,
unsigned long  buflen 
)

Definition at line 887 of file extapi.c.

888{
889 return buf;
890}

◆ strpbrk()

char * strpbrk ( const char *  str1,
const char *  str2 
)

Definition at line 892 of file extapi.c.

893{
894 return (char *)str1;
895}

◆ strptime()

char * strptime ( const void *  s,
const void *  format,
void *  tm 
)

Definition at line 897 of file extapi.c.

898{
899 return (char *)s;
900}

◆ strrchr()

char * strrchr ( const char *  str,
int  c 
)

Definition at line 902 of file extapi.c.

903{
904 return (char *)str;
905}

◆ strsep()

char * strsep ( char **  stringp,
const char *  delim 
)

Definition at line 465 of file extapi.c.

466{
467 return *stringp;
468}

◆ strstr()

char * strstr ( const char *  haystack,
const char *  needle 
)

Definition at line 907 of file extapi.c.

908{
909 return (char *)haystack;
910}

◆ strtod()

double strtod ( const char *  str,
char **  endptr 
)

Definition at line 1027 of file extapi.c.

1028{
1029 *endptr = (char *)str;
1030 return 0.0;
1031}

◆ strtod_l()

double strtod_l ( const char *  str,
char **  endptr,
void *  loc 
)

Definition at line 1033 of file extapi.c.

1034{
1035 *endptr = (char *)str;
1036 return 0.0;
1037}

◆ strtof()

float strtof ( const char *  nptr,
char **  endptr 
)

Definition at line 1039 of file extapi.c.

1040{
1041 *endptr = (char *)nptr;
1042 return 0.0;
1043}

◆ strtof_l()

float strtof_l ( const char *  nptr,
char **  endptr,
void *  loc 
)

Definition at line 1045 of file extapi.c.

1046{
1047 *endptr = (char *)nptr;
1048 return 0.0;
1049}

◆ strtok()

char * strtok ( char *  str,
const char *  delim 
)

Definition at line 455 of file extapi.c.

456{
457 return str;
458}

◆ strtok_r()

char * strtok_r ( char *  str,
const char *  delim,
char **  saveptr 
)

Definition at line 460 of file extapi.c.

461{
462 return str;
463}

◆ strtol()

long int strtol ( const char *  str,
char **  endptr,
int  base 
)

Definition at line 1051 of file extapi.c.

1052{
1053 *endptr = (char *)str;
1054 return 0;
1055}

◆ strtold()

long double strtold ( const char *  str,
char **  endptr 
)

Definition at line 1063 of file extapi.c.

1064{
1065 *endptr = (char *)str;
1066 return 0.0;
1067}

◆ strtoll()

long long strtoll ( const char *  str,
char **  endptr,
int  base 
)

Definition at line 1057 of file extapi.c.

1058{
1059 *endptr = (char *)str;
1060 return 0;
1061}

◆ strtoul()

unsigned long int strtoul ( const char *  str,
char **  endptr,
int  base 
)

Definition at line 1069 of file extapi.c.

1070{
1071 *endptr = (char *)str;
1072 return 0;
1073}

◆ strtoull()

unsigned long long strtoull ( const char *  str,
char **  endptr,
int  base 
)

Definition at line 1075 of file extapi.c.

1076{
1077 *endptr = (char *)str;
1078 return 0;
1079}

◆ tgoto()

char * tgoto ( const char *  cap,
int  col,
int  row 
)

Definition at line 1356 of file extapi.c.

1357{
1358 return tgoto_global;
1359}
char tgoto_global[10]
Definition extapi.c:1355

◆ tmpnam_r()

char * tmpnam_r ( char *  s)

Definition at line 912 of file extapi.c.

913{
914 return s;
915}

◆ tparm()

char * tparm ( char *  str,
  ... 
)

Definition at line 1362 of file extapi.c.

1363{
1364 return tparm_global;
1365}
char tparm_global[10]
Definition extapi.c:1361

◆ zError()

const char * zError ( int  a)

Definition at line 1368 of file extapi.c.

1369{
1370 return zError_global;
1371}
char zError_global[10]
Definition extapi.c:1367

Variable Documentation

◆ bind_textdomain_codeset_global

char bind_textdomain_codeset_global[10]

Definition at line 1203 of file extapi.c.

◆ bindtextdomain_global

char bindtextdomain_global[10]

Definition at line 1197 of file extapi.c.

◆ ctermid_global

char ctermid_global[10]

Definition at line 1209 of file extapi.c.

◆ ctype_b_loc_global

unsigned short ctype_b_loc_global[10]

Definition at line 1140 of file extapi.c.

◆ ctype_tolower_loc_global

int ctype_tolower_loc_global[10]

Definition at line 1146 of file extapi.c.

◆ ctype_toupper_loc_global

int ctype_toupper_loc_global[10]

Definition at line 1152 of file extapi.c.

◆ error_global

int error_global[10]

Definition at line 1158 of file extapi.c.

◆ getenv_global

char getenv_global[10]

Definition at line 1134 of file extapi.c.

◆ getgrgid_global

void* getgrgid_global[10]

Definition at line 1241 of file extapi.c.

◆ getgrnam_global

void* getgrnam_global[10]

Definition at line 1247 of file extapi.c.

◆ gethostby_global

void* gethostby_global[10]

Definition at line 1253 of file extapi.c.

◆ getmntent_global

void* getmntent_global[10]

Definition at line 1269 of file extapi.c.

◆ getproto_global

void* getproto_global[10]

Definition at line 1275 of file extapi.c.

◆ getpw_global

void* getpw_global[10]

Definition at line 1286 of file extapi.c.

◆ getserv_global

void* getserv_global[10]

Definition at line 1302 of file extapi.c.

◆ getspnam_global

void* getspnam_global[10]

Definition at line 1313 of file extapi.c.

◆ gettext_global

char gettext_global[10]

Definition at line 1215 of file extapi.c.

◆ gnu_get_libc_version_global

char gnu_get_libc_version_global[10]

Definition at line 1319 of file extapi.c.

◆ gnutls_check_version_global

char gnutls_check_version_global[10]

Definition at line 1325 of file extapi.c.

◆ h_error_global

int h_error_global[10]

Definition at line 1164 of file extapi.c.

◆ localeconv_global

void* localeconv_global[10]

Definition at line 1331 of file extapi.c.

◆ pango_cairo_font_map_global

void* pango_cairo_font_map_global[10]

Definition at line 1337 of file extapi.c.

◆ re_comp_global

char re_comp_global[10]

Definition at line 1343 of file extapi.c.

◆ res_state_global

int res_state_global[10]

Definition at line 1170 of file extapi.c.

◆ setlocale_global

char setlocale_global[10]

Definition at line 1349 of file extapi.c.

◆ tgoto_global

char tgoto_global[10]

Definition at line 1355 of file extapi.c.

◆ time_global

char time_global[10]

Definition at line 1176 of file extapi.c.

◆ tparm_global

char tparm_global[10]

Definition at line 1361 of file extapi.c.

◆ zError_global

char zError_global[10]

Definition at line 1367 of file extapi.c.