Searched refs:source_type (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/crypto/heimdal/kdc/
H A Dhprop.c49 static char *source_type; variable
412 { "source", 0, arg_string, &source_type, "type of database to read",
739 if(source_type != NULL) {
740 type = parse_source_type(source_type);
742 krb5_errx(context, 1, "unknown source type `%s'", source_type);
/freebsd-9.3-release/contrib/gcc/cp/
H A Dcall.c182 static tree source_type (conversion *);
6043 source_type (conversion *t) function
6215 tree source = source_type (w->convs[0]);

Completed in 101 milliseconds