/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/ |
A D | mknod.c | 15 int mknod(const char *path, mode_t mode, dev_t dev) in mknod() 20 int mknod(const char *path, mode_t mode, dev_t dev) in mknod()
|
A D | chmod.c | 16 int chmod(const char *path, mode_t mode) in chmod() 23 static __inline__ _syscall2(int, __syscall_chmod, const char *, path, __kernel_mode_t, mode) in _syscall2() argument
|
A D | mkdir.c | 15 int mkdir(const char *pathname, mode_t mode) in mkdir() 23 __kernel_mode_t, mode) in _syscall2() argument
|
A D | open.c | 18 int, flags, __kernel_mode_t, mode) in _syscall3() argument 30 mode_t mode = 0; local
|
A D | creat.c | 13 int creat(const char *file, mode_t mode) in creat()
|
A D | creat64.c | 23 int creat64(const char *file, mode_t mode) in creat64()
|
A D | mkfifo.c | 26 mkfifo (const char *path, mode_t mode) in mkfifo()
|
A D | access.c | 15 int access(const char *pathname, int mode) in access()
|
A D | mkfifoat.c | 13 int mkfifoat(int fd, const char *path, mode_t mode) in mkfifoat()
|
A D | fchmodat.c | 19 int fchmodat(int fd, const char *file, mode_t mode, int flag) in fchmodat()
|
A D | openat64.c | 14 static int __openat64(int fd, const char *file, int oflag, mode_t mode) in __openat64()
|
A D | mknodat.c | 13 int mknodat(int fd, const char *path, mode_t mode, dev_t dev) in mknodat()
|
A D | open64.c | 17 mode_t mode = 0; in open64() local
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/sys/ |
A D | stat.h | 128 #define __S_ISTYPE(mode, mask) (((mode) & __S_IFMT) == (mask)) argument 130 #define S_ISDIR(mode) __S_ISTYPE((mode), __S_IFDIR) argument 131 #define S_ISCHR(mode) __S_ISTYPE((mode), __S_IFCHR) argument 132 #define S_ISBLK(mode) __S_ISTYPE((mode), __S_IFBLK) argument 133 #define S_ISREG(mode) __S_ISTYPE((mode), __S_IFREG) argument 135 # define S_ISFIFO(mode) __S_ISTYPE((mode), __S_IFIFO) argument 138 # define S_ISLNK(mode) __S_ISTYPE((mode), __S_IFLNK) argument 142 # define S_ISLNK(mode) 0 argument 147 # define S_ISSOCK(mode) __S_ISTYPE((mode), __S_IFSOCK) argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/ |
A D | fwide.c | 12 int fwide(register FILE *stream, int mode) in fwide()
|
A D | fdopen.c | 11 FILE *fdopen(int filedes, const char *mode) in fdopen()
|
A D | fopen.c | 17 FILE *fopen(const char * __restrict filename, const char * __restrict mode) in fopen()
|
A D | fopencookie.c | 34 FILE *fopencookie(void * __restrict cookie, const char * __restrict mode, in fopencookie()
|
A D | freopen.c | 15 FILE *freopen(const char * __restrict filename, const char * __restrict mode, in freopen()
|
A D | setvbuf.c | 18 int mode, size_t size) in setvbuf()
|
A D | _fopen.c | 32 register const char * __restrict mode, in _stdio_fopen()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/pthread/ |
A D | not-cancel.h | 25 #define open_not_cancel(name, flags, mode) \ argument 32 #define open_not_cancel(name, flags, mode) \ argument 45 # define __openat_nocancel(fd, fname, oflag, mode) \ argument 47 # define __openat64_nocancel(fd, fname, oflag, mode) \ argument 51 #define openat_not_cancel(fd, fname, oflag, mode) \ argument 55 #define openat64_not_cancel(fd, fname, oflag, mode) \ argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/sysdeps/pthread/ |
A D | not-cancel.h | 25 #define open_not_cancel(name, flags, mode) \ argument 32 #define open_not_cancel(name, flags, mode) \ argument 45 # define __openat_nocancel(fd, fname, oflag, mode) \ argument 47 # define __openat64_nocancel(fd, fname, oflag, mode) \ argument 51 #define openat_not_cancel(fd, fname, oflag, mode) \ argument 55 #define openat64_not_cancel(fd, fname, oflag, mode) \ argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/ |
A D | not-cancel.h | 25 #define open_not_cancel(name, flags, mode) \ argument 32 #define open_not_cancel(name, flags, mode) \ argument 45 # define __openat_nocancel(fd, fname, oflag, mode) \ argument 47 # define __openat64_nocancel(fd, fname, oflag, mode) \ argument 51 #define openat_not_cancel(fd, fname, oflag, mode) \ argument 55 #define openat64_not_cancel(fd, fname, oflag, mode) \ argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/stat/ |
A D | stat-loop256.c | 11 mode_t mode = 0660; in main() local
|