HomeSort by: relevance | last modified time | path
    Searched refs: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/sys/ufs/ffs/
ffs_extattr.c 378 * Locate a particular EA (nspace:name) in the area (ptr:length), and return
382 ffs_findextattr(u_char *ptr, u_int length, int nspace, const char *name,
396 if (eap->ea_namespace != nspace || eap->ea_namelength != nlen

Completed in 14 milliseconds