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

/freebsd-11-stable/usr.bin/apply/
H A Dapply.c70 char *cmd, *name, *p, *shell, *slashp, *tmpshell; local
127 slashp = strrchr(shell, '/');
128 name = (slashp != NULL) ? slashp + 1 : shell;
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs_core/common/
H A Dlibzfs_core.c717 char *slashp = strrchr(zc.zc_name, '/'); local
718 if (slashp == NULL)
720 *slashp = '\0';
/freebsd-11-stable/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-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vfsops.c1494 char *slashp; local
1503 slashp = strchr(bpath, '/');
1506 if (slashp == NULL) {
1511 if (str_to_uint64(slashp+1, &objnum)) {
1515 *slashp = '\0';
1517 *slashp = '/';
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_dataset.c3256 char *slashp; local
3260 if ((slashp = strrchr(buf, '/')) == NULL)
3262 *slashp = '\0';

Completed in 176 milliseconds