Home
last modified time | relevance | path

Searched refs:creat (Results 1 – 25 of 69) sorted by relevance

123

/glibc-2.36/io/
Dcreat.c22 #undef creat
26 creat (const char *file, mode_t mode) in creat() function
Dfcntl.h255 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
Dcreat64.c21 #undef creat
DMakefile46 creat creat64 \
112 CFLAGS-creat.c += -fexceptions -fasynchronous-unwind-tables
DVersions14 chdir; chmod; chown; close; creat;
/glibc-2.36/sysdeps/unix/sysv/linux/
Dcreat.c31 return SYSCALL_CANCEL (creat, file, mode); in __creat()
36 weak_alias (__creat, creat)
Dcreat64.c28 return SYSCALL_CANCEL (creat, file, mode); in __creat64()
38 weak_alias (__creat64, creat)
Dsyscall-names.list86 creat
/glibc-2.36/posix/
Dtst-chmod.c145 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/
Dtst-cancel19.c180 creat (fname, 0400); in do_test()
196 creat (fname, 0400); in do_test()
Dtst-umask1.c34 { creat, "creat", true },
Dtst-cancel4.c1390 creat ("tmp/tst-cancel-4-should-not-exist", 0666); in tf_creat()
1609 ADD_TEST (creat, 2, 1),
/glibc-2.36/stdlib/
Dtest-canon.c161 int fd = has_dir ? creat ("doesExist/someFile", 0777) : -1; in do_test()
/glibc-2.36/conform/data/
Dfcntl.h-data96 function int creat (const char*, mode_t)
/glibc-2.36/locale/programs/
Dlocfile.c780 fd = creat (fname, 0666); in write_locale_data()
791 fd = creat (fname, 0666); in write_locale_data()
/glibc-2.36/ChangeLog.old/
DChangeLog.ports-linux-generic134 * sysdeps/unix/sysv/linux/generic/creat.c: New file.
DChangeLog.ports-alpha930 * sysdep/unix/sysv/linux/alpha/creat.c: New.
DChangeLog.nptl9172 * 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/
Dgencat.c981 fd = creat (output_name, 0666); in write_out()
/glibc-2.36/manual/
Dllio.texi77 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/
Dlibc.abilist631 GLIBC_2.35 creat F
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/lp64/
Dlibc.abilist639 GLIBC_2.36 creat F
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv32/
Dlibc.abilist675 GLIBC_2.33 creat F
/glibc-2.36/sysdeps/mach/hurd/i386/
Dlibc.abilist743 GLIBC_2.2.6 creat F
/glibc-2.36/sysdeps/unix/sysv/linux/arc/
Dlibc.abilist682 GLIBC_2.32 creat F

123