Lines Matching refs:xstrdup
207 copy->pw_name = xstrdup(pw->pw_name); in pwcopy()
208 copy->pw_passwd = pw->pw_passwd ? xstrdup(pw->pw_passwd) : NULL; in pwcopy()
210 copy->pw_gecos = xstrdup(pw->pw_gecos); in pwcopy()
221 copy->pw_class = xstrdup(pw->pw_class); in pwcopy()
223 copy->pw_dir = xstrdup(pw->pw_dir); in pwcopy()
224 copy->pw_shell = xstrdup(pw->pw_shell); in pwcopy()
254 sp = xstrdup(s); in a2tun()
369 return(xstrdup(host)); in put_host_port()
526 return (xstrdup(filename)); in tilde_expand_filename()
556 return (xstrdup(ret)); in tilde_expand_filename()
617 return (xstrdup(buf)); in percent_expand()
748 return xstrdup("tohex: length > 65536"); in tohex()