HomeSort by relevance Sort by last modified time
    Searched refs:upsize (Results 1 - 2 of 2) sorted by null

  /external/openssh/openbsd-compat/
getcwd.c 63 size_t ptsize, upsize; local
92 if ((up = malloc(upsize = MAXPATHLEN)) == NULL)
94 eup = up + upsize;
137 if ((nup = realloc(up, upsize *= 2)) == NULL)
141 eup = up + upsize;
  /external/openfst/src/lib/
mapped-file.cc 71 off_t upsize = size + offset; local
72 void *map = mmap(0, upsize, PROT_READ, MAP_SHARED, fd, pos - offset);
77 region.size = upsize;

Completed in 1788 milliseconds