Home
last modified time | relevance | path

Searched defs:mode (Results 1 – 25 of 109) sorted by relevance

12345

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/
A Dmknod.c15 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 Dchmod.c16 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 Dmkdir.c15 int mkdir(const char *pathname, mode_t mode) in mkdir()
23 __kernel_mode_t, mode) in _syscall2() argument
A Dopen.c18 int, flags, __kernel_mode_t, mode) in _syscall3() argument
30 mode_t mode = 0; local
A Dcreat.c13 int creat(const char *file, mode_t mode) in creat()
A Dcreat64.c23 int creat64(const char *file, mode_t mode) in creat64()
A Dmkfifo.c26 mkfifo (const char *path, mode_t mode) in mkfifo()
A Daccess.c15 int access(const char *pathname, int mode) in access()
A Dmkfifoat.c13 int mkfifoat(int fd, const char *path, mode_t mode) in mkfifoat()
A Dfchmodat.c19 int fchmodat(int fd, const char *file, mode_t mode, int flag) in fchmodat()
A Dopenat64.c14 static int __openat64(int fd, const char *file, int oflag, mode_t mode) in __openat64()
A Dmknodat.c13 int mknodat(int fd, const char *path, mode_t mode, dev_t dev) in mknodat()
A Dopen64.c17 mode_t mode = 0; in open64() local
/l4re-core-master/uclibc/lib/contrib/uclibc/include/sys/
A Dstat.h128 #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 Dfwide.c12 int fwide(register FILE *stream, int mode) in fwide()
A Dfdopen.c11 FILE *fdopen(int filedes, const char *mode) in fdopen()
A Dfopen.c17 FILE *fopen(const char * __restrict filename, const char * __restrict mode) in fopen()
A Dfopencookie.c34 FILE *fopencookie(void * __restrict cookie, const char * __restrict mode, in fopencookie()
A Dfreopen.c15 FILE *freopen(const char * __restrict filename, const char * __restrict mode, in freopen()
A Dsetvbuf.c18 int mode, size_t size) in setvbuf()
A D_fopen.c32 register const char * __restrict mode, in _stdio_fopen()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/pthread/
A Dnot-cancel.h25 #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 Dnot-cancel.h25 #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 Dnot-cancel.h25 #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 Dstat-loop256.c11 mode_t mode = 0660; in main() local

Completed in 39 milliseconds

12345