Searched defs:CollectorUtilFuncs (Results 1 – 2 of 2) sorted by relevance
41 typedef struct CollectorUtilFuncs struct43 int (*access)();44 int (*atoi)(const char *nptr);45 void *(*calloc)(size_t nelem, size_t elsize);46 int (*clearenv)(void);47 int (*close)(int);48 int (*closedir)();49 int (*execv)(const char *path, char *const argv[]);50 void (*exit)(int status);51 int (*fclose)(FILE *stream);[all …]
40 typedef struct CollectorUtilFuncs struct42 int (*access)();43 int (*atoi)(const char *nptr);44 void *(*calloc)(size_t nelem, size_t elsize);45 int (*clearenv)(void);46 int (*close)(int);47 int (*closedir)();48 int (*execv)(const char *path, char *const argv[]);49 void (*exit)(int status);50 int (*fclose)(FILE *stream);[all …]