Searched refs:x_strdup (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/xterm/dist/
H A Dxstrings.c47 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) function in typeref:typename:char *
476 result = x_strdup("");
478 char *t = x_strdup(sourc
[all...]
H A Dxstrings.h53 extern char *x_strdup(const char * /* s */);
H A Dfontutils.c313 list->name = x_strdup(name);
423 *result = x_strdup(name);
967 data.f_n = x_strdup(normal);
994 screen->menu_font_names[fontnum][which] = x_strdup(name);
998 screen->menu_font_names[fontnum][which] = x_strdup(name);
1025 list->name = x_strdup(name);
1093 result->fn = x_strdup(name);
1107 result->fn = x_strdup(current->fn);
1179 target->fn = x_strdup(source->fn);
1489 char *normal = x_strdup(nameRe
[all...]
H A Dmain.c1541 char *actual = x_strdup(name);
1794 argv[*num] = x_strdup(result->option);
2012 passedPty = x_strdup(option);
2376 char *my_class = x_strdup(DEFCLASS);
2383 ProgramName = x_strdup(x_basename(argv[0]));
2478 if ((my_class = x_strdup(option_value)) == NULL) {
2879 resource.title = x_strdup(my_class);
2906 encoding_opt[0] = x_strdup("-encoding");
2914 delimiter[0] = x_strdup("--");
3054 TScreenOf(term)->Tcolors[TEXT_FG].resource = x_strdup(XtDefaultBackgroun
[all...]
H A Dxtermcap.c248 screen->tcap_fkeys[have] = x_strdup(fkey);
562 fkey = x_strdup(fkey);
H A Dmisc.c2456 if ((log_default = x_strdup(log_def_name)) != NULL) {
3935 screen->EscapeFontName() = x_strdup(name);
4291 if ((bp = x_strdup(buf)) != NULL) {
6142 my_attr = x_strdup(attribute);
6329 if ((tmpName = x_strdup(pOld->names[TEXT_BG])) != NULL) {
6373 && (newName = x_strdup(name)) != NULL) {
6637 result = x_strdup(tmp);
6662 result = x_strdup(result);
7168 result = x_strdup("C");
7170 result = x_strdup(resul
[all...]
H A Dprint.c696 SPS.printer_command = x_strdup("");
H A DcachedGCs.c231 result = x_strdup(temp);
H A Dbutton.c429 char *data = x_strdup(result);
1864 char *copied = x_strdup(value);
5692 mydata->format = x_strdup(params[0]);
5817 char *blob = x_strdup(format);
6225 char *temp = x_strdup(params[0]);
H A Dtrace.c652 result = x_strdup("NONE");
H A Dcharproc.c9720 screen->Tcolors[TEXT_FG].resource = x_strdup(XtDefaultForeground);
9721 screen->Tcolors[TEXT_BG].resource = x_strdup(XtDefaultBackground);
10936 DefaultFontNames[fNorm] = x_strdup(DefaultFontN(wnew));
10937 DefaultFontNames[fBold] = x_strdup(DefaultFontB(wnew));
10943 DefaultFontNames[fWide] = x_strdup(DefaultFontW(wnew));
10944 DefaultFontNames[fWBold] = x_strdup(DefaultFontWB(wnew));
11194 CurrentXftFont(wnew) = x_strdup(DEFFACENAME_AUTO);
12099 result = x_strdup("unknown");
12293 char *use_font = x_strdup(DEFFONT);
14412 && (test = x_strdup(use
[all...]
H A Dxterm.h406 name = x_strdup(name)
H A Dutil.c5922 char *before = x_strdup(setlocale(category, NULL));

Completed in 144 milliseconds