Lines Matching refs:x_strdup
47 target->pw_dir = x_strdup(source->pw_dir);
48 target->pw_name = x_strdup(source->pw_name);
49 target->pw_shell = x_strdup(source->pw_shell);
150 result = x_strdup(x_nonempty(getenv(name)));
213 login_name = login_alias(x_strdup(getlogin()), uid, in_out);
219 login_name = x_strdup(in_out->pw_name);
335 char *blob = x_strdup(first);
435 x_strdup(const char *s)
476 result = x_strdup("");
478 char *t = x_strdup(source);
508 result = x_strdup("");
510 char *t = x_strdup(source);