Searched refs:src_string (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/file/src/
H A Dvasprintf.c134 const char * src_string; /* current position into intput string */ member in struct:__anon15
181 len = strcspn(s->src_string, "%"); /* reachs the next '%' or end of input string */
188 memcpy(s->dest_string, s->src_string, len);
189 s->src_string += len;
304 #define SRCTXT (s->src_string)
567 if (s->src_string == NULL)
568 s->src_string = "(null)";
582 if (*(s->src_string) == 0) {
606 while(*(s->src_string) != 0) { /* up to end of source string */
628 s.src_string
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dx509parse.c865 const svn_string_t *src_string; local
869 src_string = svn_string_ncreate((const char *)name->val.p,
875 if (svn_utf__is_valid(src_string->data, src_string->len))
876 return nul_escape(src_string, result_pool);
880 return fuzzy_escape(src_string, result_pool);
890 if (0 != src_string->len % sizeof(apr_uint16_t))
891 return fuzzy_escape(src_string, result_pool);
893 (const void*)(src_string->data),
894 src_string
[all...]

Completed in 168 milliseconds