Searched defs:xfile (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libmail/common/
H A Dxgetenv.c91 xsetenv(char *xfile) argument
97 infd = open(xfile, O_RDONLY);
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsavemail.c753 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);
/illumos-gate/usr/src/cmd/bnu/
H A Duucleanup.c482 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);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetutx.c893 char xfile[MAXFILE + 1]; local
896 (void) strlcpy(xfile, file, sizeof (xfile) - 1);
897 (void) strcat(xfile, "x");
899 updwtmpx((const char *)&xfile, &utmpx);

Completed in 60 milliseconds