Symbol: creat
bin/mined/mined1.c
520
if ((fd = creat(file_name, 0644)) < 0) { /* Empty file */
bin/mined/mined2.c
1130
if (access(yank_file, 0) == 0 || (fd = creat(yank_file, 0644)) < 0) {
bin/mined/mined2.c
1140
(mode == WRITE && (fd = creat(yank_file, 0644)) < 0)) {
bin/mined/mined2.c
904
if ((new_fd = creat(file, 0644)) < 0) {
games/backgammon/common_source/save.c
103
fdesc = creat(fname, 0600);
games/backgammon/common_source/save.c
87
if ((fdesc = creat(fname, 0600)) != -1)
games/fortune/fortune/fortune.c
183
if ((fd = creat(Fortfile->posfile, 0666)) < 0) {
games/hack/hack.bones.c
138
if ((fd = creat(bones, FMASK)) < 0)
games/hack/hack.do.c
200
fd = creat(lock, FMASK);
games/hack/hack.save.c
101
if ((fd = creat(SAVEF, FMASK)) < 0) {
games/hack/hack.save.c
194
if ((nfd = creat(lock, FMASK)) < 0)
games/hack/hack.unix.c
319
fd = creat(lock, FMASK);
games/larn/io.c
507
if ((io_outfd = creat(str, 0644)) < 0) {
games/larn/scores.c
759
if ((fd7 = creat(playerids, 0666)) < 0)
games/mille/save.c
113
if ((outfd = creat(buf, 0644)) < 0) {
games/phantasia/setup.c
97
if ((fd = creat(*filename, 0666)) < 0)
games/trek/dumpgame.c
82
if ((fd = creat("trek.dump", 0644)) < 0) {
lib/libc/gen/creat.c
46
__weak_reference(__creat, creat);
lib/libthread_xu/thread/thr_syscalls.c
246
__strong_reference(___creat, creat);
sys/sys/fcntl.h
346
int creat(const char *, mode_t);
test/stress/fsstress/fsstress.c
394
fd = creat(buf, 0666);
test/stress/fsstress/fsstress.c
601
rval = creat(name->path, mode);
test/stress/stress2/testcases/creat/creat.c
121
if ((fd = creat(file, 0660)) == -1) {
test/stress/stress2/testcases/link/link.c
119
if ((fd = creat(file, 0660)) == -1) {
test/stress/stress2/testcases/rw/rw.c
135
if ((fd = creat(file, 0660)) == -1)
test/stress/stress2/tools/fstool.c
68
if ((fd = creat(file, 0660)) == -1) {
usr.bin/at/at.c
282
if ((fdes = creat(atfile, O_WRONLY)) == -1)
usr.bin/indent/indent.c
1241
bakchn = creat(bakfile, 0600);
usr.bin/patch/inp.c
168
close(creat(filename, 0666));
usr.bin/tftp/main.c
445
fd = creat(cp, 0644);
usr.bin/tftp/main.c
457
fd = creat(cp, 0644);
usr.bin/tip/cmds.c
108
if ((sfd = creat(cp, 0666)) < 0) {
usr.bin/tip/cmds.c
141
if ((fd = creat(cp, 0666)) < 0) {
usr.sbin/lpr/lpd/printjob.c
706
if ((fo = creat(".railmag", FILMOD)) < 0) {