Home
last modified time | relevance | path

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

/glibc-2.36/argp/
Dargp-parse.c82 #define USER_MASK ((1 << USER_BITS) - 1) macro
367 ((opt->key ? opt->key : real->key) & USER_MASK) in convert_options()