Searched refs:creat (Results 1 – 25 of 69) sorted by relevance
123
/glibc-2.36/io/ |
D | creat.c | 22 #undef creat 26 creat (const char *file, mode_t mode) in creat() function
|
D | fcntl.h | 255 extern int creat (const char *__file, mode_t __mode) __nonnull ((1)); 258 extern int __REDIRECT (creat, (const char *__file, mode_t __mode), 261 # define creat creat64 macro
|
D | creat64.c | 21 #undef creat
|
D | Makefile | 46 creat creat64 \ 112 CFLAGS-creat.c += -fexceptions -fasynchronous-unwind-tables
|
D | Versions | 14 chdir; chmod; chown; close; creat;
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | creat.c | 31 return SYSCALL_CANCEL (creat, file, mode); in __creat() 36 weak_alias (__creat, creat)
|
D | creat64.c | 28 return SYSCALL_CANCEL (creat, file, mode); in __creat64() 38 weak_alias (__creat64, creat)
|
D | syscall-names.list | 86 creat
|
/glibc-2.36/posix/ |
D | tst-chmod.c | 145 fd = creat (testfile, 0); in do_test() 169 fd = creat (testfile, 0); in do_test() 212 fd = creat (testfile, 0); in do_test()
|
/glibc-2.36/sysdeps/pthread/ |
D | tst-cancel19.c | 180 creat (fname, 0400); in do_test() 196 creat (fname, 0400); in do_test()
|
D | tst-umask1.c | 34 { creat, "creat", true },
|
D | tst-cancel4.c | 1390 creat ("tmp/tst-cancel-4-should-not-exist", 0666); in tf_creat() 1609 ADD_TEST (creat, 2, 1),
|
/glibc-2.36/stdlib/ |
D | test-canon.c | 161 int fd = has_dir ? creat ("doesExist/someFile", 0777) : -1; in do_test()
|
/glibc-2.36/conform/data/ |
D | fcntl.h-data | 96 function int creat (const char*, mode_t)
|
/glibc-2.36/locale/programs/ |
D | locfile.c | 780 fd = creat (fname, 0666); in write_locale_data() 791 fd = creat (fname, 0666); in write_locale_data()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.ports-linux-generic | 134 * sysdeps/unix/sysv/linux/generic/creat.c: New file.
|
D | ChangeLog.ports-alpha | 930 * sysdep/unix/sysv/linux/alpha/creat.c: New.
|
D | ChangeLog.nptl | 9172 * tst-cancel4.c: Test connect, creat, msgrcv, msgsnd, sendmsg, sendto, 12378 * Versions [libpthread: GLIBC_2.3.2]: Remove creat, poll, pselect, 12380 * Makefile (libpthread-routines): Remove pt-creat, pt-poll, 12383 * pt-creat.c: Removed. 12487 * sysdeps/unix/sysv/linux/creat.c: Removed. 12503 * sysdeps/unix/sysv/linux/creat.c: New file. 12675 * pt-creat.c: Likewise. 13150 * pt-creat.c: New file. 13160 * Makefile (libpthread-routines): Add pt-readv, pt-writev, pt-creat,
|
/glibc-2.36/catgets/ |
D | gencat.c | 981 fd = creat (output_name, 0666); in write_out()
|
/glibc-2.36/manual/ |
D | llio.texi | 77 using file descriptors. The @code{open} and @code{creat} functions are 183 @deftypefn {Obsolete function} int creat (const char *@var{filename}, mode_t @var{mode}) 189 creat (@var{filename}, @var{mode}) 200 @code{_FILE_OFFSET_BITS == 64} the function @code{creat} returns a file 210 This function is similar to @code{creat}. It returns a file descriptor
|
/glibc-2.36/sysdeps/unix/sysv/linux/or1k/ |
D | libc.abilist | 631 GLIBC_2.35 creat F
|
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/lp64/ |
D | libc.abilist | 639 GLIBC_2.36 creat F
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv32/ |
D | libc.abilist | 675 GLIBC_2.33 creat F
|
/glibc-2.36/sysdeps/mach/hurd/i386/ |
D | libc.abilist | 743 GLIBC_2.2.6 creat F
|
/glibc-2.36/sysdeps/unix/sysv/linux/arc/ |
D | libc.abilist | 682 GLIBC_2.32 creat F
|
123