/picolibc-3.7.0-3.6.0/newlib/libc/tinystdio/ |
D | mktemp.c | 127 int fd = open(path, O_RDONLY); in _gettemp() 134 fd = open (path, flags | O_CREAT | O_EXCL | O_RDWR, in _gettemp()
|
D | fopen.c | 49 fd = open(pathname, open_flags, 0666); in fopen()
|
D | freopen.c | 54 fd = open(pathname, open_flags, 0666); in freopen()
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/spu/ |
D | creat.c | 14 return open (path, O_WRONLY | O_CREAT | O_TRUNC, mode); in creat()
|
/picolibc-3.7.0-3.6.0/newlib/libc/sys/xtensa/ |
D | creat.c | 8 return open (path, O_WRONLY | O_CREAT | O_TRUNC, mode); in creat()
|
/picolibc-3.7.0-3.6.0/semihost/machine/arc/ |
D | arc_open.c | 46 open(const char *pathname, int flags, ...) in open() function
|
/picolibc-3.7.0-3.6.0/newlib/libc/include/sys/ |
D | _default_fcntl.h | 215 extern int open (const char *, int, ...); 232 extern int open (const char *, int, ...);
|
/picolibc-3.7.0-3.6.0/newlib/testsuite/newlib.elix/ |
D | tmmap.c | 22 fd = open("my.file", O_CREAT | O_TRUNC | O_RDWR, 0644); in main()
|
/picolibc-3.7.0-3.6.0/newlib/libc/iconv/lib/ |
D | conv.h | 64 void *(*open) ( member
|
D | iconv.c | 131 ic->data = ic->handlers->open (to, from); in iconv_open() 137 ic->data = ic->handlers->open (to, from); in iconv_open()
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/nvptx/ |
D | misc.c | 61 open (const char *pathname, int flags, ...) { in open() function
|
/picolibc-3.7.0-3.6.0/newlib/libc/stdio/ |
D | tmpfile.c | 82 fd = open (f, O_RDWR | O_CREAT | O_EXCL | O_BINARY, in tmpfile()
|
D | fopen.c | 130 if ((f = open (file, oflags, 0666)) < 0) in fopen()
|
/picolibc-3.7.0-3.6.0/semihost/ |
D | open.c | 55 open(const char *pathname, int flags, ...) in open() function
|
/picolibc-3.7.0-3.6.0/semihost/machine/m68k/ |
D | m68k_open.c | 63 open(const char *pathname, int flags, ...) in open() function
|
/picolibc-3.7.0-3.6.0/semihost/machine/nios2/ |
D | nios2_open.c | 63 open(const char *pathname, int flags, ...) in open() function
|
/picolibc-3.7.0-3.6.0/newlib/libc/include/ |
D | _syslist.h | 52 #define _open open
|
/picolibc-3.7.0-3.6.0/ |
D | find-copyright | 149 with open(name, 'rb') as f: 244 for line in open(name).readlines(): 268 for line in open(name).readlines(): 292 for line in open(name).readlines(): 323 with open(name, 'rb') as f: 328 with open(name, 'rb') as f: 334 with open(name, 'rb') as f:
|
/picolibc-3.7.0-3.6.0/semihost/fake/ |
D | fake_stub.c | 61 open(const char *pathname, int flags, ...) in open() function
|
/picolibc-3.7.0-3.6.0/semihost/machine/powerpc/ |
D | powerpc_stub.c | 62 open(const char *pathname, int flags, ...) in open() function
|
/picolibc-3.7.0-3.6.0/semihost/machine/msp430/ |
D | msp430-stub.c | 66 open(const char *pathname, int flags, ...) in open() function
|
/picolibc-3.7.0-3.6.0/semihost/machine/sparc/ |
D | sparc_stub.c | 66 open(const char *pathname, int flags, ...) in open() function
|
/picolibc-3.7.0-3.6.0/semihost/machine/mips/ |
D | mips_stub.c | 66 open(const char *pathname, int flags, ...) in open() function
|
/picolibc-3.7.0-3.6.0/semihost/machine/x86/ |
D | e9_stub.c | 66 open(const char *pathname, int flags, ...) in open() function
|
/picolibc-3.7.0-3.6.0/semihost/machine/sh/ |
D | sh_stub.c | 67 open(const char *pathname, int flags, ...) in open() function
|