Searched refs:strcat (Results 1 – 10 of 10) sorted by relevance
/xen/xen/tools/kconfig/ |
A D | gconf.c | 86 strcat(buf, "const/"); in dbg_sym_flags() 88 strcat(buf, "check/"); in dbg_sym_flags() 90 strcat(buf, "choice/"); in dbg_sym_flags() 92 strcat(buf, "choiceval/"); in dbg_sym_flags() 94 strcat(buf, "valid/"); in dbg_sym_flags() 96 strcat(buf, "optional/"); in dbg_sym_flags() 98 strcat(buf, "write/"); in dbg_sym_flags() 100 strcat(buf, "changed/"); in dbg_sym_flags() 102 strcat(buf, "no_write/"); in dbg_sym_flags()
|
A D | preprocess.c | 316 strcat(v->value, " "); in variable_add() 317 strcat(v->value, new_value); in variable_add() 516 strcat(out, expansion); in __expand_string()
|
A D | util.c | 61 strcat(gs->s, s); in str_append()
|
A D | symbol.c | 894 strcat(res, "\""); in sym_escape_string_value() 905 strcat(res, "\\"); in sym_escape_string_value() 909 strcat(res, "\""); in sym_escape_string_value()
|
/xen/xen/include/xen/ |
A D | string.h | 16 #define strcat __xen_has_no_strcat__ macro
|
/xen/tools/xl/ |
A D | xl_cpupool.c | 105 strcat(config_data, extra_config); in main_cpupoolcreate() 106 strcat(config_data, "\n"); in main_cpupoolcreate()
|
/xen/xen/include/acpi/platform/ |
A D | acenv.h | 238 #define ACPI_STRCAT(d,s) (void) strcat((d), (s))
|
/xen/tools/console/daemon/ |
A D | io.c | 459 strcat(namepath, "/name"); in create_console_log() 848 strcat(xspath, xsname); in console_init()
|
/xen/tools/libxl/ |
A D | libxl_dm.c | 2123 strcat(dmargs, " "); in libxl__write_stub_dmargs() 2124 strcat(dmargs, args[i]); in libxl__write_stub_dmargs()
|
/xen/tools/python/xen/lowlevel/xc/ |
A D | xc.c | 686 strcat(group_str, dev_str); in pyxc_get_device_group()
|
Completed in 49 milliseconds