| /src/external/bsd/tcpdump/dist/ |
| instrument-functions.c | 228 char *slashp = strrchr(file, '/'); local 229 if (slashp != NULL) 230 file = slashp + 1;
|
| /src/external/bsd/libpcap/dist/ |
| instrument-functions.c | 228 char *slashp = strrchr(file, '/'); local 229 if (slashp != NULL) 230 file = slashp + 1;
|
| /src/usr.sbin/catman/ |
| catman.c | 140 const char *p, *slashp; local 193 slashp = p[strlen(p) - 1] == '/' ? "" : "/"; 198 p, slashp, e_subp->s, machine); 216 slashp = 222 e_defp->s, slashp, e_subp->s, machine); 237 slashp = p[strlen(p) - 1] == '/' ? "" : "/"; 242 p, slashp, e_subp->s, machine);
|
| /src/external/cddl/osnet/dist/lib/libzfs_core/common/ |
| libzfs_core.c | 624 char *slashp = strrchr(zc.zc_name, '/'); local 625 if (slashp == NULL) 627 *slashp = '\0';
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| zfs_vfsops.c | 1592 char *slashp; local 1601 slashp = strchr(bpath, '/'); 1604 if (slashp == NULL) { 1609 if (str_to_uint64(slashp+1, &objnum)) { 1613 *slashp = '\0'; 1615 *slashp = '/';
|
| /src/lib/libc/time/ |
| zic.c | 3151 char const *slashp = strchr(format, '/'); local 3153 if (slashp == NULL) { 3163 strlcpy(abbr, slashp + 1, abbrlen); 3165 char *abbrend = mempcpy(abbr, format, slashp - format);
|
| /src/external/cddl/osnet/dist/lib/libzfs/common/ |
| libzfs_dataset.c | 2995 char *slashp; local 2999 if ((slashp = strrchr(buf, '/')) == NULL) 3001 *slashp = '\0';
|