Searched refs:d_mask (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/usr.bin/sort/
H A Dsort.c93 u_char d_mask[NBINS]; /* flags for rec_d, field_d, <blank> */ variable
139 d_mask[REC_D = '\n'] = REC_D_F;
140 d_mask['\t'] = d_mask[' '] = BLANK | FLD_D;
202 REC_D >= (int)__arraycount(d_mask))
208 d_mask['\n'] = d_mask[' '];
209 d_mask[REC_D] = REC_D_F;
234 d_mask[' '] &= ~FLD_D;
235 d_mask['\
[all...]
H A Dfields.c71 if (BLANK & d_mask[*(ptr)]) \
72 while (BLANK & d_mask[*(++(ptr))]); \
105 l_d_mask = d_mask;
H A Dsort.h167 extern u_char d_mask[NBINS];
/netbsd-current/external/bsd/am-utils/dist/fsinfo/
H A Dfsi_analyze.c323 if (ISSET(dp->d_mask, DF_FSTYPE)) {
329 if (!ISSET(dp->d_mask, DF_PASSNO)) {
331 BITSET(dp->d_mask, DF_PASSNO);
341 if (!ISSET(dp->d_mask, DF_FREQ)) {
343 BITSET(dp->d_mask, DF_FREQ);
353 if (!ISSET(dp->d_mask, DF_OPTS))
359 if (!ISSET(dp->d_mask, DF_MOUNT)) {
367 BITSET(dp->d_mask, DF_MOUNT);
376 if (!ISSET(dp->d_mask, DF_PASSNO)) {
378 BITSET(dp->d_mask, DF_PASSN
[all...]
H A Dfsi_data.h135 int d_mask; member in struct:disk_fs
H A Dfsi_util.c485 if (dp->d_mask & m) {
489 dp->d_mask |= m;

Completed in 142 milliseconds