Searched refs:endstring (Results 1 – 3 of 3) sorted by relevance
72 tlist->endstring = tlist->string + strlen(tlist->string);73 for (s = str; s < tlist->endstring; s++)79 } else if (esclen > 0 && s + esclen < tlist->endstring &&117 if (s >= tlist->endstring)121 if (s >= tlist->endstring)138 s = tlist->endstring;
326 char *endstring; member
1614 char *endstring; in monitor_write_memory_longlongs() local1626 endstring = longlong_hexchars (*llptr, hexstage); in monitor_write_memory_longlongs()1627 *endstring = '\0'; /* NUll terminate for printf */ in monitor_write_memory_longlongs()