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

/freebsd-11.0-release/contrib/binutils/gas/config/
H A Dtc-alpha.c4996 int ntok, trunclen;
5001 trunclen = (opnamelen < sizeof (opname) - 1
5004 memcpy (opname, str, trunclen);
5005 opname[trunclen] = '\0';
4983 int ntok, trunclen; local

Completed in 103 milliseconds