Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mailx/
H A Dcmd3.c90 nstrcpy(cmd, sizeof (cmd), str); in shell1()
205 nstrcpy(str, BUFSIZ, bangbuf); in bangexp()
206 nstrcpy(lastbang, sizeof (lastbang), bangbuf); in bangexp()
264 nstrcpy(efile, sizeof (efile), file); in schdir()
269 nstrcpy(mailname, PATHSIZE, file); in schdir()
427 nstrcpy(recf, sz, cp); in getrecf()
781 nstrcpy(origname, PATHSIZE, origprevfile); in file()
816 nstrcpy(prevfile, sizeof (prevfile), editfile); in getfilename()
817 nstrcpy(origprevfile, sizeof (origprevfile), origname); in getfilename()
819 nstrcpy(oldmailname, sizeof (oldmailname), mailname); in getfilename()
[all …]
H A Dhostname.c71 nstrcpy(host, sizeof (host), fp); in inithost()
74 nstrcpy(host, sizeof (host), name.nodename); in inithost()
H A Doptim.c109 nstrcpy(nbuf, sizeof (nbuf), name); in netmap()
132 nstrcpy(ret, sizeof (ret), nbuf); in netmap()
136 nstrcpy(ret, sizeof (ret), nbuf); in netmap()
204 nstrcpy(tname, sizeof (tname), name); in unuucp()
331 nstrcpy(newname, sizeof (newname), name); in arpafix()
576 nstrcpy(name, BUFSIZ, net); in optim()
651 nstrcpy(rpath, sizeof (rpath), path); in optim1()
719 nstrcpy(name, STSIZ, net); in optimex()
948 nstrcpy(lexbuf, sizeof (lexbuf), str); in yyinit()
H A Daux.c220 nstrcpy(cp, LINESIZE - (cp - linebuf), cp2); in gethfield()
578 nstrcpy(word, sz, name); in yankword()
637 nstrcpy(tmp, in nameof()
672 nstrcpy(buf, sizeof (buf), addr); in splice()
681 nstrcpy(buf, sizeof (buf), addr); in splice()
776 nstrcpy(char *dst, int dstsize, char *src) in nstrcpy() function
H A Dusg.local.c69 nstrcpy(mailname, PATHSIZE, cp); in findmail()
H A Dmain.c386 nstrcpy(origname, PATHSIZE, mailname); in main()
395 nstrcpy(origname, PATHSIZE, ef); in main()
H A Dtemp.c82 nstrcpy(homedir, PATHSIZE, Getf("HOME")); in tinit()
H A Dfio.c528 nstrcpy(tempname, STSIZ, "/tmp/mboxXXXXXX"); in edstop()
807 nstrcpy(name, BUFSIZ, folder); in getfold()
H A Dlex.c193 nstrcpy(efile, PATHSIZE, name); in setfile()
197 nstrcpy(mailname, PATHSIZE, name); in setfile()
H A Dnames.c120 nstrcpy(abuf, sizeof (abuf), nbuf); in extract()
123 nstrcpy(nbuf, sizeof (nbuf), abuf); in extract()
H A Dlist.c702 nstrcpy(lastscan, sizeof (lastscan), str); in matchsubj()
/titanic_50/usr/src/cmd/mailx/hdr/
H A Ddef.h538 extern char *nstrcpy(char *dst, int dstsize, char *src);