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

/freebsd-11-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-11-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-11-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-11-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-11-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-11-stable/contrib/binutils/ld/
H A Dldlang.c118 #define new_stat(x, y) \ macro
905 p = new_stat (lang_input_statement, stat_ptr);
2077 new = new_stat (lang_input_section, ptr);
5544 new = new_stat (lang_output_statement, stat_ptr);
5869 new = new_stat (lang_wild_statement, stat_ptr);
5889 ad = new_stat (lang_address_statement, stat_ptr);
5927 new = new_stat (lang_target_statement, stat_ptr);
5951 new = new_stat (lang_fill_statement, stat_ptr);
5960 new = new_stat (lang_data_statement, stat_ptr);
5979 lang_reloc_statement_type *p = new_stat (lang_reloc_statemen
[all...]
/freebsd-11-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 102 milliseconds