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

/illumos-gate/usr/src/cmd/mailx/
H A Dhostname.c71 nstrcpy(host, sizeof (host), fp);
74 nstrcpy(host, sizeof (host), name.nodename);
H A Dusg.local.c69 nstrcpy(mailname, PATHSIZE, cp);
H A Dcmd3.c90 nstrcpy(cmd, sizeof (cmd), str);
205 nstrcpy(str, BUFSIZ, bangbuf);
206 nstrcpy(lastbang, sizeof (lastbang), bangbuf);
264 nstrcpy(efile, sizeof (efile), file);
269 nstrcpy(mailname, PATHSIZE, file);
427 nstrcpy(recf, sz, cp);
781 nstrcpy(origname, PATHSIZE, origprevfile);
816 nstrcpy(prevfile, sizeof (prevfile), editfile);
817 nstrcpy(origprevfile, sizeof (origprevfile), origname);
819 nstrcpy(oldmailnam
[all...]
H A Dtemp.c82 nstrcpy(homedir, PATHSIZE, Getf("HOME"));
H A Doptim.c109 nstrcpy(nbuf, sizeof (nbuf), name);
132 nstrcpy(ret, sizeof (ret), nbuf);
136 nstrcpy(ret, sizeof (ret), nbuf);
204 nstrcpy(tname, sizeof (tname), name);
331 nstrcpy(newname, sizeof (newname), name);
576 nstrcpy(name, BUFSIZ, net);
651 nstrcpy(rpath, sizeof (rpath), path);
719 nstrcpy(name, STSIZ, net);
948 nstrcpy(lexbuf, sizeof (lexbuf), str);
H A Daux.c220 nstrcpy(cp, LINESIZE - (cp - linebuf), cp2);
578 nstrcpy(word, sz, name);
637 nstrcpy(tmp,
672 nstrcpy(buf, sizeof (buf), addr);
681 nstrcpy(buf, sizeof (buf), addr);
776 nstrcpy(char *dst, int dstsize, char *src) function
H A Dmain.c386 nstrcpy(origname, PATHSIZE, mailname);
395 nstrcpy(origname, PATHSIZE, ef);
H A Dfio.c528 nstrcpy(tempname, STSIZ, "/tmp/mboxXXXXXX");
807 nstrcpy(name, BUFSIZ, folder);
H A Dlex.c193 nstrcpy(efile, PATHSIZE, name);
197 nstrcpy(mailname, PATHSIZE, name);
H A Dnames.c120 nstrcpy(abuf, sizeof (abuf), nbuf);
123 nstrcpy(nbuf, sizeof (nbuf), abuf);
H A Dlist.c702 nstrcpy(lastscan, sizeof (lastscan), str);
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h538 extern char *nstrcpy(char *dst, int dstsize, char *src);

Completed in 601 milliseconds