Home
last modified time | relevance | path

Searched refs:slashp (Results 1 – 5 of 5) 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/sys/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.c1026 char *slashp = strrchr(fsname, '/'); in recv_impl() local
1027 if (slashp == NULL) in recv_impl()
1029 *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()