Searched refs:slashp (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/usr.bin/apply/
H A Dapply.c68 char *cmd, *name, *p, *shell, *slashp, *tmpshell; local
125 slashp = strrchr(shell, '/');
126 name = (slashp != NULL) ? slashp + 1 : shell;
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzfs_core/common/
H A Dlibzfs_core.c597 char *slashp = strrchr(zc.zc_name, '/'); local
598 if (slashp == NULL)
600 *slashp = '\0';
/freebsd-9.3-release/contrib/tzcode/zic/
H A Dzic.c1759 register char * slashp; local
1762 slashp = strchr(format, '/');
1763 if (slashp == NULL) {
1768 (void) strcpy(abbr, slashp + 1);
1770 if (slashp > format)
1772 (unsigned) (slashp - format));
1773 abbr[slashp - format] = '\0';
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vfsops.c1315 char *slashp; local
1324 slashp = strchr(bpath, '/');
1327 if (slashp == NULL) {
1332 if (str_to_uint64(slashp+1, &objnum)) {
1336 *slashp = '\0';
1338 *slashp = '/';
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_dataset.c2858 char *slashp; local
2862 if ((slashp = strrchr(buf, '/')) == NULL)
2864 *slashp = '\0';

Completed in 82 milliseconds