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

/freebsd-12-stable/usr.bin/col/
H A Dcol.c498 int nspace = this_col - last_col; local
500 if (compress_spaces && nspace > 1) {
512 nspace -= tab_size;
516 while (--nspace >= 0)
/freebsd-12-stable/sys/ufs/ffs/
H A Dffs_vnops.c1132 * Locate a particular EA (nspace:name) in the area (ptr:length), and return
1136 ffs_findextattr(u_char *ptr, u_int length, int nspace, const char *name, argument
1149 if (eap->ea_namespace != nspace || eap->ea_namelength != nlen

Completed in 69 milliseconds