Searched defs:source (Results 1 - 2 of 2) sorted by relevance
/solaris-userland/components/bzip2/ |
H A D | oldapi.c | 116 bzBuffToBuffCompress(char *dest, unsigned int *destLen, char *source, argument 119 return (BZ2_bzBuffToBuffCompress(dest, destLen, source, sourceLen, 124 bzBuffToBuffDecompress(char *dest, unsigned int *destLen, char *source, argument 127 return (BZ2_bzBuffToBuffDecompress(dest, destLen, source, sourceLen,
|
/solaris-userland/components/krb5/Solaris/ |
H A D | prof_solaris.c | 661 * where source is the source realm for the capath 663 * where inter is the intermediate realm between the source and target 664 * realms. If the source and target share x-realm keys then this set to "." 665 * Note: for the remove function, all associated source, target, and 674 char *source = NULL, *dummy_val = NULL, *target = NULL; local 694 code = profile_iterator(&state, &source, &dummy_val); 695 if (code == 0 && source != NULL) { 696 hierarchy[1] = source; 726 if (source ! 825 k5_profile_add_xrealm_mapping(profile_t profile, char *source, char *target, char *inter) argument [all...] |
Completed in 134 milliseconds