OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pch_realloc
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.bin/patch/
util.h
48
void *
pch_realloc
(void *, size_t, size_t);
util.c
440
pch_realloc
(void *ptr, size_t number, size_t size)
function in typeref:typename:void *
pch.c
159
new_p_line =
pch_realloc
(p_line, new_hunkmax, sizeof(char *));
163
new_p_len =
pch_realloc
(p_len, new_hunkmax, sizeof(ssize_t));
167
new_p_char =
pch_realloc
(p_char, new_hunkmax, sizeof(char));
inp.c
125
p =
pch_realloc
(i_ptr, new_size + 2, sizeof(char *));
Completed in 12 milliseconds
Indexes created Fri Oct 17 03:10:13 GMT 2025