Searched refs:WRAPPER2 (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcclibs/libmudflap/
H A Dmf-hooks2.c134 WRAPPER2(void *, memcpy, void *dest, const void *src, size_t n) function
143 WRAPPER2(void *, memmove, void *dest, const void *src, size_t n) function
152 WRAPPER2(void *, memset, void *s, int c, size_t n) function
160 WRAPPER2(int, memcmp, const void *s1, const void *s2, size_t n) function
169 WRAPPER2(void *, memchr, const void *s, int c, size_t n) function
178 WRAPPER2(void *, memrchr, const void *s, int c, size_t n) function
187 WRAPPER2(char *, strcpy, char *dest, const char *src) function
202 WRAPPER2(char *, strncpy, char *dest, const char *src, size_t n) function
213 WRAPPER2(char *, strcat, char *dest, const char *src) function
227 WRAPPER2(cha function
262 WRAPPER2(int, strcmp, const char *s1, const char *s2) function
275 WRAPPER2(int, strcasecmp, const char *s1, const char *s2) function
288 WRAPPER2(int, strncmp, const char *s1, const char *s2, size_t n) function
301 WRAPPER2(int, strncasecmp, const char *s1, const char *s2, size_t n) function
314 WRAPPER2(char *, strdup, const char *s) function
337 WRAPPER2(char *, strndup, const char *s, size_t n) function
362 WRAPPER2(char *, strchr, const char *s, int c) function
372 WRAPPER2(char *, strrchr, const char *s, int c) function
382 WRAPPER2(char *, strstr, const char *haystack, const char *needle) function
396 WRAPPER2(void *, memmem, function
408 WRAPPER2(size_t, strlen, const char *s) function
417 WRAPPER2(size_t, strnlen, const char *s, size_t n) function
426 WRAPPER2(void, bzero, void *s, size_t n) function
435 WRAPPER2(void, bcopy, const void *src, void *dest, size_t n) function
445 WRAPPER2(int, bcmp, const void *s1, const void *s2, size_t n) function
454 WRAPPER2(char *, index, const char *s, int c) function
463 WRAPPER2(char *, rindex, const char *s, int c) function
477 WRAPPER2(char *, asctime, struct tm *tm) function
493 WRAPPER2(char *, ctime, const time_t *timep) function
510 WRAPPER2(struct tm*, localtime, const time_t *timep) function
526 WRAPPER2(struct tm*, gmtime, const time_t *timep) function
567 WRAPPER2(time_t, time, time_t *timep) function
577 WRAPPER2(char *, strerror, int errnum) function
653 WRAPPER2(FILE *, fopen, const char *path, const char *mode) function
679 WRAPPER2(int, setvbuf, FILE *stream, char *buf, int mode, size_t size) function
703 WRAPPER2(int, setbuf, FILE* stream, char *buf) function
710 WRAPPER2(int, setbuffer, FILE* stream, char *buf, size_t sz) function
717 WRAPPER2(int, setlinebuf, FILE* stream) function
725 WRAPPER2(FILE *, fdopen, int fd, const char *mode) function
748 WRAPPER2(FILE *, freopen, const char *path, const char *mode, FILE *s) function
778 WRAPPER2(FILE *, fopen64, const char *path, const char *mode) function
806 WRAPPER2(FILE *, freopen64, const char *path, const char *mode, FILE *s) function
836 WRAPPER2(int, fclose, FILE *stream) function
852 WRAPPER2(size_t, fread, void *ptr, size_t size, size_t nmemb, FILE *stream) function
862 WRAPPER2(size_t, fwrite, const void *ptr, size_t size, size_t nmemb, function
873 WRAPPER2(int, fgetc, FILE *stream) function
882 WRAPPER2(char *, fgets, char *s, int size, FILE *stream) function
892 WRAPPER2(int, getc, FILE *stream) function
901 WRAPPER2(char *, gets, char *s) function
915 WRAPPER2(int, ungetc, int c, FILE *stream) function
924 WRAPPER2(int, fputc, int c, FILE *stream) function
933 WRAPPER2(int, fputs, const char *s, FILE *stream) function
945 WRAPPER2(int, putc, int c, FILE *stream) function
954 WRAPPER2(int, puts, const char *s) function
964 WRAPPER2(void, clearerr, FILE *stream) function
973 WRAPPER2(int, feof, FILE *stream) function
982 WRAPPER2(int, ferror, FILE *stream) function
991 WRAPPER2(int, fileno, FILE *stream) function
1000 WRAPPER2(int, printf, const char *format, ...) function
1016 WRAPPER2(int, fprintf, FILE *stream, const char *format, ...) function
1034 WRAPPER2(int, sprintf, char *str, const char *format, ...) function
1053 WRAPPER2(int, snprintf, char *str, size_t size, const char *format, ...) function
1070 WRAPPER2(int, vprintf, const char *format, va_list ap) function
1081 WRAPPER2(int, vfprintf, FILE *stream, const char *format, va_list ap) function
1094 WRAPPER2(int, vsprintf, char *str, const char *format, va_list ap) function
1110 WRAPPER2(int, vsnprintf, char *str, size_t size, const char *format, function
1123 WRAPPER2(int , access, const char *path, int mode) function
1133 WRAPPER2(int , remove, const char *path) function
1143 WRAPPER2(int, fflush, FILE *stream) function
1153 WRAPPER2(int, fseek, FILE *stream, long offset, int whence) function
1163 WRAPPER2(int, fseeko64, FILE *stream, off64_t offset, int whence) function
1173 WRAPPER2(long, ftell, FILE *stream) function
1183 WRAPPER2(off64_t, ftello64, FILE *stream) function
1193 WRAPPER2(void, rewind, FILE *stream) function
1202 WRAPPER2(int, fgetpos, FILE *stream, fpos_t *pos) function
1212 WRAPPER2(int, fsetpos, FILE *stream, fpos_t *pos) function
1222 WRAPPER2(int , stat, const char *path, struct stat *buf) function
1234 WRAPPER2(int , stat64, const char *path, struct stat64 *buf) function
1246 WRAPPER2(int , fstat, int filedes, struct stat *buf) function
1254 WRAPPER2(int , lstat, const char *path, struct stat *buf) function
1265 WRAPPER2(int , mkfifo, const char *path, mode_t mode) function
1276 WRAPPER2(DIR *, opendir, const char *path) function
1297 WRAPPER2(int, closedir, DIR *dir) function
1308 WRAPPER2(struct dirent *, readdir, DIR *dir) function
1327 WRAPPER2(int, recv, int s, void *buf, size_t len, int flags) function
1335 WRAPPER2(int, recvfrom, int s, void *buf, size_t len, int flags, function
1346 WRAPPER2(int, recvmsg, int s, struct msghdr *msg, int flags) function
1354 WRAPPER2(int, send, int s, const void *msg, size_t len, int flags) function
1362 WRAPPER2(int, sendto, int s, const void *msg, size_t len, int flags, function
1372 WRAPPER2(int, sendmsg, int s, const void *msg, int flags) function
1380 WRAPPER2(int, setsockopt, int s, int level, int optname, const void *optval, function
1390 WRAPPER2(int, getsockopt, int s, int level, int optname, void *optval, function
1400 WRAPPER2(int, accept, int s, struct sockaddr *addr, socklen_t *addrlen) function
1409 WRAPPER2(int, bind, int sockfd, struct sockaddr *addr, socklen_t addrlen) function
1417 WRAPPER2(int, connect, int sockfd, const struct sockaddr *addr, function
1429 WRAPPER2(int, gethostname, char *name, size_t len) function
1438 WRAPPER2(int, sethostname, const char *name, size_t len) function
1449 WRAPPER2(struct hostent *, gethostbyname, const char *name) function
1531 WRAPPER2(pid_t, wait, int *status) function
1541 WRAPPER2(pid_t, waitpid, pid_t pid, int *status, int options) function
1553 WRAPPER2(FILE *, popen, const char *command, const char *mode) function
1576 WRAPPER2(int, pclose, FILE *stream) function
1590 WRAPPER2(int, execve, const char *path, char *const argv [], function
1622 WRAPPER2(int, execv, const char *path, char *const argv []) function
1644 WRAPPER2(int, execvp, const char *path, char *const argv []) function
1666 WRAPPER2(int, system, const char *string) function
1677 WRAPPER2(void *, dlopen, const char *path, int flags) function
1695 WRAPPER2(int, dlclose, void *handle) function
1708 WRAPPER2(char *, dlerror) function
1726 WRAPPER2(void *, dlsym, void *handle, char *symbol) function
1747 WRAPPER2(int, semop, int semid, struct sembuf *sops, unsigned nsops) function
1764 WRAPPER2(int, semctl, int semid, int semnum, int cmd, union semun arg) function
1799 WRAPPER2(int, shmctl, int shmid, int cmd, struct shmid_ds *buf) function
1818 WRAPPER2(void *, shmat, int shmid, const void *shmaddr, int shmflg) function
1834 WRAPPER2(int, shmdt, const void *shmaddr) function
1855 WRAPPER2(unsigned short **, __ctype_b_loc, void) function
1878 WRAPPER2(int **, __ctype_toupper_loc, void) function
1901 WRAPPER2(int **, __ctype_tolower_loc, void) function
1928 WRAPPER2(char *, getlogin, void) function
1940 WRAPPER2(char *, cuserid, char * buf) function
1958 WRAPPER2(struct passwd *, getpwnam, const char *name) function
1973 WRAPPER2(struct passwd *, getpwuid, uid_t uid) function
1986 WRAPPER2(struct group *, getgrnam, const char *name) function
2001 WRAPPER2(struct group *, getgrgid, uid_t uid) function
2014 WRAPPER2(struct servent *, getservent, void) function
2027 WRAPPER2(struct servent *, getservbyname, const char *name, const char *proto) function
2044 WRAPPER2(struct servent *, getservbyport, int port, const char *proto) function
2059 WRAPPER2(const char *, gai_strerror, int errcode) function
2072 WRAPPER2(struct mntent *, getmntent, FILE *filep) function
2110 WRAPPER2(char *, inet_ntoa, struct in_addr in) function
2126 WRAPPER2(struct protoent *, getprotoent, void) function
2138 WRAPPER2(struct protoent *, getprotobyname, const char *name) function
2153 WRAPPER2(struct protoent *, getprotobynumber, int port) function
[all...]
H A Dmf-impl.h366 /* WRAPPER2 is for functions intercepted via macros at compile time. */
367 #define WRAPPER2(ret, fname, ...) \ macro

Completed in 35 milliseconds