OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:expdest
(Results
1 - 1
of
1
) sorted by null
/system/core/sh/
expand.c
88
char *
expdest
; /* output of current string */
variable
122
xwrite(fd, stackblock(),
expdest
- stackblock());
140
STARTSTACKSTR(
expdest
);
147
STPUTC('\0',
expdest
);
148
p = grabstackstr(
expdest
);
206
STPUTC(c,
expdest
);
214
STPUTC(c,
expdest
);
216
STPUTC(c,
expdest
);
235
STPUTC(c,
expdest
);
247
STPUTC(c,
expdest
);
[
all
...]
Completed in 146 milliseconds