| /openbsd-src/lib/libc/compat-43/ |
| H A D | Makefile.inc | 6 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 D | creat.c | 34 creat(const char *path, mode_t mode) in creat() function
|
| /openbsd-src/lib/libc/hidden/ |
| H A D | fcntl.h | 23 PROTO_DEPRECATED(creat);
|
| /openbsd-src/gnu/usr.bin/binutils/include/mpw/ |
| H A D | fcntl.h | 105 int creat(const char*);
|
| H A D | mpw.h | 119 #define creat mpw_creat macro
|
| /openbsd-src/sys/sys/ |
| H A D | fcntl.h | 209 int creat(const char *, mode_t);
|
| /openbsd-src/gnu/usr.bin/perl/ext/POSIX/t/ |
| H A D | usage.t | 23 [qw(atan2 chmod creat kill link mkdir pow rename strstr waitpid)],
|
| H A D | export.t | 89 cfsetospeed clearerr clock cosh creat ctermid ctime cuserid
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | rename.c | 61 tofd = creat (to, 0777); in simple_copy()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | rename.c | 62 tofd = creat (to, 0777); in simple_copy()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | gmon.c | 158 fd = creat( "gmon.out" , 0666 ); in _mcleanup()
|
| /openbsd-src/gnu/gcc/gcc/config/i386/ |
| H A D | gmon-sol2.c | 209 fd = creat( "gmon.out" , 0666 ); in _mcleanup()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/ |
| H A D | gmon-sol2.c | 216 fd = creat( "gmon.out" , 0666 ); in _mcleanup()
|
| /openbsd-src/gnu/usr.bin/perl/ext/POSIX/lib/ |
| H A D | POSIX.pm | 119 creat => 'filename, mode => &open($_[0], &O_WRONLY | &O_CREAT | &O_TRUNC, $_[1])', 278 creat
|
| /openbsd-src/gnu/gcc/gcc/config/sparc/ |
| H A D | gmon-sol2.c | 205 fd = creat( proffile, 0666 ); in _mcleanup()
|
| /openbsd-src/gnu/usr.bin/cvs/lib/ |
| H A D | system.h | 396 #define CVS_CREAT creat
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/sparc/ |
| H A D | gmon-sol2.c | 204 fd = creat( proffile, 0666 ); in _mcleanup()
|
| /openbsd-src/lib/libc/include/ |
| H A D | DETAILS | 92 ex: PROTO_DEPRECATED(creat)
|
| /openbsd-src/gnu/usr.bin/cvs/vms/ |
| H A D | filesubr.c | 63 if ((fdout = creat (to, (int) sb.st_mode & 07777)) < 0)
|
| /openbsd-src/gnu/usr.bin/cvs/src/ |
| H A D | filesubr.c | 70 if ((fdout = creat (to, (int) sb.st_mode & 07777)) < 0)
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_posix.cpp | 1700 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 D | FDInterposing.cpp | 360 g_log_fd = ::creat(log_path, 0660); in get_logging_fd()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/dfsan/ |
| H A D | done_abilist.txt | 159 fun:creat=discard
|
| /openbsd-src/gnu/usr.bin/perl/ext/SDBM_File/ |
| H A D | README | 176 dbu <build|creat|look|insert|cat|delete> dbmfile
|
| /openbsd-src/gnu/usr.bin/binutils/gas/config/ |
| H A D | obj-vms.c | 480 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()
|