OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:upsize
(Results
1 - 2
of
2
) sorted by relevancy
/src/regress/sys/kern/getcwd/
old_getcwd.c
86
size_t ptsize,
upsize
;
local in function:old_getcwd
116
if ((up = malloc(
upsize
= 1024 - 4)) == NULL)
159
if ((up = realloc(up,
upsize
*= 2)) == NULL)
162
eup = up +
upsize
;
old_getcwd.c
86
size_t ptsize,
upsize
;
local in function:old_getcwd
116
if ((up = malloc(
upsize
= 1024 - 4)) == NULL)
159
if ((up = realloc(up,
upsize
*= 2)) == NULL)
162
eup = up +
upsize
;
Completed in 24 milliseconds
Indexes created Sat Sep 27 14:09:57 GMT 2025