Searched refs:ofd (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/arch/alpha/boot/tools/ |
H A D | objstrip.c | 55 int fd, ofd, i, j, verbose = 0, primary = 0; main() local 96 ofd = 1; main() 98 ofd = open(argv[i++], O_WRONLY | O_CREAT | O_TRUNC, 0666); main() 99 if (ofd == -1) { main() 113 if (ofd == 1) { main() 132 if (write(ofd, bb, sizeof(bb)) != sizeof(bb)) { main() 249 nwritten = write(ofd, buf, n); main() 274 nwritten = write(ofd, buf, n); main()
|
/linux-4.4.14/tools/perf/util/ |
H A D | util.c | 144 int copyfile_offset(int ifd, loff_t off_in, int ofd, loff_t off_out, u64 size) copyfile_offset() argument 157 ssize_t ret = pwrite(ofd, ptr + off_in, size, off_out); copyfile_offset()
|
/linux-4.4.14/scripts/ |
H A D | unifdef.c | 337 int ofd; main() local 347 ofd = mkstemp(tempname); main() 348 if (ofd != -1) main() 349 output = fdopen(ofd, "wb+"); main() 352 fchmod(ofd, ist.st_mode & (S_IRWXU|S_IRWXG|S_IRWXO)); main()
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
H A D | genops.c | 116 modname = "ofd"; class_get_type()
|
Completed in 386 milliseconds