Searched refs:ppath_out (Results 1 – 1 of 1) sorted by relevance
430 char **ppath_out) in _krb5_expand_path_tokens() argument432 return _krb5_expand_path_tokensv(context, path_in, filepath, ppath_out, NULL); in _krb5_expand_path_tokens()465 char **ppath_out, ...) in _krb5_expand_path_tokensv() argument475 *ppath_out = strdup(""); in _krb5_expand_path_tokensv()479 *ppath_out = NULL; in _krb5_expand_path_tokensv()481 va_start(ap, ppath_out); in _krb5_expand_path_tokensv()496 va_start(ap, ppath_out); in _krb5_expand_path_tokensv()538 if (*ppath_out) in _krb5_expand_path_tokensv()539 free(*ppath_out); in _krb5_expand_path_tokensv()540 *ppath_out = NULL; in _krb5_expand_path_tokensv()[all …]