Home
last modified time | relevance | path

Searched refs:slashp (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.bin/apply/
H A Dapply.c63 char *cmd, *name, *p, *shell, *slashp, *tmpshell; in main() local
120 slashp = strrchr(shell, '/'); in main()
121 name = (slashp != NULL) ? slashp + 1 : shell; in main()
/freebsd/sys/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.c1020 char *slashp = strrchr(fsname, '/'); in recv_impl() local
1021 if (slashp == NULL) in recv_impl()
1023 *slashp = '\0'; in recv_impl()
/freebsd/contrib/tzcode/
H A Dzic.c2880 register char * slashp; in doabbr() local
2884 slashp = strchr(format, '/'); in doabbr()
2885 if (slashp == NULL) { in doabbr()
2895 strcpy(abbr, slashp + 1); in doabbr()
2897 memcpy(abbr, format, slashp - format); in doabbr()
2898 abbr[slashp - format] = '\0'; in doabbr()
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_dataset.c3477 char *slashp; in parent_name() local
3481 if ((slashp = strrchr(buf, '/')) == NULL) in parent_name()
3483 *slashp = '\0'; in parent_name()