Searched refs:xfile (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libmail/common/ |
H A D | xgetenv.c | 91 xsetenv(char *xfile) argument 97 infd = open(xfile, O_RDONLY);
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | getutx.c | 893 char xfile[MAXFILE + 1]; local 896 (void) strlcpy(xfile, file, sizeof (xfile) - 1); 897 (void) strcat(xfile, "x"); 899 updwtmpx((const char *)&xfile, &utmpx);
|
/illumos-gate/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);
|
/illumos-gate/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);
|
Completed in 75 milliseconds