Home
last modified time | relevance | path

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

/external/mksh/src/
Dmain.c1329 int shl_dbg_fd; variable
1354 if ((shl_dbg_fd = open(lfp, O_WRONLY | O_APPEND | O_CREAT, 0600)) < 0) in initio()
1356 if (shl_dbg_fd < FDBASE) { in initio()
1359 nfd = fcntl(shl_dbg_fd, F_DUPFD, FDBASE); in initio()
1360 close(shl_dbg_fd); in initio()
1361 if ((shl_dbg_fd = nfd) == -1) in initio()
1364 fcntl(shl_dbg_fd, F_SETFD, FD_CLOEXEC); in initio()
1365 shf_fdopen(shl_dbg_fd, SHF_WR, shl_dbg); in initio()
1846 mksh_lockfd(shl_dbg_fd); in DF()
1858 mksh_unlkfd(shl_dbg_fd); in DF()