Searched refs:src_string (Results 1 – 1 of 1) sorted by relevance
144 const char * src_string; /* current position into intput string */ member191 len = strcspn(s->src_string, "%"); /* reachs the next '%' or end of input string */ in usual_char()198 memcpy(s->dest_string, s->src_string, len); in usual_char()199 s->src_string += len; in usual_char()314 #define SRCTXT (s->src_string) in dispatch()577 if (s->src_string == NULL) in core()578 s->src_string = "(null)"; in core()592 if (*(s->src_string) == 0) { in core()616 while(*(s->src_string) != 0) { /* up to end of source string */ in core()638 s.src_string = format_string; in vasprintf()