Home
last modified time | relevance | path

Searched refs:name_max (Results 1 – 1 of 1) sorted by relevance

/xen-4.10.0-shim-comet/tools/libfsimage/common/
A Dfsimage_plugin.c128 size_t name_max; in load_plugins() local
135 if ((name_max = pathconf(fsdir, _PC_NAME_MAX)) == -1) in load_plugins()
138 if ((tmp = malloc(name_max + 1)) == NULL) in load_plugins()
159 (void) snprintf(tmp, name_max, "%s/%s/fsimage.so", fsdir, in load_plugins()

Completed in 2 milliseconds