Home | History | Annotate | Download | only in gas

Lines Matching defs:string

39   /* String being hashed.  */
40 const char *string;
124 /* Look up a string in a hash table. This returns a pointer to the
125 hash_entry, or NULL if the string is not in the table. If PLIST is
130 Each time we look up a string, we move it to the start of the list
181 if (strncmp (p->string, key, len) == 0 && p->string[len] == '\0')
201 On error, it returns a printable string indicating the error. It
221 p->string = key;
232 success. On error, it returns a printable string indicating the
258 p->string = key;
366 (*pfn) (p->string, p->data);
386 fprintf (f, "\t%lu string comparisons\n", table->string_compares);
553 destroy (string, value)
554 char *string;
557 free (string);
562 applicatee (string, value)
563 char *string;
566 printf ("%.20s-%.20s\n", string, value);