Home | History | Annotate | Download | only in make-3.81

Lines Matching refs:truncated

114      member name might be truncated flag,
284 member name might be truncated flag,
708 If TRUNCATED is nonzero, MEM may be truncated to
712 ar_name_equal (char *name, char *mem, int truncated)
721 if (truncated)
724 /* TRUNCATED should never be set on this system. */
744 ar_member_pos (int desc UNUSED, char *mem, int truncated,
749 if (!ar_name_equal (name, mem, truncated))
824 describe_member (int desc, char *name, int truncated,
831 name, truncated ? _(" (name might be truncated)") : "",