Searched refs:string_append_range (Results 1 – 13 of 13) sorted by relevance
/third_party/boost/tools/build/src/engine/ |
D | pathsys.cpp | 186 string_append_range( file, f->f_root.ptr, f->f_root.ptr + f->f_root.len in path_build() 196 string_append_range( file, f->f_dir.ptr, f->f_dir.ptr + f->f_dir.len ); in path_build() 209 string_append_range( file, f->f_base.ptr, f->f_base.ptr + f->f_base.len in path_build() 213 string_append_range( file, f->f_suffix.ptr, f->f_suffix.ptr + in path_build() 219 string_append_range( file, f->f_member.ptr, f->f_member.ptr + in path_build()
|
D | variable.cpp | 99 string_append_range( buf, val + 2, val + len ); in var_defines() 134 string_append_range( buf, pp, p ); in var_defines() 143 string_append_range( buf, *e, val ); in var_defines()
|
D | strings.h | 29 void string_append_range( string *, char const *, char const * );
|
D | jam_strings.h | 29 void string_append_range( string *, char const *, char const * );
|
D | jam_strings.cpp | 131 void string_append_range( string * self, char const * start, char const * finish ) in string_append_range() function 171 string_append_range( self, &x, &x + 1 ); in string_push_back()
|
D | strings.cpp | 143 void string_append_range( string * self, char const * start, char const * finish ) in string_append_range() function 183 string_append_range( self, &x, &x + 1 ); in string_push_back()
|
D | pathnt.cpp | 168 string_append_range( out, last_element, path + path_length ); in canonicWindowsPath()
|
D | filesys.cpp | 165 string_append_range( in file_build1()
|
D | rules.cpp | 671 string_append_range( buf, object_str( rulename ), p ); in lookup_rule()
|
D | builtins.cpp | 879 string_append_range( dirname, path->f_dir.ptr, in glob_recursive() 1012 string_append_range( buf, re->startp[ i ], re->endp[ i ] ); in builtin_match() 2526 string_append_range( buf, f.f_member.ptr, f.f_member.ptr + f.f_member.len ); in builtin_glob_archive_back()
|
D | execnt.cpp | 382 string_append_range( cmd_local, start, end ); in exec_cmd()
|
D | function.cpp | 1659 string_append_range( buf, start, end ); in var_parse_group_maybe_add_constant()
|
/third_party/boost/tools/build/src/engine/modules/ |
D | regex.cpp | 116 string_append_range( buf, pos, re->startp[ 0 ] ); in regex_replace() 202 string_append_range( buf, re->startp[ index ], in regex_transform()
|