/titanic_50/usr/src/cmd/mailx/ |
H A D | cmd3.c | 90 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 D | hostname.c | 71 nstrcpy(host, sizeof (host), fp); in inithost() 74 nstrcpy(host, sizeof (host), name.nodename); in inithost()
|
H A D | optim.c | 109 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 D | aux.c | 220 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 D | usg.local.c | 69 nstrcpy(mailname, PATHSIZE, cp); in findmail()
|
H A D | main.c | 386 nstrcpy(origname, PATHSIZE, mailname); in main() 395 nstrcpy(origname, PATHSIZE, ef); in main()
|
H A D | temp.c | 82 nstrcpy(homedir, PATHSIZE, Getf("HOME")); in tinit()
|
H A D | fio.c | 528 nstrcpy(tempname, STSIZ, "/tmp/mboxXXXXXX"); in edstop() 807 nstrcpy(name, BUFSIZ, folder); in getfold()
|
H A D | lex.c | 193 nstrcpy(efile, PATHSIZE, name); in setfile() 197 nstrcpy(mailname, PATHSIZE, name); in setfile()
|
H A D | names.c | 120 nstrcpy(abuf, sizeof (abuf), nbuf); in extract() 123 nstrcpy(nbuf, sizeof (nbuf), abuf); in extract()
|
H A D | list.c | 702 nstrcpy(lastscan, sizeof (lastscan), str); in matchsubj()
|
/titanic_50/usr/src/cmd/mailx/hdr/ |
H A D | def.h | 538 extern char *nstrcpy(char *dst, int dstsize, char *src);
|