Searched refs:rootdir_prepend (Results 1 – 1 of 1) sorted by relevance
| /openbmc/openbmc/poky/meta/recipes-devtools/makedevs/makedevs/ |
| H A D | makedevs.c | 39 static char *rootdir_prepend = default_rootdir; variable 387 sprintf(path, "%s/%s", rootdir_prepend, name); in interpret_table_entry() 413 sprintf(path, "%s/%s%d", rootdir_prepend, name, i); in interpret_table_entry() 417 sprintf(path, "%s/%s\0", rootdir_prepend, buf); in interpret_table_entry() 550 rootdir_prepend = xstrdup(""); in main() 552 rootdir_prepend = xstrdup(rootdir); in main()
|