/src/games/trek/ |
out.c | 1 /* $NetBSD: out.c,v 1.8 2009/05/24 19:18:44 dholland Exp $ */ 28 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 35 static char sccsid[] = "@(#)out.c 8.1 (Berkeley) 5/31/93"; 37 __RCSID("$NetBSD: out.c,v 1.8 2009/05/24 19:18:44 dholland Exp $"); 46 ** Announce Device Out 50 out(int dev) function in typeref:typename:void
|
/src/lib/libc/compat/arch/vax/sys/ |
compat_sigprocmask13.S | 26 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 52 beql out 54 out: label
|
/src/lib/libc/arch/i386/sys/ |
sbrk.S | 31 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 63 jz out 73 out: label 81 jz out 87 out: label
|
/src/lib/libc/arch/x86_64/sys/ |
sbrk.S | 31 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 60 jz out 67 out: label 74 jz out 81 out: label
|
/src/lib/libc/compat/arch/i386/sys/ |
compat_sigprocmask.S | 31 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 60 jz out 62 out: label
|
/src/lib/libc/compat/arch/m68k/sys/ |
compat_sigprocmask.S | 32 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 63 jeq out 66 out: label
|
/src/lib/libc/compat/arch/mips/sys/ |
compat_sigprocmask.S | 31 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 59 beq a2, zero, out # test if old mask requested 61 out: label
|
/src/lib/libc/compat/arch/x86_64/sys/ |
compat_sigprocmask.S | 31 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 56 jz out 58 out: label
|
/src/sys/arch/i386/stand/lib/ |
biosmemps2.S | 28 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 56 jc out /* 0xc0 not supported if carry set */ 65 jmp out 83 out: label
|
/src/sys/dev/microcode/siop/ |
Makefile | 3 all: esiop.out siop.out osiop.out oosiop.out 10 regen: esiop.out siop.out osiop.out oosiop.out 11 headers: esiop.out siop.out osiop.out oosiop.ou [all...] |
/src/sys/conf/ |
cscope.mk | 7 EXTRA_CLEAN+= cscope.out cscope.tmp 8 .if !target(cscope.out) 9 cscope.out: Makefile depend 21 # cscope doesn't write cscope.out if it's uptodate, so ensure 23 @rm -f cscope.tmp; touch cscope.out 27 cscope: cscope.out
|
/src/tests/crypto/libcrypto/conf/ |
Makefile | 12 FILES+= d_conf-1x.out 13 FILESNAME_d_conf-1x.out= d_conf.out 15 FILES+= d_conf-3x.out 16 FILESNAME_d_conf_ssleay.out= ssleay.out 17 FILESNAME_d_conf-3x.out= d_conf.out
|
/src/tests/compat/linux/ |
Makefile | 36 PROGS+= ${_P}.out 37 SRCS.${_P}.out= ${_P}.c 38 SRCS.${_P}.out+= h_linux.c 39 SRCS.${_P}.out+= h_syscall.c 40 MAN.${_P}.out= # empty 43 proginstall-${_P}.out: 46 ${_P}: ${_P}.out
|
/src/sys/external/isc/libsodium/dist/test/default/ |
core4.c | 16 static unsigned char out[64]; variable in typeref:typename:unsigned char[64] 23 crypto_core_salsa20(out, in, k, c); 30 printf("%3u", (unsigned int) out[i]);
|
core5.c | 18 unsigned char out[32]; variable in typeref:typename:unsigned char[32] 25 crypto_core_hsalsa20(out, in, k, c); 27 printf(",0x%02x", (unsigned int) out[i]);
|
generichash2.c | 10 unsigned char in[MAXLEN], out[crypto_generichash_BYTES_MAX], local in function:main 29 if (crypto_generichash_final(&st, out, 34 printf("%02x", (unsigned int)out[j]); 37 if (crypto_generichash_final(&st, out, 47 sizeof out) == -1); 48 assert(crypto_generichash_init(&st, k, 0U, sizeof out) == 0); 49 assert(crypto_generichash_init(&st, k, 1U, sizeof out) == 0);
|
shorthash.c | 11 unsigned char out[crypto_shorthash_BYTES]; local in function:main 21 crypto_shorthash(out, in, (unsigned long long) i, k); 23 printf("%02x", (unsigned int) out[j]);
|
/src/bin/ksh/ |
Makefile | 16 DPSRCS= emacs.out siglist.out 28 CLEANFILES+= siglist.out siglist.out.tmp 29 # two steps to prevent the creation of a bogus siglist.out 30 siglist.out: config.h sh.h siglist.in siglist.sh 34 -I. -I${.CURDIR}" < ${.CURDIR}/siglist.in > siglist.out.tmp \ 35 && mv siglist.out.tmp siglist.out 37 # two steps to prevent the creation of a bogus emacs.out [all...] |
/src/common/dist/zlib/contrib/iostream2/ |
zstream_test.cpp | 9 ozstream out("temp.gz"); local in function:main 10 out < "This works well" < h < g; 11 out.close(); 19 out.open("temp.gz"); // try ascii output; zcat temp.gz to see the results 20 out << setw(50) << setfill('#') << setprecision(20) << x << endl << y << endl << z << endl; 21 out << z << endl << y << endl << x << endl; 22 out << 1.1234567890123456789 << endl;
|
/src/lib/libc/gdtoa/test/ |
makefile | 21 # ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF 107 # See the source for details. If you know better, create Q.out, 108 # x.out and xL.out by copying the relevant *.ou0 or *.ou1 files 109 # to the corresponding .out files. In short, the *.ou0 files are 114 Q.out x.out xL.out: 121 tests: Q.out x.out xL.out dt dItest ddtest dtest ftest Qtest xLtest xtest ddtestsi dItestsi strtodt strtodtnr [all...] |
/src/sys/compat/common/ |
compat_util.c | 28 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 56 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 93 unsigned long out; local in function:emul_flags_translate 95 for (out = 0; tab->omask != 0; tab++) { 98 out |= tab->nval; 103 return (out);
|
/src/sys/external/bsd/sljit/dist/doc/tutorial/ |
branch.c | 26 struct sljit_jump *out; local in function:branch 43 /* jump to out */ 44 out = sljit_emit_jump(C, SLJIT_JUMP); 52 /* here is the 'out' should jump */ 53 sljit_set_label(out, sljit_emit_label(C));
|
func_call.c | 31 struct sljit_jump *out; local in function:func_call 48 /* jump out */ 49 out = sljit_emit_jump(C, SLJIT_JUMP); 57 /* out: */ 58 sljit_set_label(out, sljit_emit_label(C));
|
loop.c | 29 struct sljit_jump *out; local in function:loop 43 /* R1 >= a --> jump out */ 44 out = sljit_emit_cmp(C, SLJIT_GREATER_EQUAL, SLJIT_R1, 0, SLJIT_S0, 0); 51 /* out: */ 52 sljit_set_label(out, sljit_emit_label(C));
|
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/ |
blake2b-long.c | 15 uint8_t *out = (uint8_t *) pout; local in function:blake2b_long 41 TRY(crypto_generichash_blake2b_final(&blake_state, out, outlen)); 54 memcpy(out, out_buffer, crypto_generichash_blake2b_BYTES_MAX / 2); 55 out += crypto_generichash_blake2b_BYTES_MAX / 2; 64 memcpy(out, out_buffer, crypto_generichash_blake2b_BYTES_MAX / 2); 65 out += crypto_generichash_blake2b_BYTES_MAX / 2; 73 memcpy(out, out_buffer, toproduce);
|