OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:diff_result
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/diffutils/dist/src/
diff3.c
1149
char *
diff_result
;
1227
diff_result
= xmalloc (current_chunk_size);
1233
size_t bytes = block_read (fd,
diff_result
+ total, bytes_to_read);
1244
diff_result
= xrealloc (
diff_result
, current_chunk_size);
1247
if (total != 0 &&
diff_result
[total-1] != '\n')
1250
*output_placement =
diff_result
;
1281
return
diff_result
+ total;
1145
char *
diff_result
;
local
/src/external/gpl2/xcvs/dist/diff/
diff3.c
1276
char *
diff_result
;
1340
diff_result
= xmalloc (current_chunk_size);
1344
diff_result
+ total,
1355
diff_result
= xrealloc (
diff_result
, (current_chunk_size *= 2));
1359
if (total != 0 &&
diff_result
[total-1] != '\n')
1362
*output_placement =
diff_result
;
1369
return
diff_result
+ total;
1272
char *
diff_result
;
local
Completed in 24 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026