configure
configure(krb5_context context, int argc, char **argv);
config = configure(context, argc, argv);
static void configure (void *);
SYSINIT(configure2, SI_SUB_CONFIGURE, SI_ORDER_THIRD, configure, NULL);
static void configure(void *);
SYSINIT(configure2, SI_SUB_CONFIGURE, SI_ORDER_THIRD, configure, NULL);
goto configure;
configure:
if (p->configure != NULL)
(*p->configure)(flags);
int (*configure)(int); /* backdoor for the console driver */
if (p->configure != NULL)
(*p->configure)(flags);
int (* const configure)(int);
static void configure(void *);
SYSINIT(configure2, SI_SUB_CONFIGURE, SI_ORDER_THIRD, configure, NULL);
static void configure(void *);
SYSINIT(configure2, SI_SUB_CONFIGURE, SI_ORDER_THIRD, configure, NULL);
static void configure(void *);
SYSINIT(configure2, SI_SUB_CONFIGURE, SI_ORDER_THIRD, configure, NULL);
int configure(int so);
if (!configure(s))