Home
last modified time | relevance | path

Searched refs:get_array_index (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Darchive_write_set_format_filter_by_ext.c85 static int get_array_index(const char *name) in get_array_index() function
101 int names_index = get_array_index(filename); in archive_write_set_format_filter_by_ext()
120 int names_index = get_array_index(filename); in archive_write_set_format_filter_by_ext_def()
123 names_index = get_array_index(def_ext); in archive_write_set_format_filter_by_ext_def()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Ddata.c47 get_array_index (gfc_array_ref *ar, mpz_t *offset) in get_array_index() function
288 get_array_index (&ref->u.ar, &offset); in gfc_assign_data_value()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Ddata.cc47 get_array_index (gfc_array_ref *ar, mpz_t *offset) in get_array_index() function
308 get_array_index (&ref->u.ar, &offset); in gfc_assign_data_value()
H A DChangeLog1375 * data.cc (get_array_index): Likewise.
H A DChangeLog-2012863 * data.c (get_array_index, create_character_initializer):
H A DChangeLog-2009241 * data.c (get_array_index): Remove unused re variable.