Home | History | Annotate | Download | only in wrapsim

Lines Matching full:char

27 typedef int     (*Func_access)(const char*, int);
28 typedef int (*Func_open)(const char*, int, mode_t);
29 typedef int (*Func_open64)(const char*, int, mode_t);
41 typedef int (*Func_chdir)(const char*);
42 typedef int (*Func_chmod)(const char*, mode_t);
43 typedef int (*Func_chown)(const char*, uid_t, uid_t);
44 typedef int (*Func_creat)(const char*, mode_t);
45 typedef int (*Func_execve)(const char*, char* const[], char* const[]);
46 typedef char* (*Func_getcwd)(char* buf, size_t size);
47 typedef int (*Func_lchown)(const char*, uid_t, uid_t);
48 typedef int (*Func_link)(const char*, const char*);
49 typedef int (*Func_lstat)(const char*, struct stat*);
50 typedef int (*Func_lstat64)(const char*, struct stat*);
51 typedef int (*Func___lxstat)(int version, const char*, struct stat*);
52 typedef int (*Func___lxstat64)(int version, const char*, struct stat*);
53 typedef int (*Func_mkdir)(const char*, mode_t mode);
54 typedef ssize_t (*Func_readlink)(const char*, char*, size_t);
55 typedef int (*Func_rename)(const char*, const char*);
56 typedef int (*Func_rmdir)(const char*);
57 typedef int (*Func_stat)(const char*, struct stat*);
58 typedef int (*Func_stat64)(const char*, struct stat*);
59 typedef int (*Func___xstat)(int version, const char*, struct stat*);
60 typedef int (*Func___xstat64)(int version, const char*, struct stat*);
61 typedef int (*Func_statfs)(const char*, struct statfs*);
62 typedef int (*Func_statfs64)(const char*, struct statfs*);
63 typedef int (*Func_symlink)(const char*, const char*);
64 typedef int (*Func_unlink)(const char*);
65 typedef int (*Func_utime)(const char*, const struct utimbuf*);
66 typedef int (*Func_utimes)(const char*, const struct timeval []);
68 typedef int (*Func_execl)(const char*, const char*, ...);
69 typedef int (*Func_execle)(const char*, const char*, ...);
70 typedef int (*Func_execlp)(const char*, const char*, ...);
71 typedef int (*Func_execv)(const char*, char* const []);
72 typedef int (*Func_execvp)(const char*, char* const []);
73 typedef FILE* (*Func_fopen)(const char*, const char*);
74 typedef FILE* (*Func_fopen64)(const char*, const char*);
75 typedef FILE* (*Func_freopen)(const char*, const char*, FILE*);
76 typedef int (*Func_ftw)(const char*,
77 int (*fn) (const char*, const struct stat*, int),
79 typedef DIR* (*Func_opendir)(const char* path);
80 typedef void* (*Func_dlopen)(const char*, int);
172 char* remapBaseDir;
200 const char *keyMap;