Home
last modified time | relevance | path

Searched refs:string_append (Results 1 – 20 of 20) sorted by relevance

/third_party/boost/tools/build/src/engine/
Dpathvms.cpp77 string_append( buffer, t ? t : "/tmp" ); in path_get_temp_path_()
178 string_append( path, as_file->value ); in translate_path_posix2vms()
183 string_append( path, as_dir->value ); in translate_path_posix2vms()
189 string_append( path, as_file->value ); in translate_path_posix2vms()
194 string_append( path, as_dir->value ); in translate_path_posix2vms()
Dclass.cpp49 string_append( name, "class@" ); in class_module_name()
50 string_append( name, object_str( declared_name ) ); in class_module_name()
77 string_append ( qualified_name, object_str( d->base_name ) ); in import_base_rule()
79 string_append ( qualified_name, object_str( r->name ) ); in import_base_rule()
Dmodules.cpp169 string_append( id, object_str( module ) ); in module_stat()
171 string_append( id, name ); in module_stat()
187 string_append( id, object_str( module ) ); in class_module_stat()
188 string_append( id, " object " ); in class_module_stat()
189 string_append( id, name ); in class_module_stat()
Dexecnt.cpp802 string_append( out, ioBuffer ); in read_pipe()
1307 string_append( result, *(argv++) ); in string_new_from_argv()
1340 string_append( err_buf, apiName ); in reportWindowsError()
1341 string_append( err_buf, "() Windows API failed: " ); in reportWindowsError()
1343 string_append( err_buf, buf ); in reportWindowsError()
1346 string_append( err_buf, ".\n" ); in reportWindowsError()
1349 string_append( err_buf, " - " ); in reportWindowsError()
1350 string_append( err_buf, errorMessage ); in reportWindowsError()
Ddebugger.cpp203 string_append( out, pos + 1 ); in debug_format_rulename()
694 string_append( buf, "__DEBUG_PRINT_HELPER__" ); in debug_child_print()
698 string_append( buf, argv[ i ] ); in debug_child_print()
700 string_append( buf, " ;\n" ); in debug_child_print()
1134 string_append( command_line, debugger_opt ); in debug_start_child()
1136 string_append( command_line, buf ); in debug_start_child()
1138 string_append( command_line, debugger_opt ); in debug_start_child()
1140 string_append( command_line, buf ); in debug_start_child()
1147 string_append( command_line, argv[ i ] ); in debug_start_child()
2323 string_append( varbuf, "$(" ); in debug_mi_stack_list_variables()
[all …]
Dpathnt.cpp158 string_append( out, object_str( result->key ) ); in canonicWindowsPath()
182 string_append( out, fd.cFileName ); in canonicWindowsPath()
349 string_append( path, result ); in translate_path_cyg2win()
Dpathunix.cpp42 string_append( buffer, t ? t : "/tmp" ); in path_get_temp_path_()
Dstrings.h28 void string_append( string *, char const * );
Djam_strings.h28 void string_append( string *, char const * );
Dbuiltins.cpp760 string_append( s, object_str( list_item( iter ) ) ); in downcase_list()
1392 string_append( module_name, object_str( frame->module->name ) ); in builtin_backtrace()
1393 string_append( module_name, "." ); in builtin_backtrace()
1961 string_append( buf, "import sys\nsys.path.append(\"" ); in builtin_python_import_rule()
1962 string_append( buf, object_str( list_item( iter ) ) ); in builtin_python_import_rule()
1963 string_append( buf, "\")\n" ); in builtin_python_import_rule()
2290 string_append( module_name, object_str( f->module->name ) ); in bjam_backtrace()
2291 string_append( module_name, "." ); in bjam_backtrace()
2382 string_append( &quoted_command, "\"" ); in windows_popen_wrapper()
2383 string_append( &quoted_command, command ); in windows_popen_wrapper()
[all …]
Djam_strings.cpp116 void string_append( string * self, char const * rhs ) in string_append() function
151 string_append( s, rhs ); in string_copy()
Dvariable.cpp240 string_append( buf, "=" ); in var_get()
241 string_append( buf, val ); in var_get()
Dstrings.cpp128 void string_append( string * self, char const * rhs ) in string_append() function
163 string_append( s, rhs ); in string_copy()
Dfilent.cpp89 string_append( pathspec, "\\" ); in file_collect_dir_content_()
90 string_append( pathspec, "*" ); in file_collect_dir_content_()
Dfunction.cpp544 string_append( buf, object_str( module->name ) ); in function_call_member_rule()
546 string_append( buf, object_str( rulename ) ); in function_call_member_rule()
555 string_append( buf, object_str( list_front( first ) ) ); in function_call_member_rule()
557 string_append( buf, object_str( rulename ) ); in function_call_member_rule()
588 string_append( buf, object_str( list_item( iter ) ) ); in function_call_member_rule()
590 string_append( buf, object_str( rulename ) ); in function_call_member_rule()
772 string_append( out, in ); in var_edit_file()
794 string_append( out, result->value ); in var_edit_translate_path()
1063 string_append( buf, edits[ i ].join.ptr ); in apply_modifiers_non_empty()
1212 string_append( buf, object_str( list_item( items[ i ].current ) ) ); in expand()
[all …]
Dpathsys.cpp287 string_append( file_path, object_str( tmpnam ) ); in path_tmpfile()
/third_party/boost/tools/build/src/engine/modules/
Dproperty-set.cpp179 string_append( message, "Invalid property: '" ); in property_set_create()
180 string_append( message, str ); in property_set_create()
181 string_append( message, "'" ); in property_set_create()
Dregex.cpp117 string_append( buf, object_str( replacement ) ); in regex_replace()
126 string_append( buf, pos ); in regex_replace()
/third_party/glib/glib/
Dgdatetime.c3009 string_append (GString *string, in string_append() function
3082 if (!string_append (outstr, name, name_is_utf8)) in g_date_time_format_utf8()
3093 if (!string_append (outstr, name, name_is_utf8)) in g_date_time_format_utf8()
3107 if (!string_append (outstr, name, name_is_utf8)) in g_date_time_format_utf8()
3121 if (!string_append (outstr, name, name_is_utf8)) in g_date_time_format_utf8()
3174 if (!string_append (outstr, name, name_is_utf8)) in g_date_time_format_utf8()
Dgregex.c2956 string_append (GString *string, in string_append() function
3003 string_append (result, idata->text, &change_case); in interpolate_replacement()
3014 string_append (result, match, &change_case); in interpolate_replacement()
3022 string_append (result, match, &change_case); in interpolate_replacement()