Searched refs:new_stat (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/crypto/heimdal/appl/test/
H A Dnt_gss_common.c98 OM_uint32 new_stat; local
104 ret = gss_display_status (&new_stat,
113 gss_release_buffer (&new_stat, &status_string);
H A Dgss_common.c86 OM_uint32 new_stat; local
92 ret = gss_display_status (&new_stat,
100 gss_release_buffer (&new_stat, &status_string);
/freebsd-13-stable/crypto/heimdal/appl/ftp/ftp/
H A Dgssapi.c236 OM_uint32 new_stat; local
239 gss_display_status(&new_stat,
248 gss_release_buffer(&new_stat, &status_string);
302 OM_uint32 new_stat; local
306 gss_display_status(&new_stat,
318 gss_release_buffer(&new_stat, &status_string);
383 OM_uint32 new_stat; local
404 gss_display_status(&new_stat,
413 gss_release_buffer(&new_stat, &status_string);
/freebsd-13-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dgssapi.c236 OM_uint32 new_stat; local
239 gss_display_status(&new_stat,
248 gss_release_buffer(&new_stat, &status_string);
302 OM_uint32 new_stat; local
306 gss_display_status(&new_stat,
318 gss_release_buffer(&new_stat, &status_string);
383 OM_uint32 new_stat; local
404 gss_display_status(&new_stat,
413 gss_release_buffer(&new_stat, &status_string);
/freebsd-13-stable/crypto/heimdal/lib/gssapi/
H A Dtest_cred.c52 OM_uint32 new_stat; local
58 ret = gss_display_status (&new_stat,
67 gss_release_buffer (&new_stat, &status_string);
H A Dtest_names.c52 OM_uint32 new_stat; local
58 ret = gss_display_status (&new_stat,
67 gss_release_buffer (&new_stat, &status_string);
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dstatus.c2936 svn_wc_status3_t *new_stat = &new_istat->s;
2939 *new_stat = *orig_stat;
2943 new_stat->repos_lock = svn_lock_dup(orig_stat->repos_lock, pool);
2946 new_stat->changed_author = apr_pstrdup(pool, orig_stat->changed_author);
2949 new_stat->ood_changed_author
2953 new_stat->lock = svn_lock_dup(orig_stat->lock, pool);
2956 new_stat->changelist
2960 new_stat->repos_root_url
2964 new_stat->repos_relpath
2968 new_stat
2929 svn_wc_status3_t *new_stat = &new_istat->s; local
[all...]
H A Ddeprecated.c3266 svn_wc_status2_t *new_stat = apr_palloc(pool, sizeof(*new_stat));
3269 *new_stat = *orig_stat;
3273 new_stat->entry = svn_wc_entry_dup(orig_stat->entry, pool);
3276 new_stat->repos_lock = svn_lock_dup(orig_stat->repos_lock, pool);
3279 new_stat->url = apr_pstrdup(pool, orig_stat->url);
3282 new_stat->ood_last_cmt_author
3286 new_stat->tree_conflict
3290 return new_stat;
3297 svn_wc_status_t *new_stat
3265 svn_wc_status2_t *new_stat = apr_palloc(pool, sizeof(*new_stat)); local
3296 svn_wc_status_t *new_stat = apr_palloc(pool, sizeof(*new_stat)); local
[all...]
/freebsd-13-stable/crypto/heimdal/kadmin/
H A Drpc.c171 OM_uint32 new_stat; local
177 ret = gss_display_status (&new_stat,
186 gss_release_buffer (&new_stat, &status_string);

Completed in 86 milliseconds