OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newsiz
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/sdiff/
sdiff.c
782
size_t
newsiz
;
local in function:astrcat
820
newsiz
= offset + 1 + strlen(append) + 1;
823
newstr = realloc(*s,
newsiz
);
830
strlcpy(*s + offset, "\n",
newsiz
- offset);
831
strlcat(*s + offset, append,
newsiz
- offset);
833
/* New string length should be exactly
newsiz
- 1 characters. */
835
offset =
newsiz
- 1;
Completed in 12 milliseconds
Indexes created Mon Oct 20 08:09:54 GMT 2025