HomeSort by: relevance | last modified time | path
    Searched refs:canwrite (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/cut/
cut.c 231 int canwrite, clen, warned; local
259 canwrite = i < col + clen;
261 canwrite &= positions[1 + i];
262 if (canwrite)
269 canwrite = 1;
273 canwrite = 0;
276 if (canwrite)
  /src/sys/kern/
tty_pty.c 970 int canwrite; local
980 canwrite = (ISSET(tp->t_state, TS_ISOPEN) &&
986 if (canwrite) {
1001 return canwrite;
tty.c 1622 int canwrite; local
1628 canwrite = (tp->t_outq.c_cc <= tp->t_lowat) && CONNECTED(tp);
1631 return (canwrite);
  /src/tests/dev/audio/
audiotest.c 2325 bool canwrite; local
2332 bool canwrite; member in struct:__anon7796
2374 canwrite = exptable[mode0 * 3 + mode1].canwrite;
2398 if (canwrite) {
4825 bool canwrite; local
4874 canwrite = (openmode != O_RDONLY);
4876 canwrite = ((inimode & AUMODE_PLAY) != 0);
4879 if (canwrite) {

Completed in 23 milliseconds