MCPcopy Create free account
hub / github.com/boostorg/build / copy_vmsfilespec

Function copy_vmsfilespec

src/engine/pathvms.cpp:122–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 */
121
122static 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
133static int translate_path_posix2vms( string * path )

Callers

nothing calls this directly

Calls 1

string_copyFunction · 0.85

Tested by

no test coverage detected