Searched refs:xstrdup (Results 1 – 1 of 1) sorted by relevance
246 static const char *xstrdup(const char *, const char *);1305 return (xstrdup(sym, cp)); in getsym()1493 val = (cp < end) ? xstrdup(cp, end) : ""; in defundef()1539 xstrdup(const char *start, const char *end) in xstrdup() function
Completed in 21 milliseconds