Home
last modified time | relevance | path

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

123

/openbmc/u-boot/scripts/dtc/
H A Dsrcpos.c39 const char *slash = strrchr(path, '/'); in get_dirname() local
41 if (slash) { in get_dirname()
42 int len = slash - path; in get_dirname()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-jsmin/
H A D7a75d76c2d6bfb917f30ced8f5c0a9a4157f7819.patch20 - self.assertMinified('x.replace(/\//, "_")// slash to underscore',
22 + self.assertMinified('x.replace(/\\//, "_")// slash to underscore',
/openbmc/qemu/hw/i386/kvm/
H A Dxenstore_impl.c602 char *slash; in xs_node_walk() local
604 slash = strchr(child_name, '/'); in xs_node_walk()
605 if (slash) { in xs_node_walk()
606 *slash = '\0'; in xs_node_walk()
1619 char *slash = strchr(path, '/'); in lookup_node() local
1626 if (slash) { in lookup_node()
1627 *slash = '\0'; in lookup_node()
1634 if (!slash) { in lookup_node()
1638 *slash = '/'; in lookup_node()
1642 return lookup_node(child, slash + 1); in lookup_node()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/webm/libvpx/
H A Dlibvpx-configure-support-blank-prefix.patch36 + # Strip trailing slash
/openbmc/u-boot/cmd/
H A Dpxe.c743 char *f1, *f2, *f3, *f4, *slash; in label_boot() local
766 slash = "./"; in label_boot()
768 slash = "/"; in label_boot()
770 slash = ""; in label_boot()
772 len = strlen(label->fdtdir) + strlen(slash) + in label_boot()
782 label->fdtdir, slash, f1, f2, f3, f4); in label_boot()
/openbmc/openbmc/meta-openembedded/meta-networking/
H A DMAINTAINERS19 A trailing slash includes all files and subdirectory files.
/openbmc/u-boot/scripts/kconfig/
H A Dconfdata.c752 char *slash; in conf_write() local
758 } else if ((slash = strrchr(name, '/'))) { in conf_write()
759 int size = slash - name + 1; in conf_write()
762 if (slash[1]) in conf_write()
763 basename = slash + 1; in conf_write()
/openbmc/openbmc/poky/meta/recipes-multimedia/flac/
H A Dflac_1.5.0.bb43 # there is also one root path without trailing slash
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/
H A Dtftp-0.42-tftpboot.patch54 @@ -30,5 +30,5 @@ rg \\ / # Convert backslashes to slash
/openbmc/docs/designs/
H A Dbinarystore-via-blobs.md67 A "base id" begins and ends with a forward slash. It is analogous to a Unix
71 A "file id" begins with a forward slash but must not have a slash at the end,
/openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool/
H A D0008-libtool-Avoid-relinking-when-cross-compiling-its-poi.patch39 # Strip any trailing slash from the destination.
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-5.0.rst184 See :ref:`virtual-slash <qa-check-virtual-slash>` for details.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/vboxguestdrivers/
H A Dvboxguestdrivers_7.1.8.bb58 …_DIR must be a kernel build folder and end with /build without a trailing slash, or KERN_VER must …
/openbmc/openbmc-test-automation/
H A DCONTRIBUTING.md216 "etc.". Separate such values with a slash.
441 dir_path variables to ensure that they contain a trailing slash. If we
444 trailing slash. Therefore, they can safely do this kind of thing:
785 variables to ensure that they contain a trailing slash. If we follow that
787 program, the programmer can count on the value having a trailing slash.
/openbmc/docs/
H A Drest-api.md33 name, with no trailing slash. For example:
73 - When a path has a trailing-slash, the response will list the sub objects of
74 the URL. For example, using the same object path as above, but adding a slash:
/openbmc/qemu/pc-bios/keymaps/
H A Dsv202 slash 0x8 shift
H A Dsl197 slash 0x08 shift
H A Dru199 slash 0x2b shift
237 # evdev 53 (0x35), QKeyCode "slash", number 0x35
348 slash 0x56
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/files/
H A DCVE-2013-4420.patch67 + /* advance pointer past the next slash */
/openbmc/u-boot/lib/
H A Dfdtdec.c521 const char *slash; in fdtdec_get_alias_seq() local
530 slash = strrchr(prop, '/'); in fdtdec_get_alias_seq()
531 if (strcmp(slash + 1, find_name)) in fdtdec_get_alias_seq()
/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/
H A D0001-archival-disallow-path-traversals-CVE-2023-39810.patch74 char *slash = strrchr(dst_name, '/');
/openbmc/openbmc/poky/meta/recipes-extended/gperf/gperf/
H A D1862c6e57a308a05889c80c048dbc58bdc378dcb.patch114 + must be followed by a slash,
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gammu/gammu/
H A Dgammurc127 ; | Optionally you can also include channel after slash
/openbmc/openbmc-test-automation/lib/
H A Drest_client.robot268 # Make sure uri ends with slash.
301 # Make sure uri ends with slash.
/openbmc/bmcweb/docs/
H A DCOMMON_ERRORS.md203 route handler will detect routes ending in slash and generate routes for both
204 the route ending in slash and the one without. This allows both URLs to be used

123