HomeSort by relevance Sort by last modified time
    Searched refs:outfd (Results 1 - 11 of 11) sorted by null

  /external/elfutils/tests/
arextract.c 81 int outfd; local
94 outfd = open (argv[3], O_CREAT | O_TRUNC | O_RDWR, 0666);
95 if (outfd == -1)
110 if (write (outfd, buf, n) != n)
134 close (outfd);
ecp.c 38 int outfd = creat (argv[2], 0666); local
39 if (outfd == -1)
42 Elf *outelf = elf_begin (outfd, ELF_C_WRITE, NULL);
85 close (outfd);
  /external/bluetooth/glib/tests/
spawn-test-win32-gui.c 46 int outfd = atoi (__argv[3]); local
49 if (infd < 0 || outfd < 0)
60 if (write (outfd, &n, sizeof (n)) == -1 ||
61 write (outfd, "Hello there", n) == -1)
96 if (write (outfd, &n, sizeof (n)) == -1 ||
97 write (outfd, "See ya", n) == -1)
  /external/iproute2/misc/
lnstat.h 40 int lnstat_dump(FILE *outfd, struct lnstat_file *lnstat_files);
lnstat_util.c 278 int lnstat_dump(FILE *outfd, struct lnstat_file *lnstat_files)
285 fprintf(outfd, "%s:\n", lf->path);
288 fprintf(outfd, "\t%2u: %s\n", i+1, lf->fields[i].name);
  /external/e2fsprogs/misc/
logsave.c 29 int outfd = -1; variable
57 if (outfd > 0)
58 write(outfd, buffer, c);
212 outfd = open(outfn, openflags, 0644);
252 while (outfd < 0) {
253 outfd = open(outfn, openflags, 0644);
256 write(outfd, outbuf, outbufsize);
259 close(outfd);
  /system/core/toolbox/
nandread.c 27 int outfd = -1; local
108 outfd = creat(filename, 0666);
109 if (outfd < 0) {
240 if (outfd >= 0) {
241 ret = write(outfd, buffer, mtdinfo.writesize + spare_size);
244 close(outfd);
245 outfd = -1;
269 if (outfd >= 0) {
  /external/ppp/pppd/
main.c     [all...]
  /external/elfutils/src/
ld.h 757 int outfd; member in struct:ld_state
ldgeneric.c     [all...]
  /external/bluetooth/glib/glib/
gtestutils.c     [all...]

Completed in 80 milliseconds