Home
last modified time | relevance | path

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

/external/mksh/src/
Dmain.c1416 int shl_dbg_fd; variable
1441 if ((shl_dbg_fd = open(lfp, O_WRONLY | O_APPEND | O_CREAT, 0600)) < 0) in initio()
1443 if (shl_dbg_fd < FDBASE) { in initio()
1446 nfd = fcntl(shl_dbg_fd, F_DUPFD, FDBASE); in initio()
1447 close(shl_dbg_fd); in initio()
1448 if ((shl_dbg_fd = nfd) == -1) in initio()
1451 fcntl(shl_dbg_fd, F_SETFD, FD_CLOEXEC); in initio()
1452 shf_fdopen(shl_dbg_fd, SHF_WR, shl_dbg); in initio()
1931 mksh_lockfd(shl_dbg_fd); in DF()
1943 mksh_unlkfd(shl_dbg_fd); in DF()