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

  /src/usr.bin/cut/
cut.c 231 int canwrite, clen, warned; local in function:b_n_cut
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 in function:filt_ptcwrite
980 canwrite = (ISSET(tp->t_state, TS_ISOPEN) &&
986 if (canwrite) {
1001 return canwrite;
tty.c 1622 int canwrite; local in function:filt_ttywrite
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 in function:test_rdwr_two
2332 bool canwrite; member in struct:test_rdwr_two::__anon56828e010308
2374 canwrite = exptable[mode0 * 3 + mode1].canwrite;
2398 if (canwrite) {
4825 bool canwrite; local in function:test_AUDIO_SETINFO_mode
4874 canwrite = (openmode != O_RDONLY);
4876 canwrite = ((inimode & AUMODE_PLAY) != 0);
4879 if (canwrite) {

Completed in 32 milliseconds