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

/freebsd-10-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-10-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-10-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-10-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-10-stable/contrib/subversion/subversion/libsvn_wc/
H A Dstatus.c2930 svn_wc_status3_t *new_stat = &new_istat->s;
2933 *new_stat = *orig_stat;
2937 new_stat->repos_lock = svn_lock_dup(orig_stat->repos_lock, pool);
2940 new_stat->changed_author = apr_pstrdup(pool, orig_stat->changed_author);
2943 new_stat->ood_changed_author
2947 new_stat->lock = svn_lock_dup(orig_stat->lock, pool);
2950 new_stat->changelist
2954 new_stat->repos_root_url
2958 new_stat->repos_relpath
2962 new_stat
2923 svn_wc_status3_t *new_stat = &new_istat->s; local
[all...]
H A Ddeprecated.c3210 svn_wc_status2_t *new_stat = apr_palloc(pool, sizeof(*new_stat));
3213 *new_stat = *orig_stat;
3217 new_stat->entry = svn_wc_entry_dup(orig_stat->entry, pool);
3220 new_stat->repos_lock = svn_lock_dup(orig_stat->repos_lock, pool);
3223 new_stat->url = apr_pstrdup(pool, orig_stat->url);
3226 new_stat->ood_last_cmt_author
3230 new_stat->tree_conflict
3234 return new_stat;
3241 svn_wc_status_t *new_stat
3209 svn_wc_status2_t *new_stat = apr_palloc(pool, sizeof(*new_stat)); local
3240 svn_wc_status_t *new_stat = apr_palloc(pool, sizeof(*new_stat)); local
[all...]
/freebsd-10-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-10-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 399 milliseconds