Home
last modified time | relevance | path

Searched refs:curstr (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/share/examples/pud/intro/
Dintro.c37 const char *curstr = ECHOSTR1; variable
103 clen = MIN(strlen(curstr), pc_read->pm_resid); in main()
104 strncpy(pc_read->pm_data, curstr, clen); in main()
150 curstr = ECHOSTR1; in main()
152 curstr = ECHOSTR2; in main()