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

  /external/elfutils/tests/
ecp.c 29 int infd = open (argv[1], O_RDONLY); local
30 if (infd == -1)
33 Elf *inelf = elf_begin (infd, ELF_C_READ, NULL);
  /external/bluetooth/glib/tests/
spawn-test-win32-gui.c 45 int infd = atoi (__argv[2]); local
49 if (infd < 0 || outfd < 0)
71 if ((k = read (infd, &n, sizeof (n))) != sizeof (n))
82 if ((k = read (infd, buf, n)) != n)
  /external/ppp/pppd/
main.c     [all...]

Completed in 37 milliseconds