Home
last modified time | relevance | path

Searched defs:writebuffer_s (Results 1 – 5 of 5) sorted by relevance

/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dipi_driver.F160 SUBROUTINE writebuffer_s(psockfd, fstring, plen) subroutine
165 CHARACTER(len=*), PARAMETER :: routineN = 'writebuffer_s', routineP = moduleN//':'//routineN argument
167 INTEGER :: handle, i local
168 CHARACTER(LEN=1, KIND=C_CHAR), TARGET :: cstring(plen)
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dipi_driver.F160 SUBROUTINE writebuffer_s(psockfd, fstring, plen) subroutine
165 CHARACTER(len=*), PARAMETER :: routineN = 'writebuffer_s', routineP = moduleN//':'//routineN argument
167 INTEGER :: handle, i local
168 CHARACTER(LEN=1, KIND=C_CHAR), TARGET :: cstring(plen)
/dports/science/dftbplus/dftbplus-19.1/external/fsockets/
H A Dfsockets.f90148 subroutine writebuffer_s(sockfd, fstring) subroutine
160 end subroutine writebuffer_s argument
/dports/science/quantum-espresso/q-e-qe-6.7.0/Modules/
H A Dfsockets.f90134 SUBROUTINE writebuffer_s (psockfd, fstring, plen) subroutine
136 INTEGER, INTENT(IN) :: psockfd
137 CHARACTER(LEN=*), INTENT(IN) :: fstring
138 INTEGER, INTENT(IN) :: plen
140 INTEGER :: i local
141 CHARACTER(LEN=1, KIND=C_CHAR), TARGET :: cstring(plen)
/dports/science/siesta/siesta-4.1.5/Src/
H A Dfsockets.f90208 SUBROUTINE writebuffer_s (psockfd, fstring, plen) subroutine
210 INTEGER, INTENT(IN) :: psockfd
211 CHARACTER(LEN=*), INTENT(IN) :: fstring
212 INTEGER,OPTIONAL, INTENT(IN) :: plen
213 INTEGER :: i local
214 INTEGER(KIND=C_INT), TARGET :: flen
215 CHARACTER(LEN=1, KIND=C_CHAR), POINTER :: cstring(:)