OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tempstr
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/libICE/dist/src/
iceauth.c
166
const char *
tempstr
=
local
169
*errorStringRet = strdup(
tempstr
);
190
const char *
tempstr
=
local
193
*errorStringRet = strdup(
tempstr
);
253
const char *
tempstr
local
256
*errorStringRet = strdup(
tempstr
);
272
const char *
tempstr
=
local
275
*errorStringRet = strdup(
tempstr
);
process.c
666
const char *
tempstr
, *prefix;
local
676
tempstr
=
678
errorStr = strdup(
tempstr
);
683
tempstr
=
685
errorStr = strdup(
tempstr
);
1188
const char *
tempstr
local
1192
errorString = strdup(
tempstr
);
1218
const char *
tempstr
local
1222
errorString = strdup(
tempstr
);
/xsrc/external/mit/xf86-video-sis/dist/src/
sis_opt.c
891
char *
tempstr
= malloc(strlen(strptr) + 1);
local
892
result = sscanf(strptr, "%s %d",
tempstr
, &ival);
894
if(!xf86NameCmp(
tempstr
,"LeftOf")) {
904
} else if(!xf86NameCmp(
tempstr
,"RightOf")) {
914
} else if(!xf86NameCmp(
tempstr
,"Above")) {
924
} else if(!xf86NameCmp(
tempstr
,"Below")) {
934
} else if(!xf86NameCmp(
tempstr
,"Clone")) {
949
free(
tempstr
);
/xsrc/external/mit/xterm/dist/
graphics_regis.c
2996
static char
tempstr
[MAX_FRAG];
local
3000
fragment_to_string(fragment,
tempstr
, MAX_FRAG);
3001
return
tempstr
;
Completed in 14 milliseconds
Indexes created Fri Jul 03 00:25:33 UTC 2026