HomeSort by: relevance | last modified time | path
    Searched refs:string0 (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/ntp/dist/libntp/
statestr.c 27 const char * const string0; member in struct:codestring
372 flagstr = tab[b].string0;
  /src/external/gpl3/gdb/dist/gdb/
dictionary.c 731 language_defn::search_name_hash (const char *string0) const
739 in other cases it simply returns msymbol_hash_iw(STRING0). */
744 string = string0;
750 return msymbol_hash_iw (string0);
761 if (string0 == string)
762 return msymbol_hash_iw (string0);
767 return msymbol_hash_iw (string0);
769 if (string[1] == '_' && string != string0)
  /src/external/gpl3/gdb.old/dist/gdb/
dictionary.c 731 language_defn::search_name_hash (const char *string0) const
739 in other cases it simply returns msymbol_hash_iw(STRING0). */
744 string = string0;
750 return msymbol_hash_iw (string0);
761 if (string0 == string)
762 return msymbol_hash_iw (string0);
767 return msymbol_hash_iw (string0);
769 if (string[1] == '_' && string != string0)

Completed in 27 milliseconds