OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mc_buff
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/menuc/
util.c
68
static char *
mc_buff
= NULL;
variable in typeref:typename:char *
88
if (
mc_buff
!= NULL) {
89
strcpy(t,
mc_buff
);
90
free(
mc_buff
);
92
mc_buff
= t;
94
mc_buff
[mc_loc++] = ch;
95
mc_buff
[mc_loc] = '\0';
102
char *res = strdup(
mc_buff
);
105
mc_buff
[0] = '\0';
Completed in 12 milliseconds
Indexes created Sat Oct 11 13:09:53 GMT 2025