/titanic_44/usr/src/cmd/mailx/ |
H A D | init.c | 81 char homedir[PATHSIZE]; /* Name of home directory */ 101 char mailname[PATHSIZE]; /* Name of /var/mail system mailbox */ 108 char myname[PATHSIZE]; /* My login id */ 118 char origname[PATHSIZE]; /* Name of mailfile before expansion */ 152 char tempResid[PATHSIZE]; /* temp file in :saved */
|
H A D | main.c | 186 static char u[PATHSIZE]; in main() 253 cwd = getcwd(NOSTR, PATHSIZE); in main() 386 nstrcpy(origname, PATHSIZE, mailname); in main() 395 nstrcpy(origname, PATHSIZE, ef); in main() 398 cwd = getcwd(NOSTR, PATHSIZE); in main() 399 nstrcat(cwd, PATHSIZE, "/"); in main() 400 nstrcat(cwd, PATHSIZE, ef); in main()
|
H A D | lpaths.c | 52 #define PATHSIZE 1024 macro 57 static char buf[PATHSIZE]; in libpath() 69 static char buf[PATHSIZE]; in helppath()
|
H A D | cmd3.c | 64 static char prevfile[PATHSIZE]; 65 static char origprevfile[PATHSIZE]; 238 char cwd[PATHSIZE], file[PATHSIZE]; in schdir() 239 static char efile[PATHSIZE]; in schdir() 269 nstrcpy(mailname, PATHSIZE, file); in schdir() 421 int sz = PATHSIZE; in getrecf() 781 nstrcpy(origname, PATHSIZE, origprevfile); in file() 822 nstrcpy(origname, PATHSIZE, cp); in getfilename() 823 nstrcpy(mailname, PATHSIZE, oldmailname); in getfilename() 829 nstrcpy(mailname, PATHSIZE, oldmailname); in getfilename() [all …]
|
H A D | quit.c | 295 snprintf(tempResid, PATHSIZE, "%s/:saved/%s", maildir, myname); in writeback() 298 snprintf(tempResid, PATHSIZE, "/tmp/Rq%-ld", mypid); in writeback() 302 snprintf(tempResid, PATHSIZE, in writeback()
|
H A D | usg.local.c | 69 nstrcpy(mailname, PATHSIZE, cp); in findmail()
|
H A D | temp.c | 82 nstrcpy(homedir, PATHSIZE, Getf("HOME")); in tinit()
|
H A D | lex.c | 73 static char efile[PATHSIZE]; in setfile() 193 nstrcpy(efile, PATHSIZE, name); in setfile() 197 nstrcpy(mailname, PATHSIZE, name); in setfile()
|
H A D | fio.c | 839 static char defbuf[PATHSIZE]; in Getf()
|
H A D | send.c | 412 char recfile[PATHSIZE]; in mail1()
|
/titanic_44/usr/src/lib/libmail/common/ |
H A D | maillock.c | 44 static char curlock[PATHSIZE]; /* Last used name of lock */ 65 char locktmp[PATHSIZE]; /* Usable lock temporary */ in maillock() 66 char file[PATHSIZE]; in maillock()
|
/titanic_44/usr/src/lib/libmail/inc/ |
H A D | maillock.h | 43 #define PATHSIZE 1024 /* maximum path length of a lock file */ macro
|
/titanic_44/usr/src/cmd/listen/ |
H A D | lsparam.h | 65 #define PATHSIZE 64 /* max size of pathnames */ macro
|
H A D | listen.c | 93 static char Provbuf[PATHSIZE]; 267 if ((int) strlen(Netspec) > PATHSIZE) { in main() 1489 static char provenv[2*PATHSIZE]; 1490 static char prefenv[2*PATHSIZE];
|
/titanic_44/usr/src/cmd/sendmail/include/sm/ |
H A D | conf.h | 1221 # define MAXPATHLEN PATHSIZE 1750 # define MAXPATHLEN PATHSIZE 2119 # define MAXPATHLEN PATHSIZE
|
/titanic_44/usr/src/cmd/mailx/hdr/ |
H A D | def.h | 82 #define PATHSIZE 1024 /* Size of pathnames throughout */ macro
|