Home
last modified time | relevance | path

Searched refs:allocated (Results 1 – 2 of 2) sorted by relevance

/sysdeps/posix/
A Dgetcwd.c187 size_t allocated = size; in __getcwd_generic() local
237 allocated = BIG_FILE_NAME_LENGTH + 1; in __getcwd_generic()
242 dir = malloc (allocated); in __getcwd_generic()
249 dirp = dir + allocated; in __getcwd_generic()
420 size_t oldsize = allocated; in __getcwd_generic()
422 allocated += MAX (allocated, namlen); in __getcwd_generic()
423 if (allocated < oldsize in __getcwd_generic()
424 || ! (tmp = realloc (dir, allocated))) in __getcwd_generic()
449 if (dirp == &dir[allocated - 1]) in __getcwd_generic()
457 used = dir + allocated - dirp; in __getcwd_generic()
[all …]
/sysdeps/generic/
A Daio_misc.h66 allocated, enumerator

Completed in 4 milliseconds