OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x_strdup
(Results
1 - 13
of
13
) sorted by relevancy
/xsrc/external/mit/xterm/dist/
xstrings.c
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)
function
476
result =
x_strdup
("");
478
char *t =
x_strdup
(source)
[
all
...]
xstrings.h
53
extern char *
x_strdup
(const char * /* s */);
fontutils.c
313
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
(nameRef)
[
all
...]
main.c
1541
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
(XtDefaultBackground)
[
all
...]
xtermcap.c
248
screen->tcap_fkeys[have] =
x_strdup
(fkey);
562
fkey =
x_strdup
(fkey);
misc.c
2456
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
(result)
[
all
...]
print.c
696
SPS.printer_command =
x_strdup
("");
cachedGCs.c
231
result =
x_strdup
(temp);
button.c
429
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]);
trace.c
652
result =
x_strdup
("NONE");
charproc.c
9720
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
(used)) != NULL)
[
all
...]
xterm.h
406
name =
x_strdup
(name)
util.c
5922
char *before =
x_strdup
(setlocale(category, NULL));
Completed in 37 milliseconds
Indexes created Wed Jul 01 00:25:26 UTC 2026