Searched refs:outmode (Results 1 – 5 of 5) sorted by relevance
| /mirbsd/src/lib/libssl/src/apps/ |
| D | smime.c | 89 char *inmode = "r", *outmode = "w"; in MAIN() local 376 if(outformat == FORMAT_ASN1) outmode = "wb"; in MAIN() 378 if(flags & PKCS7_BINARY) outmode = "wb"; in MAIN() 461 if (!(out = BIO_new_file(outfile, outmode))) { in MAIN()
|
| /mirbsd/src/gnu/usr.sbin/sendmail/sendmail/ |
| D | srvrsmtp.c | 4047 int inmode, outmode; in setup_smtpd_io() local 4058 outmode = fcntl(outchfd, F_GETFL, 0); in setup_smtpd_io() 4059 if (outmode == -1) in setup_smtpd_io() 4068 bitset(O_NONBLOCK, outmode) || in setup_smtpd_io() 4071 outmode = fcntl(outchfd, F_GETFL, 0); in setup_smtpd_io() 4072 if (outmode != -1 && bitset(O_NONBLOCK, outmode)) in setup_smtpd_io()
|
| /mirbsd/src/gnu/usr.bin/perl/vms/ |
| D | vms.c | 4097 char *outmode = "w"; /* Mode to Open Output File */ local 4151 outmode = "a"; 4265 if ((out != NULL) && (NULL == freopen(out, outmode, stdout, "mbc=32", "mbf=2")))
|
| /mirbsd/src/gnu/usr.bin/binutils/etc/ |
| D | standards.texi | 2216 || GET_MODE_SIZE (outmode[j]) > GET_MODE_SIZE (inmode[j]) 2217 ? outmode[j] : inmode[j]); 2224 || (GET_MODE_SIZE (outmode[j]) > GET_MODE_SIZE (inmode[j]))) 2225 ? outmode[j] : inmode[j]);
|
| /mirbsd/src/share/dict/ |
| D | web2 | 133115 outmode
|