OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:curstr
(Results
1 - 2
of
2
) sorted by relevancy
/src/share/examples/pud/intro/
intro.c
37
const char *
curstr
= ECHOSTR1;
variable in typeref:typename:const char *
103
clen = MIN(strlen(
curstr
), pc_read->pm_resid);
104
strncpy(pc_read->pm_data,
curstr
, clen);
150
curstr
= ECHOSTR1;
152
curstr
= ECHOSTR2;
intro.c
37
const char *
curstr
= ECHOSTR1;
variable in typeref:typename:const char *
103
clen = MIN(strlen(
curstr
), pc_read->pm_resid);
104
strncpy(pc_read->pm_data,
curstr
, clen);
150
curstr
= ECHOSTR1;
152
curstr
= ECHOSTR2;
Completed in 21 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025