Home
last modified time | relevance | path

Searched refs:FLAG_ALPHABET_SIZE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/idmap/idmap/
H A Didmap_engine.h43 #define FLAG_ALPHABET_SIZE 255 macro
H A Didmap_engine.c67 static flag_t flags[FLAG_ALPHABET_SIZE];
106 (void) memset(flags, 0, FLAG_ALPHABET_SIZE * sizeof (flag_t)); in options_clean()
H A Didmap.c2330 for (c = 0; c < FLAG_ALPHABET_SIZE; c++) { in print_flags()