Searched refs:where1 (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/gnutar-453/gnutar/src/
H A Dlist.c718 char const *where1 = where; local
735 if ((overflow || maxval < value) && '2' <= *where1 && type)
739 int digit = (*where1 - '0') | 4;
742 where = where1;
762 (int) (where - where1), where1, type));
773 (int) (where - where1), where1, type));

Completed in 96 milliseconds