![]() |
|
filename.c File ReferenceImplementation of the functions operating on sets of Tfilename. More... #include "filename.h" #include "error.h" #include "defines.h" #include <string.h> #include <stdio.h> #include <stdlib.h> #include <unistd.h> Go to the source code of this file.
Detailed DescriptionFunctions to deal with Tfilename.
Definition in file filename.c. Function Documentation
Generates a Tfilename structure.
Definition at line 21 of file filename.c. References Tfilename::baseName, Error(), Tfilename::ext, Tfilename::fullName, Tfilename::name, NEW, and Tfilename::path. Referenced by InitParametersFromFile(), main(), PrintWorldCS(), and SampleCuikSystemInBox().
Here is the call graph for this function:
![]()
Here is the caller graph for this function:
![]()
Gets the file full name (paht+name+extension).
Definition at line 130 of file filename.c. References Tfilename::fullName. Referenced by InitParametersFromFile(), main(), PrintWorldCS(), and SampleCuikSystemInBox().
Here is the caller graph for this function:
![]()
Gets the file path.
Definition at line 135 of file filename.c. References Tfilename::path. Referenced by PrintWorldCS().
Here is the caller graph for this function:
![]()
Gets the file name.
Definition at line 140 of file filename.c. References Tfilename::name. Referenced by PrintWorldCS().
Here is the caller graph for this function:
![]()
Gets the file base name (paht+name).
Definition at line 145 of file filename.c. References Tfilename::baseName.
Gets the file extension.
Definition at line 150 of file filename.c. References Tfilename::ext.
Deleltes the Tfilename structure.
Definition at line 155 of file filename.c. References Tfilename::ext, Tfilename::fullName, Tfilename::name, and Tfilename::path. Referenced by InitParametersFromFile(), main(), PrintWorldCS(), and SampleCuikSystemInBox().
Here is the caller graph for this function:
![]() |