Home
last modified time | relevance | path

Searched refs:shl_dbg_fd (Results 1 – 1 of 1) sorted by relevance

/external/mksh/src/
Dmain.c1367 int shl_dbg_fd; variable
1392 if ((shl_dbg_fd = open(lfp, O_WRONLY | O_APPEND | O_CREAT, 0600)) < 0) in initio()
1394 if (shl_dbg_fd < FDBASE) { in initio()
1397 nfd = fcntl(shl_dbg_fd, F_DUPFD, FDBASE); in initio()
1398 close(shl_dbg_fd); in initio()
1399 if ((shl_dbg_fd = nfd) == -1) in initio()
1402 fcntl(shl_dbg_fd, F_SETFD, FD_CLOEXEC); in initio()
1403 shf_fdopen(shl_dbg_fd, SHF_WR, shl_dbg); in initio()
1878 mksh_lockfd(shl_dbg_fd); in DF()
1890 mksh_unlkfd(shl_dbg_fd); in DF()