Guardian Procedure Calls Reference Manual (G06.25+)
Guardian Procedure Calls (P)
Guardian Procedure Calls Reference Manual—522629-013
12-8
PATHNAME_TO_FILENAME_ Procedure
•
The resident memory used by the calling process increases by a small amount.
Example in C
ret = PATHNAME_TO_FILENAME_(
argv[1], /* OSS Pathname */
filename, /* Guardian file name buffer */
64, /* size of file name buffer */
&filelen, /* length of file name */
&status ); /* if = 1, Guardian file (/G)
if = 0, OSS file */
Related Programming Manual
For programming information about the PATHNAME_TO_FILENAME_ procedure, refer
to the
Open System Services Programmer’s Guide.