Home | History | Annotate | Download | only in Analysis

Lines Matching refs:_strdup

36 char *_strdup(const char *strSource);
1115 char *s2 = _strdup(s);
1145 char *s2 = _strdup(s);
1517 return _strdup(_strdup(str)); // expected-warning{{leak}}