Searched refs:low_name (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-dlx.c166 char low_name[21], *ptr; local
170 low_name[idx++] = TOLOWER (*ptr);
172 low_name[idx] = '\0';
175 while (idx < MAX_REG_NO && strcmp (soft_reg[idx], & low_name [0]))
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-dlx.c166 char low_name[21], *ptr; local
170 low_name[idx++] = TOLOWER (*ptr);
172 low_name[idx] = '\0';
175 while (idx < MAX_REG_NO && strcmp (soft_reg[idx], & low_name [0]))
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-dlx.c166 char low_name[21], *ptr; local
170 low_name[idx++] = TOLOWER (*ptr);
172 low_name[idx] = '\0';
175 while (idx < MAX_REG_NO && strcmp (soft_reg[idx], & low_name [0]))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dmodule.c858 const char *low_name = NULL; local
863 low_name = gfc_dt_lower_string (name);
868 if ((!low_name && strcmp (u->use_name, name) != 0)
869 || (low_name && strcmp (u->use_name, low_name) != 0)
888 if (low_name)
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dmodule.cc858 const char *low_name = NULL; local
863 low_name = gfc_dt_lower_string (name);
868 if ((!low_name && strcmp (u->use_name, name) != 0)
869 || (low_name && strcmp (u->use_name, low_name) != 0)
888 if (low_name)

Completed in 297 milliseconds