Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/xenstore/
A Dxenstore_client.c348 char *slash, *path = argv[optind]; in perform() local
362 slash = strrchr(p, '/'); in perform()
363 if (slash) { in perform()
366 *slash = '\0'; in perform()
A Dxenstored_core.c498 char *slash = strrchr(node + 1, '/'); in get_parent() local
500 parent = slash ? talloc_asprintf(ctx, "%.*s", (int)(slash - node), node) in get_parent()
1716 char *slash; in clean_store_() local
1725 slash = strchr(name, '/'); in clean_store_()
1726 if (slash) in clean_store_()
1727 *slash = 0; in clean_store_()
/xen-4.10.0-shim-comet/xen/tools/kconfig/
A Dconfdata.c751 char *slash; in conf_write() local
757 } else if ((slash = strrchr(name, '/'))) { in conf_write()
758 int size = slash - name + 1; in conf_write()
761 if (slash[1]) in conf_write()
762 basename = slash + 1; in conf_write()
/xen-4.10.0-shim-comet/docs/man/
A Dxl-disk-configuration.pod.5260 (looked for in F</etc/xen/scripts>, if it doesn't contain a slash).
/xen-4.10.0-shim-comet/docs/misc/
A Dxenstore.txt38 the four punctuation characters -/_@ (hyphen slash underscore atsign).
/xen-4.10.0-shim-comet/
A DMAINTAINERS84 A trailing slash includes all files and subdirectory files.

Completed in 17 milliseconds