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

/freebsd-9.3-release/crypto/heimdal/appl/test/
H A Dnt_gss_common.c98 OM_uint32 new_stat; local
104 ret = gss_display_status (&new_stat,
111 gss_release_buffer (&new_stat, &status_string);
H A Dgss_common.c84 OM_uint32 new_stat; local
90 ret = gss_display_status (&new_stat,
98 gss_release_buffer (&new_stat, &status_string);
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftp/
H A Dgssapi.c259 OM_uint32 new_stat; local
262 gss_display_status(&new_stat,
270 gss_release_buffer(&new_stat, &status_string);
324 OM_uint32 new_stat; local
328 gss_display_status(&new_stat,
338 gss_release_buffer(&new_stat, &status_string);
403 OM_uint32 new_stat; local
424 gss_display_status(&new_stat,
432 gss_release_buffer(&new_stat, &status_string);
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dgssapi.c259 OM_uint32 new_stat; local
262 gss_display_status(&new_stat,
270 gss_release_buffer(&new_stat, &status_string);
324 OM_uint32 new_stat; local
328 gss_display_status(&new_stat,
338 gss_release_buffer(&new_stat, &status_string);
403 OM_uint32 new_stat; local
424 gss_display_status(&new_stat,
432 gss_release_buffer(&new_stat, &status_string);
/freebsd-9.3-release/crypto/heimdal/lib/gssapi/
H A Dtest_cred.c52 OM_uint32 new_stat; local
58 ret = gss_display_status (&new_stat,
66 gss_release_buffer (&new_stat, &status_string);
H A Dtest_names.c52 OM_uint32 new_stat; local
58 ret = gss_display_status (&new_stat,
66 gss_release_buffer (&new_stat, &status_string);
/freebsd-9.3-release/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...]

Completed in 128 milliseconds