| /minix3/sys/dev/videomode/ |
| H A D | pickmode.c | 125 sort_modes(struct videomode *modes, struct videomode **preferred, int nmodes) in sort_modes() argument 139 if (*preferred != modes) { in sort_modes() 140 swap_modes(*preferred, modes); in sort_modes() 141 *preferred = modes; in sort_modes() 152 if (modes[i].hdisplay > hbest) { in sort_modes() 153 hbest = modes[i].hdisplay; in sort_modes() 154 vbest = modes[i].vdisplay; in sort_modes() 155 mtemp = &modes[i]; in sort_modes() 156 } else if (modes[i].hdisplay == hbest && in sort_modes() 157 modes[i].vdisplay > vbest) { in sort_modes() [all …]
|
| H A D | modelines | 5 // to the same default modes compiled into XFree86. 7 // Default modes distilled from 140 // Extra modes to include as default modes in the X server. 173 // some Sun-specific modes
|
| /minix3/external/gpl3/gcc/lib/ |
| H A D | Makefile.hacks | 10 ${OBJS}: insn-modes.h 12 ${__DPSRCS.d}: insn-modes.h 13 insn-modes.h: 16 DPSRCS+= insn-modes.h 17 CLEANFILES+= insn-modes.h
|
| /minix3/crypto/external/bsd/openssl/lib/libcrypto/ |
| H A D | modes.inc | 1 # $NetBSD: modes.inc,v 1.4 2014/03/02 08:58:02 nakayama Exp $ 5 # SRCS extracted from src/crypto/dist/openssl/crypto/modes/Makefile 8 .PATH: ${OPENSSLSRC}/crypto/modes 17 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/modes ${MODESCPPFLAGS}
|
| H A D | srcs.inc | 7 krb5.inc lhash.inc modes.inc camellia.inc \ 11 ui.inc x509.inc x509v3.inc idea.inc mdc2.inc whrlpool.inc modes.inc \
|
| /minix3/bin/stty/ |
| H A D | modes.c | 50 struct modes { struct 65 const struct modes cmodes[] = { argument 95 const struct modes imodes[] = { 120 const struct modes lmodes[] = { 155 const struct modes omodes[] = { 176 modeset(const char *name, const struct modes *mp, in modeset()
|
| H A D | Makefile | 5 SRCS= cchar.c gfmt.c key.c modes.c print.c stty.c
|
| /minix3/crypto/external/bsd/openssl/dist/crypto/modes/ |
| H A D | Makefile | 5 DIR= modes 32 EXHEADER= modes.h 108 cbc128.o: ../../include/openssl/modes.h ../../include/openssl/opensslconf.h 113 ccm128.o: ../../include/openssl/modes.h ../../include/openssl/opensslconf.h 118 cfb128.o: ../../include/openssl/modes.h ../../include/openssl/opensslconf.h 123 ctr128.o: ../../include/openssl/modes.h ../../include/openssl/opensslconf.h 128 cts128.o: ../../include/openssl/modes.h ../../include/openssl/opensslconf.h 133 gcm128.o: ../../include/openssl/modes.h ../../include/openssl/opensslconf.h 138 ofb128.o: ../../include/openssl/modes.h ../../include/openssl/opensslconf.h 143 xts128.o: ../../include/openssl/modes.h ../../include/openssl/opensslconf.h
|
| /minix3/sbin/mknod/ |
| H A D | mknod.c | 93 void *modes = 0; local 144 modes = setmode(optarg); 145 if (modes == NULL) 253 if (modes != NULL) 254 mode = getmode(modes, mode);
|
| /minix3/external/bsd/llvm/dist/clang/test/CodeGen/ |
| H A D | builtin-memfns.c | 71 int modes[4]; member 77 __builtin_memcpy(arg, ps.modes, sizeof(struct PS)); in test8()
|
| /minix3/external/bsd/llvm/dist/llvm/utils/jedit/ |
| H A D | README | 8 file to ~/.jedit/modes/ and add this code to your ~/.jedit/modes/catalog:
|
| /minix3/minix/tests/ |
| H A D | testmfs.sh | 29 mkdir -p $testdir $testdir/contents $testdir/modes 55 fn=$testdir/modes/m${mode}${many}
|
| /minix3/crypto/external/bsd/openssl/dist/crypto/camellia/ |
| H A D | Makefile | 93 cmll_cbc.o: ../../include/openssl/camellia.h ../../include/openssl/modes.h 95 cmll_cfb.o: ../../include/openssl/camellia.h ../../include/openssl/modes.h 97 cmll_ctr.o: ../../include/openssl/camellia.h ../../include/openssl/modes.h 106 cmll_ofb.o: ../../include/openssl/camellia.h ../../include/openssl/modes.h
|
| /minix3/crypto/external/bsd/openssl/dist/apps/ |
| H A D | openssl.c | 160 static int modes[CRYPTO_NUM_LOCKS]; /* = {0, 0, ... } */ in lock_dbg_cb() local 176 if (modes[type]) { in lock_dbg_cb() 184 modes[type] = rw; in lock_dbg_cb() 186 if (!modes[type]) { in lock_dbg_cb() 191 if (modes[type] != rw) { in lock_dbg_cb() 197 modes[type] = 0; in lock_dbg_cb()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/ |
| H A D | LangStandards.def | 22 // C89-ish modes. 44 // C99-ish modes 65 // C11 modes 86 // C++ modes
|
| /minix3/crypto/external/bsd/openssl/dist/doc/crypto/ |
| H A D | RSA_public_encrypt.pod | 23 B<padding> denotes one of the following modes: 44 cryptographically sound padding modes in the application code. 50 based padding modes, less than RSA_size(B<rsa>) - 41 for
|
| /minix3/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/ |
| H A D | modes.inc | 4 .include "../../modes.inc"
|
| /minix3/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/ |
| H A D | modes.inc | 4 .include "../../modes.inc"
|
| /minix3/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/ |
| H A D | modes.inc | 4 .include "../../modes.inc"
|
| /minix3/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/ |
| H A D | modes.inc | 4 .include "../../modes.inc"
|
| /minix3/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/ |
| H A D | modes.inc | 6 .include "../../modes.inc"
|
| /minix3/crypto/external/bsd/openssl/dist/crypto/seed/ |
| H A D | Makefile | 86 seed_cbc.o: ../../include/openssl/modes.h ../../include/openssl/opensslconf.h 92 seed_cfb.o: ../../include/openssl/modes.h ../../include/openssl/opensslconf.h 104 seed_ofb.o: ../../include/openssl/modes.h ../../include/openssl/opensslconf.h
|
| /minix3/external/mit/xorg/server/xorg-server/hw/xfree86/doc/ |
| H A D | Makefile | 8 FILES= README.modes
|
| /minix3/external/bsd/file/dist/ |
| H A D | MAINT | 32 (handles statbuf modes for DEV) 33 (handles statbuf modes for executable &c.
|
| /minix3/crypto/external/bsd/openssl/dist/crypto/aes/ |
| H A D | Makefile | 124 aes_cbc.o: ../../include/openssl/aes.h ../../include/openssl/modes.h 126 aes_cfb.o: ../../include/openssl/aes.h ../../include/openssl/modes.h 130 aes_ctr.o: ../../include/openssl/aes.h ../../include/openssl/modes.h 146 aes_ofb.o: ../../include/openssl/aes.h ../../include/openssl/modes.h
|