|
| subroutine | cmpblank (str) |
| |
| INTEGER function | cntpos (c_c, l_c, c_r, l_r) |
| |
| INTEGER function | findpos (c_c, l_c, c_r, l_r) |
| |
| subroutine | find_str (str_tab, str, pos) |
| |
| subroutine | nocomma (str) |
| |
| subroutine | strlowercase (str) |
| |
| subroutine | struppercase (str) |
| |
| subroutine | str_xfw (c_string, c_word, l_ok) |
| |
| subroutine stringop::cmpblank |
( |
character(len=*), intent(inout) |
str | ) |
|
| INTEGER function stringop::cntpos |
( |
character(len=*), intent(in) |
c_c, |
|
|
integer, intent(in) |
l_c, |
|
|
character(len=*), intent(in) |
c_r, |
|
|
integer, intent(in) |
l_r |
|
) |
| |
| subroutine stringop::find_str |
( |
character(len=*), dimension(:), intent(in) |
str_tab, |
|
|
character(len=*), intent(in) |
str, |
|
|
integer, intent(out) |
pos |
|
) |
| |
| INTEGER function stringop::findpos |
( |
character(len=*), intent(in) |
c_c, |
|
|
integer, intent(in) |
l_c, |
|
|
character(len=*), intent(in) |
c_r, |
|
|
integer, intent(in) |
l_r |
|
) |
| |
| subroutine stringop::nocomma |
( |
character(len=*) |
str | ) |
|
| subroutine stringop::str_xfw |
( |
character(len=*), intent(inout) |
c_string, |
|
|
character(len=*), intent(out) |
c_word, |
|
|
logical, intent(out) |
l_ok |
|
) |
| |
| subroutine stringop::strlowercase |
( |
character(len=*) |
str | ) |
|
| subroutine stringop::struppercase |
( |
character(len=*) |
str | ) |
|
The documentation for this module was generated from the following file: