Searched refs:fdlog (Results 1 – 1 of 1) sorted by relevance
| /dragonfly/usr.bin/dsynth/ |
| HD | build.c | 74 static int mptylogpoll(int ptyfd, int fdlog, wmsg_t *wmsg, 2377 int fdlog; in dophase() local 2618 fdlog = open(pkg->logfile, O_RDWR|O_CREAT|O_APPEND, 0644); in dophase() 2619 if (fdlog < 0) { in dophase() 2632 write(fdlog, buf, strlen(buf)); in dophase() 2641 ms = mptylogpoll(MasterPtyFd, fdlog, wmsg, &wdog_time); in dophase() 2696 if (fdlog >= 0) in dophase() 2697 write(fdlog, buf, strlen(buf)); in dophase() 2740 (void)mptylogpoll(MasterPtyFd, fdlog, wmsg, &wdog_time); in dophase() 2768 while (mptylogpoll(MasterPtyFd, fdlog, wmsg, &wdog_time) == MPTY_DATA) in dophase() [all …]
|