Home
last modified time | relevance | path

Searched refs:slashp (Results 1 – 6 of 6) 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/contrib/tcpdump/
H A Dinstrument-functions.c228 char *slashp = strrchr(file, '/'); in print_debug() local
229 if (slashp != NULL) in print_debug()
230 file = slashp + 1; in print_debug()
/freebsd/contrib/libpcap/
H A Dinstrument-functions.c228 char *slashp = strrchr(file, '/'); in print_debug() local
229 if (slashp != NULL) in print_debug()
230 file = slashp + 1; in print_debug()
/freebsd/sys/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.c1104 char *slashp = strrchr(fsname, '/'); in recv_impl() local
1105 if (slashp == NULL) in recv_impl()
1107 *slashp = '\0'; in recv_impl()
/freebsd/contrib/tzcode/
H A Dzic.c3137 char const *slashp = strchr(format, '/'); in doabbr() local
3139 if (slashp == NULL) { in doabbr()
3149 strcpy(abbr, slashp + 1); in doabbr()
3151 char *abbrend = mempcpy(abbr, format, slashp - format); in doabbr()
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_dataset.c3267 char *slashp; in parent_name() local
3271 if ((slashp = strrchr(buf, '/')) == NULL) in parent_name()
3273 *slashp = '\0'; in parent_name()