#include "tools_API.h"#include <sys/types.h>Go to the source code of this file.
Functions | |
| tools_API int | Parse (char *str, char *argv[], int max) |
| tools_API int | ParseAlloc (char *str, char *argv[], int max) |
| tools_API int | ParseInPlace (char *str, char *argv[], int max) |
| tools_API void | HoudiniError (const char *format,...) |
| tools_API void | HoudiniWarning (const char *format,...) |
| tools_API void | Silent (int flag) |
| tools_API void | Libprintf (const char *format,...) |
| tools_API void | LibprintfErrno (const char *format,...) |
| tools_API void | LibSilent (int flag) |
| tools_API void | Libperror (const char *s) |
| tools_API const char * | LibGetError (void) |
| tools_API int | HoudiniSearchPath (const char *file, const char *path, char *result) |
| tools_API int | FindAllPath (const char *file, const char *path, char *result[], int size) |
| tools_API int | PathSearch (const char *file, const char *pathvar, char *result) |
| tools_API int | PathSearchDefault (const char *file, const char *pathvar, const char *default_path, char *result) |
| tools_API char * | PrismsGetPath (const char *relative_path) |
| tools_API int | GetPrismsFileType (const char *file) |
| tools_API const char * | GetPrismsFileExtension (int type) |
| tools_API int FindAllPath | ( | const char * | file, | |
| const char * | path, | |||
| char * | result[], | |||
| int | size | |||
| ) |
| tools_API const char* GetPrismsFileExtension | ( | int | type | ) |
| tools_API int GetPrismsFileType | ( | const char * | file | ) |
| tools_API void HoudiniError | ( | const char * | format, | |
| ... | ||||
| ) |
| tools_API int HoudiniSearchPath | ( | const char * | file, | |
| const char * | path, | |||
| char * | result | |||
| ) |
| tools_API void HoudiniWarning | ( | const char * | format, | |
| ... | ||||
| ) |
| tools_API const char* LibGetError | ( | void | ) |
| tools_API void Libperror | ( | const char * | s | ) |
| tools_API void Libprintf | ( | const char * | format, | |
| ... | ||||
| ) |
| tools_API void LibprintfErrno | ( | const char * | format, | |
| ... | ||||
| ) |
| tools_API void LibSilent | ( | int | flag | ) |
| tools_API int Parse | ( | char * | str, | |
| char * | argv[], | |||
| int | max | |||
| ) |
| tools_API int ParseAlloc | ( | char * | str, | |
| char * | argv[], | |||
| int | max | |||
| ) |
| tools_API int ParseInPlace | ( | char * | str, | |
| char * | argv[], | |||
| int | max | |||
| ) |
| tools_API int PathSearch | ( | const char * | file, | |
| const char * | pathvar, | |||
| char * | result | |||
| ) |
| tools_API int PathSearchDefault | ( | const char * | file, | |
| const char * | pathvar, | |||
| const char * | default_path, | |||
| char * | result | |||
| ) |
| tools_API char* PrismsGetPath | ( | const char * | relative_path | ) |
| tools_API void Silent | ( | int | flag | ) |
1.5.9