Searched refs:SHF_WR (Results 1 - 7 of 7) sorted by relevance

/external/mksh/src/
H A Dshf.c82 ((oflags & O_ACCMODE) == O_WRONLY ? SHF_WR : SHF_RDWR);
106 sflags |= SHF_WR;
116 if (!(sflags & (SHF_RD | SHF_WR)))
194 if (!(!(sflags & SHF_RD) ^ !(sflags & SHF_WR)))
202 if (!buf && (sflags & SHF_WR) && (sflags & SHF_DYNAMIC)) {
270 if (shf->flags & SHF_WR) {
287 return ((shf->flags & SHF_WR) ? EOF : 0);
575 if (!(shf->flags & SHF_WR))
630 if (!(shf->flags & SHF_WR))
720 shf_sopen(buf, bsize, SHF_WR,
[all...]
H A Dmain.c873 shf_reopen(2, SHF_WR, shl_out);
1226 shf_fdopen(1, SHF_WR, shl_stdout);
1227 shf_fdopen(2, SHF_WR, shl_out);
1229 shf_fdopen(2, SHF_WR, shl_spare);
1469 tp->shf = shf_fdopen(fd, SHF_WR, NULL);
H A Dtree.c394 shf_sopen(s, n, SHF_WR | (s ? 0 : SHF_DYNAMIC), &shf);
606 shf_sopen(NULL, 32, SHF_WR | SHF_DYNAMIC, &shf);
H A Dexec.c1254 shf_reopen(1, SHF_WR, shl_stdout);
1410 shf_reopen(2, SHF_WR, shl_out);
H A Djobs.c185 shl_j = shf_fdopen(2, SHF_WR, NULL);
1395 shf_reopen(fd, SHF_WR, shl_j);
H A Dsh.h912 #define SHF_WR 0x0002 macro
913 #define SHF_RDWR (SHF_RD|SHF_WR)
H A Dlex.c1507 SHF_WR | SHF_DYNAMIC, NULL);

Completed in 100 milliseconds