HomeSort by: relevance | last modified time | path
    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 25 milliseconds