Home
last modified time | relevance | path

Searched refs:xfile (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libmail/common/
H A Dxgetenv.c89 xsetenv(char *xfile) in xsetenv() argument
95 infd = open(xfile, O_RDONLY); in xsetenv()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetutx.c892 char xfile[MAXFILE + 1]; in updwtmp() local
895 (void) strlcpy(xfile, file, sizeof (xfile) - 1); in updwtmp()
896 (void) strcat(xfile, "x"); in updwtmp()
898 updwtmpx((const char *)&xfile, &utmpx); in updwtmp()
/illumos-gate/usr/src/cmd/bnu/
H A Duucleanup.c479 char fullname[BUFSIZ], xfile[BUFSIZ], xF_file[BUFSIZ]; local
538 FULLNAME(xfile, dir, file1);
542 if ((xfp = fopen(xfile, "r")) == NULL) {
543 DEBUG(3, "Can't read %s\n", xfile);
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsavemail.c755 register SM_FILE_T *xfile; local
855 xfile = safefopen(ErrMsgFile, O_RDONLY, 0444, sff);
856 if (xfile != NULL)
858 while (sm_io_fgets(xfile, SM_TIME_DEFAULT, buf,
874 (void) sm_io_close(xfile, SM_TIME_DEFAULT);