| /openbmc/u-boot/scripts/dtc/ |
| H A D | srcpos.c | 39 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 D | 7a75d76c2d6bfb917f30ced8f5c0a9a4157f7819.patch | 20 - self.assertMinified('x.replace(/\//, "_")// slash to underscore', 22 + self.assertMinified('x.replace(/\\//, "_")// slash to underscore',
|
| /openbmc/qemu/hw/i386/kvm/ |
| H A D | xenstore_impl.c | 602 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 D | libvpx-configure-support-blank-prefix.patch | 36 + # Strip trailing slash
|
| /openbmc/u-boot/cmd/ |
| H A D | pxe.c | 743 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 D | MAINTAINERS | 19 A trailing slash includes all files and subdirectory files.
|
| /openbmc/u-boot/scripts/kconfig/ |
| H A D | confdata.c | 752 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 D | flac_1.5.0.bb | 43 # there is also one root path without trailing slash
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/ |
| H A D | tftp-0.42-tftpboot.patch | 54 @@ -30,5 +30,5 @@ rg \\ / # Convert backslashes to slash
|
| /openbmc/docs/designs/ |
| H A D | binarystore-via-blobs.md | 67 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 D | 0008-libtool-Avoid-relinking-when-cross-compiling-its-poi.patch | 39 # Strip any trailing slash from the destination.
|
| /openbmc/openbmc/poky/documentation/migration-guides/ |
| H A D | migration-5.0.rst | 184 See :ref:`virtual-slash <qa-check-virtual-slash>` for details.
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/vboxguestdrivers/ |
| H A D | vboxguestdrivers_7.1.8.bb | 58 …_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 D | CONTRIBUTING.md | 216 "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 D | rest-api.md | 33 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 D | sv | 202 slash 0x8 shift
|
| H A D | sl | 197 slash 0x08 shift
|
| H A D | ru | 199 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 D | CVE-2013-4420.patch | 67 + /* advance pointer past the next slash */
|
| /openbmc/u-boot/lib/ |
| H A D | fdtdec.c | 521 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 D | 0001-archival-disallow-path-traversals-CVE-2023-39810.patch | 74 char *slash = strrchr(dst_name, '/');
|
| /openbmc/openbmc/poky/meta/recipes-extended/gperf/gperf/ |
| H A D | 1862c6e57a308a05889c80c048dbc58bdc378dcb.patch | 114 + must be followed by a slash,
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gammu/gammu/ |
| H A D | gammurc | 127 ; | Optionally you can also include channel after slash
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | rest_client.robot | 268 # Make sure uri ends with slash. 301 # Make sure uri ends with slash.
|
| /openbmc/bmcweb/docs/ |
| H A D | COMMON_ERRORS.md | 203 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
|