Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sendmail/db/lock/
H A Dlock_region.c340 __lock_grow_region(lt, which, howmuch) in __lock_grow_region() argument
343 size_t howmuch;
403 if (newmem < howmuch * 2) {
404 incr += howmuch * 2 - newmem;
405 newmem = howmuch * 2;
/titanic_41/usr/src/cmd/tar/
H A Dtar.c503 static int checkf(char *name, int mode, int howmuch);
4673 checkf(char *longname, int is_dir, int howmuch) in checkf() argument
4704 if (howmuch > 1 && !is_dir) { in checkf()