Searched refs:CONF_NUMBER (Results 1 – 2 of 2) sorted by relevance
12 #define CONF_NUMBER 1 macro26 #define CONF_ALNUM (CONF_ALPHA|CONF_NUMBER|CONF_UNDER)27 #define CONF_ALNUM_PUNCT (CONF_ALPHA|CONF_NUMBER|CONF_UNDER|CONF_PUNCT)34 #define IS_NUMBER(conf,c) is_keytype(conf, c, CONF_NUMBER)
60 #define CONF_NUMBER(c, o) (long *) (void *)((char *) (c) + (o)) macro162 lp = CONF_NUMBER(args->config, options[opt].location); in putil_args_defaults()438 CONF_NUMBER(args->config, opt->location)); in putil_args_krb5()700 CONF_NUMBER(args->config, option->location)); in putil_args_parse()