Lines Matching refs:result
49 char *result = NULL;57 result = _alloc_zero(ctx, char, str_len + 1);58 if (result == NULL) {62 memcpy(result, str, str_len);64 return result;69 char *result = NULL;81 result = _alloc_zero(ctx, char, len);82 if (result == NULL) {86 strcat(result, str1);87 strcat(result, str2);89 return result;