Lines Matching defs:string
34 #include <string.h>
117 char *string;
168 "send string to device console (sd only)"},
184 "\t-h <data> is a sequence of hex digits rather than a char string\n"
1411 /* Determine end of string */
1416 /* Strip any white space from end of string */
2673 printf(" %s", dbg_msg[i].string);
2687 /* not a plain integer if not all the string was parsed by strtoul */
2690 if (stricmp(dbg_msg[i].string, s) == 0)
2713 fprintf(stderr, "\n0x%04x %s", val, dbg_msg[i].string);
2715 fprintf(stderr, ", %s", dbg_msg[i].string);
2764 /* Display the returned string */
2798 /* not all the value string was parsed by strtol */
2973 /* append data onto the end of the name string */