Lines Matching defs:result
196 char *result;
231 result = g_malloc(len + strlen(filename) + 1);
232 memcpy(result, base_path, len);
233 strcpy(result + len, filename);
235 return result;
247 /* Stripping the explicit protocol prefix may result in a protocol
2292 * topologically sorted. Return the result (GSList @list object is updated, so
2297 * simplest way to satisfy this criteria: use only result of
2665 GString *result = g_string_sized_new(30);
2670 if (result->len > 0) {
2671 g_string_append(result, ", ");
2673 g_string_append(result, p->name);
2677 return g_string_free(result, FALSE);
6513 * namespace, the result is unambiguous. The exception is if both are
7893 * The result (whether the node can be replaced or not) is only valid
8022 * would result in exactly bs->backing. */
8042 * (without a filename), result in a BDS (mostly)
8363 * Return either the result of bdrv_cow_child() or bdrv_filter_child(),