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

/freebsd-10.0-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-10.0-release/cddl/contrib/opensolaris/lib/libzfs_core/common/
H A Dlibzfs_core.c585 char *slashp = strrchr(zc.zc_name, '/'); local
586 if (slashp == NULL)
588 *slashp = '\0';
/freebsd-10.0-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-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vfsops.c1314 char *slashp; local
1323 slashp = strchr(bpath, '/');
1326 if (slashp == NULL) {
1331 if (str_to_uint64(slashp+1, &objnum)) {
1335 *slashp = '\0';
1337 *slashp = '/';
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_dataset.c2762 char *slashp; local
2766 if ((slashp = strrchr(buf, '/')) == NULL)
2768 *slashp = '\0';

Completed in 174 milliseconds