Searched defs:file (Results 1 - 3 of 3) sorted by relevance

/sendmail/sendmail/
H A Dtls.c5 * By using this file, you agree to the terms and conditions set
6 * forth in the LICENSE file which can be found at the top level of
83 ** randfile -- name of file with random data
144 if (randdef == RF_OK && sm_strncasecmp(randfile, "file:", 5) == 0)
173 /* max. age of file: 10 minutes */
232 "STARTTLS: Error: no proper random file definition %s",
240 "STARTTLS: Error: missing random file definition");
356 ** i.e., whether a file exists (_EX) and whether it can be used (_OK)
361 # define TLS_S_CERT_EX 0x00000001 /* cert file exists */
362 # define TLS_S_CERT_OK 0x00000002 /* cert file i
1730 char *file, *data; local
[all...]
H A Dconf.c8 * By using this file, you agree to the terms and conditions set
9 * forth in the LICENSE file which can be found at the top level of
74 ** file read at runtime. My intent is that anything
79 ** this file too much, you may be making a mistake!
459 (void) sm_strlcpy(buf, "*file*, P=[FILE], F=lsDFMPEouq9, T=X-Unix/X-Unix/X-Unix, A=FILE \201u",
610 /* access to system passwd file */
716 ** the config file has provided an override.
1054 /* if the service file doesn't work, use an absolute fallback */
1270 /* Check for large file descriptor */
2783 ** GETDTABLESIZE -- return number of file descriptor
2831 SM_FILE_T *file; local
[all...]
H A Dreadcf.c8 * By using this file, you agree to the terms and conditions set
9 * forth in the LICENSE file which can be found at the top level of
37 ** READCF -- read configuration file.
39 ** This routine reads the configuration file and builds the internal
42 ** The file is formatted as a sequence of lines, each taken
47 ** Fxfile [fmt] Read file for lines to put into
74 ** cfname -- configuration file name.
75 ** safe -- true if this is the system config file;
99 char *file; local
145 syserr("not a plain file");
[all...]

Completed in 66 milliseconds