Searched refs:string_push_back (Results 1 – 13 of 13) sorted by relevance
/third_party/boost/tools/build/src/engine/ |
D | pathsys.cpp | 191 string_push_back( file, as_path_delim( f->f_root.ptr[ f->f_root.len in path_build() 206 string_push_back( file, as_path_delim( f->f_dir.ptr[ f->f_dir.len ] ) ); in path_build() 218 string_push_back( file, '(' ); in path_build() 221 string_push_back( file, ')' ); in path_build() 285 string_push_back( file_path, PATH_DELIM ); in path_tmpfile()
|
D | pathnt.cpp | 113 string_push_back( out, '\\' ); in canonicWindowsPath() 121 string_push_back( out, toupper( path[ 0 ] ) ); in canonicWindowsPath() 122 string_push_back( out, ':' ); in canonicWindowsPath() 123 string_push_back( out, '\\' ); in canonicWindowsPath() 165 string_push_back( out, '\\' ); in canonicWindowsPath()
|
D | strings.h | 30 void string_push_back( string * s, char x );
|
D | jam_strings.h | 30 void string_push_back( string * s, char x );
|
D | jam_strings.cpp | 169 void string_push_back( string * self, char x ) in string_push_back() function 200 string_push_back( s, (char)( i + 1 ) ); in string_unit_test()
|
D | strings.cpp | 181 void string_push_back( string * self, char x ) in string_push_back() function 212 string_push_back( s, (char)( i + 1 ) ); in string_unit_test()
|
D | execnt.cpp | 1305 string_push_back( result, ' ' ); in string_new_from_argv() 1306 string_push_back( result, '"' ); in string_new_from_argv() 1308 string_push_back( result, '"' ); in string_new_from_argv() 1353 string_push_back( err_buf, '\n' ); in reportWindowsError()
|
D | debugger.cpp | 108 string_push_back( buf, (char)ch ); in debug_string_read() 128 string_push_back( buf, (char)ch ); in debug_object_read() 202 string_push_back( out, '.' ); in debug_format_rulename() 697 string_push_back( buf, ' ' ); in debug_child_print() 1137 string_push_back( command_line, ' ' ); in debug_start_child() 1146 string_push_back( command_line, ' ' ); in debug_start_child() 2714 string_push_back( line, (char)ch ); in read_command()
|
D | filesys.cpp | 164 string_push_back( file, '<' ); in file_build1() 168 string_push_back( file, '>' ); in file_build1()
|
D | class.cpp | 78 string_push_back( qualified_name, '.' ); in import_base_rule()
|
D | modules.cpp | 170 string_push_back( id, ' ' ); in module_stat()
|
D | function.cpp | 545 string_push_back( buf, '.' ); in function_call_member_rule() 556 string_push_back( buf, '.' ); in function_call_member_rule() 589 string_push_back( buf, '.' ); in function_call_member_rule() 1247 string_push_back( out, ' ' ); in combine_strings()
|
/third_party/boost/tools/build/src/engine/modules/ |
D | regex.cpp | 122 string_push_back( buf, *pos++ ); in regex_replace()
|