Searched refs:xfile (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/libmail/common/ |
H A D | xgetenv.c | 91 xsetenv(char *xfile) in xsetenv() argument 97 infd = open(xfile, O_RDONLY); in xsetenv()
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | getutx.c | 893 char xfile[MAXFILE + 1]; in updwtmp() local 896 (void) strlcpy(xfile, file, sizeof (xfile) - 1); in updwtmp() 897 (void) strcat(xfile, "x"); in updwtmp() 899 updwtmpx((const char *)&xfile, &utmpx); in updwtmp()
|
/titanic_50/usr/src/cmd/bnu/ |
H A D | uucleanup.c | 482 char fullname[BUFSIZ], xfile[BUFSIZ], xF_file[BUFSIZ]; local 541 FULLNAME(xfile, dir, file1); 545 if ((xfp = fopen(xfile, "r")) == NULL) { 546 DEBUG(3, "Can't read %s\n", xfile);
|
/titanic_50/usr/src/cmd/sendmail/src/ |
H A D | savemail.c | 753 register SM_FILE_T *xfile; local 853 xfile = safefopen(ErrMsgFile, O_RDONLY, 0444, sff); 854 if (xfile != NULL) 856 while (sm_io_fgets(xfile, SM_TIME_DEFAULT, buf, 872 (void) sm_io_close(xfile, SM_TIME_DEFAULT);
|