Home | History | Annotate | Download | only in Utils

Lines Matching refs:StrNCat

431     // Verify the "strncat" function prototype.
457 // strncat(x, "", c) -> x
458 // strncat(x, c, 0) -> x
467 // strncat(x, s, c) -> strcat(x, s)
2061 static StrNCatOpt StrNCat;
2128 case LibFunc::strncat:
2129 return &StrNCat;