Home
last modified time | relevance | path

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

123

/openbsd-src/lib/libc/compat-43/
H A DMakefile.inc6 SRCS+= creat.c getdtablesize.c gethostid.c getwd.c killpg.c sethostid.c \
9 MAN+= creat.3 getdtablesize.3 gethostid.3 killpg.3 \
H A Dcreat.c34 creat(const char *path, mode_t mode) in creat() function
/openbsd-src/lib/libc/hidden/
H A Dfcntl.h23 PROTO_DEPRECATED(creat);
/openbsd-src/gnu/usr.bin/binutils/include/mpw/
H A Dfcntl.h105 int creat(const char*);
H A Dmpw.h119 #define creat mpw_creat macro
/openbsd-src/sys/sys/
H A Dfcntl.h209 int creat(const char *, mode_t);
/openbsd-src/gnu/usr.bin/perl/ext/POSIX/t/
H A Dusage.t23 [qw(atan2 chmod creat kill link mkdir pow rename strstr waitpid)],
H A Dexport.t89 cfsetospeed clearerr clock cosh creat ctermid ctime cuserid
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Drename.c61 tofd = creat (to, 0777); in simple_copy()
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Drename.c62 tofd = creat (to, 0777); in simple_copy()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgmon.c158 fd = creat( "gmon.out" , 0666 ); in _mcleanup()
/openbsd-src/gnu/gcc/gcc/config/i386/
H A Dgmon-sol2.c209 fd = creat( "gmon.out" , 0666 ); in _mcleanup()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/
H A Dgmon-sol2.c216 fd = creat( "gmon.out" , 0666 ); in _mcleanup()
/openbsd-src/gnu/usr.bin/perl/ext/POSIX/lib/
H A DPOSIX.pm119 creat => 'filename, mode => &open($_[0], &O_WRONLY | &O_CREAT | &O_TRUNC, $_[1])',
278 creat
/openbsd-src/gnu/gcc/gcc/config/sparc/
H A Dgmon-sol2.c205 fd = creat( proffile, 0666 ); in _mcleanup()
/openbsd-src/gnu/usr.bin/cvs/lib/
H A Dsystem.h396 #define CVS_CREAT creat
/openbsd-src/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dgmon-sol2.c204 fd = creat( proffile, 0666 ); in _mcleanup()
/openbsd-src/lib/libc/include/
H A DDETAILS92 ex: PROTO_DEPRECATED(creat)
/openbsd-src/gnu/usr.bin/cvs/vms/
H A Dfilesubr.c63 if ((fdout = creat (to, (int) sb.st_mode & 07777)) < 0)
/openbsd-src/gnu/usr.bin/cvs/src/
H A Dfilesubr.c70 if ((fdout = creat (to, (int) sb.st_mode & 07777)) < 0)
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1700 TSAN_INTERCEPTOR(int, creat, const char *name, int mode) { in TSAN_INTERCEPTOR() argument
1701 SCOPED_TSAN_INTERCEPTOR(creat, name, mode); in TSAN_INTERCEPTOR()
1703 int fd = REAL(creat)(name, mode); in TSAN_INTERCEPTOR()
2980 TSAN_INTERCEPT(creat); in InitializeInterceptors()
/openbsd-src/gnu/llvm/lldb/examples/interposing/darwin/fd_interposing/
H A DFDInterposing.cpp360 g_log_fd = ::creat(log_path, 0660); in get_logging_fd()
/openbsd-src/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddone_abilist.txt159 fun:creat=discard
/openbsd-src/gnu/usr.bin/perl/ext/SDBM_File/
H A DREADME176 dbu <build|creat|look|insert|cat|delete> dbmfile
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dobj-vms.c480 VMS_Object_File_FD = creat (out_file_name, 0777, "var"); in Create_VMS_Object_File()
483 VMS_Object_File_FD = creat (out_file_name, 0777); in Create_VMS_Object_File()
485 VMS_Object_File_FD = creat (out_file_name, 0, "rfm=var", in Create_VMS_Object_File()

123