Searched refs:incompat (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/sys/contrib/openzfs/cmd/
H A Ddbufstat.in132 def print_incompat_helper(incompat):
134 for key in sorted(incompat):
637 incompat = []
644 incompat.append(ele)
650 if len(incompat) > 0:
652 incompat)
H A Darcstat.in472 incompat = []
478 incompat.append(ele)
484 if len(incompat) > 0:
486 incompat)
/freebsd-current/contrib/diff/src/
H A Ddiff3.c221 int incompat = 0;
248 incompat++;
252 incompat++;
256 incompat++;
271 incompat++;
304 edscript = incompat & ~merge; /* -AeExX3 without -m implies ed script. */
305 show_2nd |= ~incompat & merge; /* -m without -AeExX3 implies -A. */
306 flagging |= ~incompat & merge;
308 if (incompat > 1 /* Ensure at most one of -AeExX3. */
219 int incompat = 0; local
/freebsd-current/sys/fs/ext2fs/
H A Dext2fs.h291 static const struct ext2_feature incompat[] = { variable in typeref:struct:ext2_feature
H A Dext2_vfsops.c310 i < sizeof(incompat)/sizeof(struct ext2_feature);
312 if (mask & incompat[i].mask)
313 printf("%s ", incompat[i].name);

Completed in 211 milliseconds