Searched refs:slashp (Results 1 – 6 of 6) sorted by relevance
| /freebsd/usr.bin/apply/ |
| H A D | apply.c | 63 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 D | instrument-functions.c | 228 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 D | instrument-functions.c | 228 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 D | libzfs_core.c | 1104 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 D | zic.c | 3137 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 D | libzfs_dataset.c | 3267 char *slashp; in parent_name() local 3271 if ((slashp = strrchr(buf, '/')) == NULL) in parent_name() 3273 *slashp = '\0'; in parent_name()
|