| libgutenprint API Reference 5.3.4-2022-06-24T01-00-8808d602
    | 
Simple directory path functions. More...
| Functions | |
| stp_list_t * | stp_path_search (stp_list_t *dirlist, const char *suffix) | 
| void | stp_path_split (stp_list_t *list, const char *path) | 
| stp_list_t * | stp_generate_path (const char *path) | 
| stp_list_t * | stp_data_path (void) | 
| stp_list_t * | stpi_list_files_on_data_path (const char *name) | 
| char * | stpi_path_merge (const char *path, const char *file) | 
| char * | stp_path_find_file (const char *path, const char *file) | 
Simple directory path functions.
| stp_list_t * stp_data_path | ( | void | ) | 
| stp_list_t * stp_generate_path | ( | const char * | path | ) | 
| char * stp_path_find_file | ( | const char * | path, | 
| const char * | file | ||
| ) | 
| stp_list_t * stp_path_search | ( | stp_list_t * | dirlist, | 
| const char * | suffix | ||
| ) | 
| void stp_path_split | ( | stp_list_t * | list, | 
| const char * | path | ||
| ) | 
| stp_list_t * stpi_list_files_on_data_path | ( | const char * | name | ) | 
| char * stpi_path_merge | ( | const char * | path, | 
| const char * | file | ||
| ) |