Searched refs:in (Results 26 - 50 of 4262) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/perl/hints/
H A Dumips.sh17 case "$cc" in
31 # POSIX support in RiscOS is not useable
34 case "$cc" in
H A Dsunos_4_1.sh5 case "$cc" in
12 # Configure finds getzname, not tzname. If you're in the System V
14 # available in the System V environment.
17 # unistd.h contains incorrect prototypes for some functions in the usual
22 # user is using gcc, and not running in the SysV environment.
26 # for SunOS in most of the code.
29 # See util.c for another: We need _SC_OPEN_MAX, which is in
36 # directly by _iob[i]. The remainder are off in dynamically
42 # library is used. If you are in the 'System V environment'
43 # (i.e. you have /usr/5bin ahead of /usr/bin in you
[all...]
H A Dbsdos.sh6 # Added 3.1 with ELF dynamic libraries (NOT in 3.1 yet.
9 # Updated to work in post-4.0 by Todd C. Miller <millert@openbsd.org>
25 case "$usemallocwrap" in
36 # we don't want to use -lnm, since exp() is busted (in 1.1 anyway)
41 # X libraries are in their own tree
45 case "$optimize" in
49 case "$bsdos_distribution" in
67 case "$osvers" in
69 # Avoid problems with HUGE_VAL in POSIX in 1.
[all...]
/openbsd-current/gnu/llvm/clang/utils/ABITest/
H A Dbuild-and-summarize-all.sh10 for bits in 32 64; do
11 for kind in return-types single-args; do
H A Dsummarize.sh10 for i in $(seq 0 $1); do
/openbsd-current/regress/libexec/ld.so/ldd/
H A DMakefile6 CLEANFILES+= *.in *.out
9 : >$@.in
10 ldd $@.in 2>&1 | tee $@.out | grep -q 'incomplete ELF header'
13 dd if=/usr/bin/ldd of=$@.in count=128 bs=1 status=none
14 ldd $@.in 2>&1 | tee $@.out | grep -q 'incomplete program header'
/openbsd-current/bin/dd/
H A Dconv.c12 * Redistribution and use in source and binary forms, with or without
17 * 2. Redistributions in binary form must reproduce the above copyright
18 * notice, this list of conditions and the following disclaimer in the
62 for (inp = in.dbp - (cnt = in.dbrcnt); cnt--; ++inp)
66 out.dbp = in.dbp;
67 out.dbcnt = in.dbcnt;
69 if (in.dbcnt >= out.dbsz) {
78 in.dbp = out.dbp;
79 in
[all...]
/openbsd-current/regress/usr.bin/mandoc/roff/de/
H A DMakefile17 TH_opt.in: TH.in
20 Dd_opt.in: Dd.in
23 TH_opt.mandoc_ascii: TH_opt.in
24 ${MANDOC} ${MOPTS} -Ios=OpenBSD -Tascii -man TH_opt.in > ${.TARGET}
26 Dd_opt.mandoc_ascii: Dd_opt.in
27 ${MANDOC} ${MOPTS} -Ios=OpenBSD -Tascii -mdoc Dd_opt.in > ${.TARGET}
29 TH_opt.out_ascii: TH_opt.in
30 ${GROFF} -Tascii -man TH_opt.in >
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/t/
H A Dyamlish-writer.t17 in => 1,
24 in => undef,
31 in => "\x01\n\t",
38 in => [ 1, 2, 3 ],
48 in => [],
55 in => {},
62 in => [ undef, undef ],
71 in => [ 1, 2, [ 3, 4 ], 5 ],
84 in => [ 1, 2, [], 5 ],
95 in
[all...]
/openbsd-current/gnu/usr.bin/perl/
H A Dcflags.SH18 # From this we initialise the following variables in the cflags script:
26 case $PERL_CONFIG_SH in
39 # This forces SH files to create target in same directory as SH file.
41 case "$0" in
53 case "$gccversion" in
56 *) case "$ccflags" in
64 # gcc in this system; include a selection of most common and commonly
70 /* The stdio.h, errno.h, and setjmp.h should be there in any ANSI C89. */
74 /* Just in case the inclusion of perl.h did not
75 * pull in enoug
[all...]
/openbsd-current/gnu/usr.bin/binutils/gas/
H A Dbignum-copy.c12 GAS is distributed in the hope that it will be useful,
26 * Copy a bignum from in to out.
31 * know length (in chars) of the input bignum.
36 bignum_copy (register LITTLENUM_TYPE *in, argument
37 register int in_length, /* in sizeof(littlenum)s */
39 register int out_length /* in sizeof(littlenum)s */)
48 memcpy ((void *) out, (void *) in,
50 for (p = in + in_length - 1; p >= in; --p)
55 significant_littlenums_dropped = p - in
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Adapter/
H A DIdentity.pm43 my $in = $_[0];
46 my $len = length $$in;
49 if (defined $$in && $len) {
54 $$in = $self->{Pending} . $$in ;
55 $len = length $$in;
59 my $ind = index($$in, "\x50\x4b\x07\x08");
62 $len = length $$in;
63 if ($len >= 3 && substr($$in, -3) eq "\x50\x4b\x07") {
66 elsif ($len >= 2 && substr($$in,
[all...]
/openbsd-current/gnu/lib/libiberty/src/
H A Dmemcpy.c2 This function is in the public domain. */
6 @deftypefn Supplemental void* memcpy (void *@var{out}, const void *@var{in}, size_t @var{length})
8 Copies @var{length} bytes from memory region @var{in} to region
21 memcpy (PTR out, const PTR in, size_t length) argument
23 bcopy(in, out, length);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dparse3.C5 // ambiguity in the grammar between expressions and declarations.
14 A operator+(const A in);
17 A A::operator+(const A in) argument
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dasm-4.c9 asm volatile ("test1 X%[out]Y%[in]Z" : [out] "=g" (y) : [in] "0"(y));
11 asm volatile ("test3 %[in]" : [inout] "=g"(x) : "[inout]" (x), [in] "g" (y));
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/
H A D_Pragma2.c5 /* Don't allow directives in a _Pragma string. */
12 #error Do not allow directives in _Pragma strings
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/
H A Dliterals-1.c1 /* Test that (what looks like) comments are not recognized in literals
20 # error /* { dg-bogus "error" "double quote in charconst" } */
24 # error quote /* { dg-bogus "quote" "quote in charconst" } */
/openbsd-current/gnu/usr.bin/perl/qnx/
H A Dar21 #in the perl 5.003 distribution
32 wlib -p=32 -n $library `for i in $*; do echo "+$i \\c"; done`
/openbsd-current/regress/libexec/ld.so/link-order/test/
H A Dtest.sh4 case $2 in
/openbsd-current/regress/sys/net/gif/
H A Dpf.conf1 # pf must have these rules in the regress anchor
3 pass in on rdomain $N1 to $DST_TUNNEL4_N1 rtable $N2
4 pass in on rdomain $N2 to $DST_TUNNEL4_N2 rtable $N1
5 pass in on rdomain $N1 to $DST_TUNNEL6_N1 rtable $N2
6 pass in on rdomain $N2 to $DST_TUNNEL6_N2 rtable $N1
/openbsd-current/sys/dev/pci/drm/include/drm/
H A Ddrm_lease.h9 #define drm_lease_filter_crtcs(f, in) (in)
/openbsd-current/sbin/iked/
H A Dcrypto_hash.c11 crypto_hash_sha512(unsigned char *out, const unsigned char *in, argument
16 if (!EVP_Digest(in, inlen, out, &mdlen, EVP_sha512(), NULL))
/openbsd-current/gnu/usr.bin/perl/Cross/
H A Dwarp8 for f in `find lib -name install_me_here`;do
12 for f in `find lib -name install_me_here`;do
/openbsd-current/usr.bin/ssh/
H A Dxmss_hash.h15 int prf(unsigned char *out, const unsigned char *in, const unsigned char *key, unsigned int keylen);
16 int h_msg(unsigned char *out,const unsigned char *in,unsigned long long inlen, const unsigned char *key, const unsigned int keylen, const unsigned int n);
17 int hash_h(unsigned char *out, const unsigned char *in, const unsigned char *pub_seed, uint32_t addr[8], const unsigned int n);
18 int hash_f(unsigned char *out, const unsigned char *in, const unsigned char *pub_seed, uint32_t addr[8], const unsigned int n);
H A Dxmss_commons.c14 void to_byte(unsigned char *out, unsigned long long in, uint32_t bytes) argument
18 out[i] = in & 0xff;
19 in = in >> 8;

Completed in 151 milliseconds

1234567891011>>