Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mailx/
H A Dcmd3.c88 nstrcpy(cmd, sizeof (cmd), str); in shell1()
203 nstrcpy(str, BUFSIZ, bangbuf); in bangexp()
262 nstrcpy(efile, sizeof (efile), file); in schdir()
267 nstrcpy(mailname, PATHSIZE, file); in schdir()
425 nstrcpy(recf, sz, cp); in getrecf()
820 nstrcpy(origname, PATHSIZE, cp); in getfilename()
827 nstrcpy(mailname, PATHSIZE, oldmailname); in getfilename()
828 nstrcpy(origname, PATHSIZE, cp); in getfilename()
840 nstrcpy(tmp, sizeof (tmp), origname); in getfilename()
850 nstrcpy(origname, PATHSIZE, cp); in getfilename()
[all …]
H A Doptim.c106 nstrcpy(nbuf, sizeof (nbuf), name); in netmap()
129 nstrcpy(ret, sizeof (ret), nbuf); in netmap()
133 nstrcpy(ret, sizeof (ret), nbuf); in netmap()
201 nstrcpy(tname, sizeof (tname), name); in unuucp()
328 nstrcpy(newname, sizeof (newname), name); in arpafix()
573 nstrcpy(name, BUFSIZ, net); in optim()
648 nstrcpy(rpath, sizeof (rpath), path); in optim1()
716 nstrcpy(name, STSIZ, net); in optimex()
945 nstrcpy(lexbuf, sizeof (lexbuf), str); in yyinit()
H A Dhostname.c69 nstrcpy(host, sizeof (host), fp); in inithost()
72 nstrcpy(host, sizeof (host), name.nodename); in inithost()
H A Dutil.c218 nstrcpy(cp, LINESIZE - (cp - linebuf), cp2); in gethfield()
576 nstrcpy(word, sz, name); in yankword()
635 nstrcpy(tmp, in nameof()
670 nstrcpy(buf, sizeof (buf), addr); in splice()
679 nstrcpy(buf, sizeof (buf), addr); in splice()
774 nstrcpy(char *dst, int dstsize, char *src) in nstrcpy() function
H A Dusg.local.c67 nstrcpy(mailname, PATHSIZE, cp); in findmail()
H A Dmain.c387 nstrcpy(origname, PATHSIZE, mailname); in main()
396 nstrcpy(origname, PATHSIZE, ef); in main()
H A Dtemp.c80 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.c192 nstrcpy(efile, PATHSIZE, name); in setfile()
196 nstrcpy(mailname, PATHSIZE, name); in setfile()
H A Dnames.c121 nstrcpy(abuf, sizeof (abuf), nbuf); in extract()
124 nstrcpy(nbuf, sizeof (nbuf), abuf); in extract()
H A Dlist.c701 nstrcpy(lastscan, sizeof (lastscan), str); in matchsubj()
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h539 extern char *nstrcpy(char *dst, int dstsize, char *src);