Searched refs:nspace (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/tests/kernel/
H A Dt_fdrestart.c114 int nspace; local
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));
/netbsd-current/usr.bin/col/
H A Dcol.c494 int nspace = this_col - last_col; local
496 if (compress_spaces && nspace > 1) {
508 nspace -= tab_size;
512 while (--nspace >= 0)
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dnspace.d42 * Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/dmd/nspace.d, _nspace.d)
44 * Coverage: https://codecov.io/gh/dlang/dmd/src/master/src/dmd/nspace.d
47 module dmd.nspace;
H A Dastcodegen.d32 public import dmd.nspace;
H A Dcppmangle.d42 import dmd.nspace;
1167 auto nspace = ti.toParent();
1168 if (nspace && nspace.isNspace())
H A Dsemantic2.d51 import dmd.nspace;
H A Dsemantic3.d52 import dmd.nspace;
H A Ddsymbol.d46 import dmd.nspace;
H A Dhdrgen.d43 import dmd.nspace;
H A Ddsymbolsem.d56 import dmd.nspace;
H A Dexpression.d54 import dmd.nspace;
H A Dexpressionsem.d60 import dmd.nspace;
/netbsd-current/sys/ufs/ffs/
H A Dffs_extattr.c378 * 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, argument
396 if (eap->ea_namespace != nspace || eap->ea_namelength != nlen

Completed in 323 milliseconds