creat 133 include/sys/fcntl.h int creat(const char *, mode_t);
creat 154 usr/bin/cp/cp.c if ((fnew = creat(to, mode)) == -1) {
creat 238 usr/bin/sh/sh.c fd = creat(file, 0666);
creat 97 usr/bin/touch/touch.c if ((fd = creat(file, 0666)) < 0)
creat 133 usr/sbin/install/install.c if ((fnew = creat(to, mode)) == -1) {
creat 250 usr/server/boot/boot.c if ((fnew = creat(dest, mode)) == -1) {
creat 63 usr/test/creat/creat.c if ((fd = creat(file, 0660)) == -1) {