Home | History | Annotate | Download | only in dhdutil

Lines Matching defs:string

34 #include <string.h>
116 char *string;
167 "send string to device console (sd only)"},
183 "\t-h <data> is a sequence of hex digits rather than a char string\n"
1410 /* Determine end of string */
1415 /* Strip any white space from end of string */
2672 printf(" %s", dbg_msg[i].string);
2686 /* not a plain integer if not all the string was parsed by strtoul */
2689 if (stricmp(dbg_msg[i].string, s) == 0)
2712 fprintf(stderr, "\n0x%04x %s", val, dbg_msg[i].string);
2714 fprintf(stderr, ", %s", dbg_msg[i].string);
2763 /* Display the returned string */
2797 /* not all the value string was parsed by strtol */
2972 /* append data onto the end of the name string */