Searched refs:copystring (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/coshell/
H A Dmisc.c68 copystring(char* s, int m, const char* v, int n) function
734 copystring(p->name, sizeof(p->name), sp ? sp->name : v, sp ? 0 : n);
788 copystring(p->remote, sizeof(p->remote), v, n);
816 copystring(p->shell, sizeof(p->shell), v, n);
866 copystring(p->type, sizeof(p->type), sp ? sp->type : v, sp ? 0 : n);

Completed in 10 milliseconds