/src/sys/arch/macppc/stand/mkboothfs/ |
mkboothfs.c | 68 char *boothfs; local in function:main 77 boothfs = argv[1]; 84 if ((ofd = open(boothfs, O_CREAT | O_TRUNC | O_WRONLY, 0644)) == -1) 85 err(1, "create output boot-hfs-file `%s'", boothfs); 152 err(1, "write boot-hfs-file `%s'", boothfs);
|
mkboothfs.c | 68 char *boothfs; local in function:main 77 boothfs = argv[1]; 84 if ((ofd = open(boothfs, O_CREAT | O_TRUNC | O_WRONLY, 0644)) == -1) 85 err(1, "create output boot-hfs-file `%s'", boothfs); 152 err(1, "write boot-hfs-file `%s'", boothfs);
|
mkboothfs.c | 68 char *boothfs; local in function:main 77 boothfs = argv[1]; 84 if ((ofd = open(boothfs, O_CREAT | O_TRUNC | O_WRONLY, 0644)) == -1) 85 err(1, "create output boot-hfs-file `%s'", boothfs); 152 err(1, "write boot-hfs-file `%s'", boothfs);
|