Searched refs:OPT_LEN (Results 1 – 2 of 2) sorted by relevance
1404 char perm[OPT_LEN + 1]; in update_minor_entry()1405 char own[OPT_LEN + 1]; in update_minor_entry()1406 char grp[OPT_LEN + 1]; in update_minor_entry()1455 "%" VAL2STR(OPT_LEN) "s" /* perm */ in update_minor_entry()1456 "%" VAL2STR(OPT_LEN) "s" /* own */ in update_minor_entry()1457 "%" VAL2STR(OPT_LEN) "s", /* grp */ in update_minor_entry()1671 char perm[OPT_LEN + 1]; in check_perm_opts()1672 char own[OPT_LEN + 1]; in check_perm_opts()1673 char grp[OPT_LEN + 1]; in check_perm_opts()1674 char dumb[OPT_LEN + 1]; in check_perm_opts()[all …]
48 #define OPT_LEN 128 macro