Searched refs:nspace (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/tests/kernel/ |
| D | t_fdrestart.c | 114 int nspace; in dowrite() local 116 RL(rump_sys_ioctl(F->fd, FIONSPACE, &nspace)); in dowrite() 117 ATF_REQUIRE_MSG(nspace >= 0, "nspace=%d", nspace); in dowrite() 118 if (nspace == 0) in dowrite() 120 RL(rump_sys_write(F->fd, buf, (size_t)nspace)); in dowrite()
|
| /netbsd/src/usr.bin/col/ |
| D | col.c | 494 int nspace = this_col - last_col; in flush_line() local 496 if (compress_spaces && nspace > 1) { in flush_line() 508 nspace -= tab_size; in flush_line() 512 while (--nspace >= 0) in flush_line()
|
| /netbsd/src/bin/ksh/ |
| D | misc.c | 1124 int nspace; local 1143 nspace = (x_cols - max_width * cols) / cols; 1144 if (nspace <= 0) 1145 nspace = 1; 1154 shf_fprintf(shf, "%*s", nspace, null);
|
| /netbsd/src/sys/ufs/ffs/ |
| D | ffs_extattr.c | 382 ffs_findextattr(u_char *ptr, u_int length, int nspace, const char *name, in ffs_findextattr() argument 396 if (eap->ea_namespace != nspace || eap->ea_namelength != nlen in ffs_findextattr()
|
| /netbsd/src/external/gpl3/gcc/dist/ |
| D | MD5SUMS | 5330 157597331e63d28616f902c9dd385d87 gcc/d/dmd/nspace.d 5331 a49dd74783ddad8520c6b0a54aab22d5 gcc/d/dmd/nspace.h
|