Searched refs:slash (Results 1 – 6 of 6) sorted by relevance
348 char *slash, *path = argv[optind]; in perform() local362 slash = strrchr(p, '/'); in perform()363 if (slash) { in perform()366 *slash = '\0'; in perform()
498 char *slash = strrchr(node + 1, '/'); in get_parent() local500 parent = slash ? talloc_asprintf(ctx, "%.*s", (int)(slash - node), node) in get_parent()1716 char *slash; in clean_store_() local1725 slash = strchr(name, '/'); in clean_store_()1726 if (slash) in clean_store_()1727 *slash = 0; in clean_store_()
751 char *slash; in conf_write() local757 } 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()
260 (looked for in F</etc/xen/scripts>, if it doesn't contain a slash).
38 the four punctuation characters -/_@ (hyphen slash underscore atsign).
84 A trailing slash includes all files and subdirectory files.
Completed in 17 milliseconds