| 120 | */ |
| 121 | |
| 122 | static int copy_vmsfilespec( char * f, int type ) |
| 123 | { |
| 124 | assert ( NULL != m_vmsfilespec && "Must be bound to a valid object" ); |
| 125 | |
| 126 | string_copy( m_vmsfilespec, f ); |
| 127 | |
| 128 | /* 0:Exit on first match (1:Process all) */ |
| 129 | return 0; |
| 130 | } |
| 131 | |
| 132 | |
| 133 | static int translate_path_posix2vms( string * path ) |
nothing calls this directly
no test coverage detected