Lines Matching refs:xstrdup
209 copy->pw_name = xstrdup(pw->pw_name); in pwcopy()
210 copy->pw_passwd = pw->pw_passwd ? xstrdup(pw->pw_passwd) : NULL; in pwcopy()
212 copy->pw_gecos = xstrdup(pw->pw_gecos); in pwcopy()
223 copy->pw_class = xstrdup(pw->pw_class); in pwcopy()
225 copy->pw_dir = xstrdup(pw->pw_dir); in pwcopy()
226 copy->pw_shell = xstrdup(pw->pw_shell); in pwcopy()
256 sp = xstrdup(s); in a2tun()
371 return(xstrdup(host)); in put_host_port()
528 return (xstrdup(filename)); in tilde_expand_filename()
618 return (xstrdup(buf)); in percent_expand()
749 return xstrdup("tohex: length > 65536"); in tohex()