Searched refs:strncat (Results 1 – 6 of 6) sorted by relevance
/xen/xen/include/xen/ |
A D | string.h | 18 #define strncat __xen_has_no_strncat__ macro
|
/xen/xen/tools/kconfig/ |
A D | preprocess.c | 515 strncat(out, in, in_len); in __expand_string() 531 strncat(out, in, in_len); in __expand_string()
|
A D | symbol.c | 899 strncat(res, p, l); in sym_escape_string_value() 906 strncat(res, p++, 1); in sym_escape_string_value()
|
/xen/xen/include/acpi/platform/ |
A D | acenv.h | 239 #define ACPI_STRNCAT(d,s,n) strncat((d), (s), (acpi_size)(n))
|
/xen/tools/xenpmd/ |
A D | xenpmd.c | 380 strncat(val+73, string_info, 1024-73-1); in write_battery_info_to_xenstore()
|
/xen/tools/libxl/ |
A D | libxl_qmp.c | 439 strncat(incomplete + incomplete_size, qmp->buffer, rd); in qmp_next()
|
Completed in 13 milliseconds