Home
last modified time | relevance | path

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

/titanic_51/usr/src/contrib/ast/src/lib/libcmd/
H A Djoin.c161 int samesize; member
702 if (n2 > jp->samesize) in join()
704 jp->samesize = roundof(n2, 16); in join()
705 if (!(jp->same = newof(jp->same, char, jp->samesize, 0))) in join()
/titanic_51/usr/src/lib/libcmd/common/
H A Djoin.c161 int samesize; member
712 if (n2 > jp->samesize) in join()
714 jp->samesize = roundof(n2, 16); in join()
715 if (!(jp->same = newof(jp->same, char, jp->samesize, 0))) in join()