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

  /src/tests/kernel/
t_fdrestart.c 114 int nspace; local in function:dowrite
116 RL(rump_sys_ioctl(F->fd, FIONSPACE, &nspace));
117 ATF_REQUIRE_MSG(nspace >= 0, "nspace=%d", nspace);
118 if (nspace == 0)
120 RL(rump_sys_write(F->fd, buf, (size_t)nspace));
  /src/usr.bin/col/
col.c 494 int nspace = this_col - last_col; local in function:flush_line
496 if (compress_spaces && nspace > 1) {
508 nspace -= tab_size;
512 while (--nspace >= 0)
  /src/bin/ksh/
misc.c 1124 int nspace; local in function:print_columns
1143 nspace = (x_cols - max_width * cols) / cols;
1144 if (nspace <= 0)
1145 nspace = 1;
1154 shf_fprintf(shf, "%*s", nspace, null);

Completed in 13 milliseconds