代码搜索:implicit
找到约 5,250 项符合「implicit」的源代码
代码结果 5,250
www.eeworm.com/read/162614/5526305
f90 namelist_empty.f90
! pr24584, segfault on namelist reading an empty string
! Contributed by Jerry DeLisle
implicit none
character*20 temp
character(len=10) var
nameli
www.eeworm.com/read/162614/5526337
f90 common_pointer_1.f90
! { dg-do run }
! PR13415
! Test pointer variables in common blocks.
subroutine test
implicit none
real, pointer :: p(:), q
common /block/ p, q
if (any (p .ne. (/1.0, 2.0/)) .or. (q .ne. 42.
www.eeworm.com/read/162614/5526444
f90 iostat_1.f90
! { dg-do run }
! PR 23598 - The iostat variable wasn't reset if the previous
! I/O library call had an error.
program main
implicit none
integer :: ios, i
open (10, pad='no', status='scratch')
www.eeworm.com/read/162614/5526449
f90 inquire-complex.f90
! { dg-do run }
! PR 23428: Inquire(iolength) used to give the wrong result.
program main
implicit none
integer s4, s8
complex(kind=8) c8
complex(kind=4) c4
inquire (iolength=s4) c4
www.eeworm.com/read/162614/5531336
c attr-6.c
/* Test for format attributes: test default attributes are applied
to implicit declarations. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-std=gnu89 -Wf
www.eeworm.com/read/160303/5573946
sh whackwait.sh
#!/bin/sh
count=20
until (ipsec eroute | grep "%trap" > /dev/null)
do
count=`expr $count - 1`
if [ $count -eq 0 ]
then
echo FAILED to find packetdefault implicit conn
ipsec eroute
exit 1
fi
www.eeworm.com/read/160303/5575500
sh whackwait.sh
#!/bin/sh
count=20
until (ipsec eroute | grep "%trap" > /dev/null)
do
count=`expr $count - 1`
if [ $count -eq 0 ]
then
echo FAILED to find packetdefault implicit conn
ipsec eroute
exit 1
fi
www.eeworm.com/read/155374/5625516
mk vc32.mk
#############################################################################
#
# SciTech Multi-platform Graphics Library
#
# =====================================================================
www.eeworm.com/read/155374/5625523
mk bcos2.mk
#############################################################################
#
# SciTech Multi-platform Graphics Library
#
# =====================================================================
www.eeworm.com/read/155374/5625536
mk bc16.mk
#############################################################################
#
# SciTech Multi-platform Graphics Library
#
# =====================================================================