Lines Matching refs:xstrdup
509 copy->pw_name = xstrdup(pw->pw_name); in pwcopy()
510 copy->pw_passwd = xstrdup(pw->pw_passwd == NULL ? "*" : pw->pw_passwd); in pwcopy()
512 copy->pw_gecos = xstrdup(pw->pw_gecos); in pwcopy()
523 copy->pw_class = xstrdup(pw->pw_class); in pwcopy()
525 copy->pw_dir = xstrdup(pw->pw_dir); in pwcopy()
526 copy->pw_shell = xstrdup(pw->pw_shell); in pwcopy()
559 sp = xstrdup(s); in a2tun()
731 return(xstrdup(host)); in put_host_port()
851 sdup = xstrdup(s); in parse_user_host_path()
861 path = xstrdup(tmp); in parse_user_host_path()
867 host = xstrdup(cleanhostname(tmp)); in parse_user_host_path()
869 user = xstrdup(sdup); in parse_user_host_path()
871 host = xstrdup(cleanhostname(sdup)); in parse_user_host_path()
933 host = xstrdup(cleanhostname(cp)); in parse_user_host_port()
1055 uridup = tmp = xstrdup(uri); in parse_uri()
1079 host = xstrdup(cleanhostname(cp)); in parse_uri()
1209 *retp = xstrdup(filename); in tilde_expand()
1212 ocopy = copy = xstrdup(filename + 1); in tilde_expand()
1513 *ifname = xstrdup(ifr.ifr_name); in tun_open()
1561 return xstrdup("tohex: length > 65536"); in tohex()
2558 sdup = xstrdup(s); in parse_pattern_interval()
2571 *typep = xstrdup(sdup); in parse_pattern_interval()
2681 (*array)[*lp] = xstrdup(s); in opt_array_append2()
2942 name = xstrdup(env); in lookup_setenv_in_list()
3065 nl[0].n_name = xstrdup(s); in lib_contains_symbol()