libuproc
1.2.0
|
Go to the source code of this file.
Functions | |
uproc_idmap * | uproc_idmap_create (void) |
Create idmap object. More... | |
void | uproc_idmap_destroy (uproc_idmap *map) |
Destroy idmap object. More... | |
uproc_family | uproc_idmap_family (uproc_idmap *map, const char *name) |
Get family number. More... | |
char * | uproc_idmap_str (const uproc_idmap *map, uproc_family family) |
Get family string. More... | |
uproc_idmap * | uproc_idmap_loads (uproc_io_stream *stream) |
Load idmap from stream. More... | |
uproc_idmap * | uproc_idmap_load (enum uproc_io_type iotype, const char *pathfmt,...) |
Load idmap from file. More... | |
uproc_idmap * | uproc_idmap_loadv (enum uproc_io_type iotype, const char *pathfmt, va_list ap) |
Load idmap from file. More... | |
int | uproc_idmap_stores (const uproc_idmap *map, uproc_io_stream *stream) |
Store idmap to stream. More... | |
int | uproc_idmap_storev (const uproc_idmap *map, enum uproc_io_type iotype, const char *pathfmt, va_list ap) |
Store idmap to file. More... | |
int | uproc_idmap_store (const uproc_idmap *map, enum uproc_io_type iotype, const char *pathfmt,...) |
Store idmap to file. More... | |
Module: ID map.