Searched refs:xstrdup (Results 1 – 4 of 4) sorted by relevance
159 static char *xstrdup(const char *str) in xstrdup() function281 good = xstrdup(name); in is_shlib()299 good = xstrdup(name); in is_shlib()498 lp->name = xstrdup(ent->d_name); in scan_dir()509 lp->so = xstrdup(so); in scan_dir()510 lp->name = xstrdup(ent->d_name); in scan_dir()624 new_lib->soname = xstrdup(so); in cache_dolib()625 new_lib->libname = xstrdup(fullpath); in cache_dolib()
108 soname = xstrdup(needed); in readsonameXX()
54 # define xstrdup strdup macro
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 16 milliseconds