| /openbsd-src/gnu/usr.bin/perl/cpan/Math-BigInt/t/ |
| H A D | bigintc.t | 30 my $LIB = 'Math::BigInt::Calc'; 35 my $x = $LIB->_new("123"); 36 my $y = $LIB->_new("321"); 38 is($LIB->_str($x), 123, qq|$LIB->_str(\$x) = 123|); 39 is($LIB->_str($y), 321, qq|$LIB->_str(\$y) = 321|); 44 is($LIB->_str($LIB->_add($x, $y)), 444, 45 qq|$LIB->_str($LIB->_add(\$x, \$y)) = 444|); 46 is($LIB->_str($LIB->_sub($x, $y)), 123, 47 qq|$LIB->_str($LIB->_sub(\$x, \$y)) = 123|); 48 is($LIB->_str($LIB->_mul($x, $y)), 39483, [all …]
|
| H A D | bigintc-import.t | 31 my $LIB = 'Math::BigInt::Calc'; 33 my $x = $LIB -> _new("31415926535897932384626433832"); 34 my $str = $LIB -> _str($x); 36 "string representation of $LIB object"); 39 "internal representation of $LIB object");
|
| H A D | bigfltpm.t | 12 our ($CLASS, $LIB); 14 $LIB = Math::BigInt -> config('lib'); # backend library 17 is($CLASS->config("with"), $LIB, qq|$CLASS->config("with")|); 71 unless $LIB eq 'Math::BigInt::Calc';
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/t/ |
| H A D | bigintfc.t | 30 my $LIB = 'Math::BigInt::FastCalc'; 35 my $x = $LIB->_new("123"); 36 my $y = $LIB->_new("321"); 38 is($LIB->_str($x), 123, qq|$LIB->_str(\$x) = 123|); 39 is($LIB->_str($y), 321, qq|$LIB->_str(\$y) = 321|); 44 is($LIB->_str($LIB->_add($x, $y)), 444, 45 qq|$LIB->_str($LIB->_add(\$x, \$y)) = 444|); 46 is($LIB->_str($LIB->_sub($x, $y)), 123, 47 qq|$LIB->_str($LIB->_sub(\$x, \$y)) = 123|); 48 is($LIB->_str($LIB->_mul($x, $y)), 39483, [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/fixinc/ |
| H A D | fixinc.ptx | 44 LIB=${1?"fixincludes: output directory not specified"} 47 if [ ! -d $LIB ]; then 48 mkdir $LIB || exit 1 55 case $LIB in 59 cd $LIB; LIB=`${PWDCMD-pwd}` 68 echo 'Building fixincludes in ' ${LIB} 85 if [ -r $file ] && [ ! -r ${LIB}/$file ]; then 86 cp $file ${LIB}/$file >/dev/null 2>&1 || echo "Can't copy $file" 87 chmod +w ${LIB}/$file 2>/dev/null 88 chmod a+r ${LIB}/$file 2>/dev/null [all …]
|
| H A D | fixinc.svr4 | 41 LIB=${1?"fixincludes: output directory not specified"} 44 if [ ! -d $LIB ]; then 45 mkdir $LIB || exit 1 52 case $LIB in 56 cd $LIB; LIB=`${PWDCMD-pwd}` 60 echo 'Building fixincludes in ' ${LIB} 63 if ln -s X $LIB/ShouldNotExist 2>/dev/null; then 64 rm -f $LIB/ShouldNotExist 90 rm -rf $LIB/$file 91 if [ ! -d $LIB/$file ] [all …]
|
| H A D | fixinc.winnt | 61 LIB=${1?"fixincludes: output directory not specified"} 64 if [ ! -d $LIB ]; then 65 mkdir $LIB || exit 1 72 case $LIB in 76 cd $LIB; LIB=`${PWDCMD-pwd}` 80 echo 'Building fixincludes in ' ${LIB} 83 if ln -s X $LIB/ShouldNotExist 2>NUL; then 84 rm -f $LIB/ShouldNotExist 98 rm -rf $LIB/$file 99 if [ ! -d $LIB/$file ] [all …]
|
| H A D | fixinc.dgux | 34 LIB=${1?"fixincludes: output directory not specified"} 37 if [ ! -d $LIB ]; then 38 mkdir $LIB || exit 1 45 case $LIB in 49 cd $LIB; LIB=`${PWDCMD-pwd}` 53 echo 'Building fixincludes in ' ${LIB} 56 if ln -s X $LIB/ShouldNotExist 2>/dev/null; then 57 rm -f $LIB/ShouldNotExist 82 rm -rf $LIB/$file 83 if [ ! -d $LIB/$file ] [all …]
|
| H A D | fixinc.wrap | 12 LIB=${1?"fixincludes: output directory not specified"} 15 if [ ! -d $LIB ]; then 16 mkdir $LIB || exit 1 23 case $LIB in 27 cd $LIB; LIB=`${PWDCMD-pwd}` 31 echo Building fixed headers in ${LIB} 54 rm -f $LIB/$file 55 cat <<'__EOF__' >$LIB/$file 71 chmod a+r $LIB/$file 82 mkdir -p $LIB/`dirname $file` [all …]
|
| H A D | fixincl.sh | 41 LIB=${1} 45 if [ ! -d $LIB ]; then 46 mkdir $LIB || { 47 echo fixincludes: output dir '`'$LIB"' cannot be created" 51 ( cd $LIB && touch DONE && rm DONE ) || { 52 echo fixincludes: output dir '`'$LIB"' is an invalid directory" 110 case $LIB in 114 cd $LIB; LIB=`${PWDCMD}` 119 then echo Fixing headers into ${LIB} for ${target_canonical} target ; fi 124 elif ln -s X $LIB/ShouldNotExist 2>/dev/null; then [all …]
|
| H A D | fixinc.interix | 50 LIB=${1} 53 if [ ! -d $LIB ]; then 54 mkdir $LIB || exit 1 61 case $LIB in 65 cd $LIB; LIB=`${PWDCMD-pwd}` 69 echo 'Building fixincludes in ' ${LIB} 72 if ln -s X $LIB/ShouldNotExist 2>/dev/null; then 73 rm -f $LIB/ShouldNotExist 104 rm -rf $LIB/$file 105 if [ ! -d $LIB/$file ] [all …]
|
| /openbsd-src/gnu/gcc/fixincludes/ |
| H A D | fixinc.in | 41 LIB=${1} 45 if [ ! -d $LIB ]; then 46 mkdir $LIB || { 47 echo fixincludes: output dir '`'$LIB"' cannot be created" 51 ( cd $LIB && touch DONE && rm DONE ) || { 52 echo fixincludes: output dir '`'$LIB"' is an invalid directory" 107 case $LIB in 111 cd $LIB; LIB=`${PWDCMD}` 116 then echo Fixing headers into ${LIB} for ${target_canonical} target ; fi 121 elif ln -s X $LIB/ShouldNotExist 2>/dev/null; then [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Math-BigRat/lib/Math/ |
| H A D | BigRat.pm | |
| /openbsd-src/gnu/usr.bin/perl/ext/VMS-DCLsym/ |
| H A D | DCLsym.xs | 38 SETERRNO(EINVAL,LIB$_INVARG); in _getsym() 48 if (tbltype == LIB$K_CLI_LOCAL_SYM) in _getsym() 57 case LIB$_NOSUCHSYM: in _getsym() 59 case LIB$_INVSYMNAM: /* user errors; set errno return undef */ in _getsym() 60 case LIB$_INSCLIMEM: in _getsym() 61 case LIB$_NOCLI: in _getsym() 86 SETERRNO(EINVAL,LIB$_INVARG); 94 LIB$K_CLI_LOCAL_SYM : LIB$K_CLI_GLOBAL_SYM; 99 case LIB$_AMBSYMDEF: /* user errors; set errno and return */ 100 case LIB$_INSCLIMEM: [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/ |
| H A D | BigFloat.pm | 10 # _m : absolute value of mantissa ($LIB thingy) 12 # _e : absolute value of exponent ($LIB thingy) 221 my $LIB = 'Math::BigInt::Calc'; 331 return $LIB if $param eq 'with'; 341 $cfg->{with} = $LIB; 400 $self -> {_m} = $LIB -> _copy($wanted -> {_m}); 402 $self -> {_e} = $LIB -> _copy($wanted -> {_e}); 413 $self->{_m} = $LIB -> _copy($wanted -> {value}); 415 $self->{_e} = $LIB -> _zero(); 423 $self->{_e} = $LIB [all...] |
| H A D | BigInt.pm | 13 # value : unsigned int with actual value ($LIB thingy) 17 # Remember not to take shortcuts ala $xs = $x->{value}; $LIB->foo($xs); since 238 my $LIB; 605 lib => $LIB, 606 lib_version => $LIB -> VERSION(), 726 $self -> {value} = $LIB -> _copy($wanted -> {value}); 746 $self->{value} = $LIB->_new($abs); 826 $self -> {value} = $LIB -> _lsft($parts[1], $parts[3], 10); 873 $self -> {value} = $LIB -> _lsft($parts[1], $parts[3], 10); 913 $self -> {value} = $LIB [all...] |
| /openbsd-src/share/mk/ |
| H A D | bsd.lib.mk | 13 .if defined(LIB) && defined(LIB${LIB}_VERSION) 14 SHLIB_MAJOR=${LIB${LIB}_VERSION:R} 15 SHLIB_MINOR=${LIB${LIB}_VERSION:E} 152 _LIBS=lib${LIB}.a 154 _LIBS+=lib${LIB}_p.a 159 FULLSHLIBNAME=lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR} 190 lib${LIB}.a: ${OBJS} 191 @echo building standard ${LIB} library 192 @rm -f lib${LIB}.a 193 @${AR} cqD lib${LIB}.a `${LORDER} ${OBJS} | tsort -q` [all …]
|
| /openbsd-src/gnu/gcc/config/ |
| H A D | lib-link.m4 | 13 dnl Sets and AC_SUBSTs the LIB${NAME} and LTLIB${NAME} variables and 24 ac_cv_lib[]Name[]_libs="$LIB[]NAME" 28 LIB[]NAME="$ac_cv_lib[]Name[]_libs" 32 AC_SUBST([LIB]NAME) 45 dnl sets and AC_SUBSTs HAVE_LIB${NAME}=yes and the LIB${NAME} and 48 dnl HAVE_LIB${NAME}=no and LIB${NAME} and LTLIB${NAME} to empty. 57 dnl Search for lib[]Name and define LIB[]NAME, LTLIB[]NAME and INC[]NAME 69 LIBS="$LIBS $LIB[]NAME" 77 AC_MSG_RESULT([$LIB[]NAME]) 80 dnl If $LIB[]NAME didn't lead to a usable library, we don't need [all …]
|
| /openbsd-src/gnu/usr.bin/texinfo/m4/ |
| H A D | lib-link.m4 | 13 dnl Sets and AC_SUBSTs the LIB${NAME} and LTLIB${NAME} variables and 24 ac_cv_lib[]Name[]_libs="$LIB[]NAME" 28 LIB[]NAME="$ac_cv_lib[]Name[]_libs" 32 AC_SUBST([LIB]NAME) 45 dnl sets and AC_SUBSTs HAVE_LIB${NAME}=yes and the LIB${NAME} and 48 dnl HAVE_LIB${NAME}=no and LIB${NAME} and LTLIB${NAME} to empty. 57 dnl Search for lib[]Name and define LIB[]NAME, LTLIB[]NAME and INC[]NAME 69 LIBS="$LIBS $LIB[]NAME" 77 AC_MSG_RESULT([$LIB[]NAME]) 80 dnl If $LIB[]NAME didn't lead to a usable library, we don't need [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/config/ |
| H A D | lib-link.m4 | 13 dnl Sets and AC_SUBSTs the LIB${NAME} and LTLIB${NAME} variables and 24 ac_cv_lib[]Name[]_libs="$LIB[]NAME" 28 LIB[]NAME="$ac_cv_lib[]Name[]_libs" 32 AC_SUBST([LIB]NAME) 45 dnl sets and AC_SUBSTs HAVE_LIB${NAME}=yes and the LIB${NAME} and 48 dnl HAVE_LIB${NAME}=no and LIB${NAME} and LTLIB${NAME} to empty. 57 dnl Search for lib[]Name and define LIB[]NAME, LTLIB[]NAME and INC[]NAME 69 LIBS="$LIBS $LIB[]NAME" 77 AC_MSG_RESULT([$LIB[]NAME]) 80 dnl If $LIB[]NAME didn't lead to a usable library, we don't need [all …]
|
| /openbsd-src/regress/libexec/ld.so/link-order/libnover/ |
| H A D | Makefile | 3 LIB= test macro 10 all: lib${LIB}.so 12 lib${LIB}.so: ${SOBJS} ${DPADD} 13 @echo building shared ${LIB} library 14 @rm -f lib${LIB}.so 16 -o lib${LIB}.so `${LORDER} ${SOBJS}|tsort -q` ${LDADD}
|
| /openbsd-src/sys/lib/libz/ |
| H A D | Makefile | 4 LIB= z macro 20 CLEANFILES+= lib${LIB}.o 26 lib${LIB}.o:: ${OBJS} 27 @echo building standard ${LIB} library 28 @rm -f lib${LIB}.o 29 @${LD} -r -o lib${LIB}.o `lorder ${OBJS} | tsort`
|
| /openbsd-src/gnu/usr.bin/perl/h2pl/ |
| H A D | mkvars | 5 $LIB = '/usr/local/lib/perl'; 11 if (!open (INCLUDE,'<',"$LIB/$include")) { 12 warn "can't open $LIB/$include: $!\n";
|
| /openbsd-src/gnu/gcc/intl/ |
| H A D | README | 10 * The files COPYING.LIB-2.0 and COPYING.LIB-2.1 are redundant with the 11 top-level COPYING.LIB and have therefore been removed.
|
| /openbsd-src/usr.sbin/mopd/otherOS/ |
| H A D | Makefile | 217 $(CC) $(CFLAGS) -o $@ $(CHOBJ) $(COOBJ) $(OTOBJ) version.o $(LIB) 220 $(CC) $(CFLAGS) -o $@ $(LDOBJ) $(COOBJ) $(OTOBJ) version.o $(LIB) 223 $(CC) $(CFLAGS) -o $@ $(PBOBJ) $(COOBJ) $(OTOBJ) version.o $(LIB) 226 $(CC) $(CFLAGS) -o $@ $(TROBJ) $(COOBJ) $(OTOBJ) version.o $(LIB)
|