Home
last modified time | relevance | path

Searched refs:convert_from (Results 1 – 7 of 7) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDgengtype.h176 const char *convert_from; member
HDgengtype-state.c666 if (current->info.nested->convert_from != NULL) in write_state_nested_option()
667 write_state_a_string (current->info.nested->convert_from); in write_state_nested_option()
1804 opt->info.nested->convert_from = xstrdup (t0->stok_un.stok_string); in read_state_nested_option()
1809 opt->info.nested->convert_from = NULL; in read_state_nested_option()
HDgengtype.c782 d->convert_from = from; in create_nested_ptr_option()
2569 output_escaped_param (d, nested_ptr_d->convert_from, in walk_type()
/dragonfly/contrib/gcc-8.0/gcc/
HDgengtype.h187 const char *convert_from; member
HDgengtype-state.c786 if (current->info.nested->convert_from != NULL) in write_state_nested_option()
787 write_state_a_string (current->info.nested->convert_from); in write_state_nested_option()
2025 opt->info.nested->convert_from = xstrdup (t0->stok_un.stok_string); in read_state_nested_option()
2030 opt->info.nested->convert_from = NULL; in read_state_nested_option()
HDgengtype.c944 d->convert_from = from; in create_nested_ptr_option()
2799 output_escaped_param (d, nested_ptr_d->convert_from, in walk_type()
/dragonfly/crypto/openssh/
HDssh-keygen.c3352 int prefer_agent = 0, convert_to = 0, convert_from = 0; in main() local
3515 convert_from = 1; in main()
3749 if (convert_from) in main()
3752 if (convert_to || convert_from) in main()