OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:slashp
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/tcpdump/dist/
instrument-functions.c
228
char *
slashp
= strrchr(file, '/');
local
229
if (
slashp
!= NULL)
230
file =
slashp
+ 1;
/src/external/cddl/osnet/dist/lib/libzfs_core/common/
libzfs_core.c
624
char *
slashp
= strrchr(zc.zc_name, '/');
local
625
if (
slashp
== NULL)
627
*
slashp
= '\0';
/src/usr.sbin/catman/
catman.c
140
const char *p, *
slashp
;
local
193
slashp
= p[strlen(p) - 1] == '/' ? "" : "/";
198
p,
slashp
, e_subp->s, machine);
216
slashp
=
222
e_defp->s,
slashp
, e_subp->s, machine);
237
slashp
= p[strlen(p) - 1] == '/' ? "" : "/";
242
p,
slashp
, e_subp->s, machine);
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_vfsops.c
1634
char *
slashp
;
local
1643
slashp
= strchr(bpath, '/');
1646
if (
slashp
== NULL) {
1651
if (str_to_uint64(
slashp
+1, &objnum)) {
1655
*
slashp
= '\0';
1657
*
slashp
= '/';
/src/external/cddl/osnet/dist/lib/libzfs/common/
libzfs_dataset.c
2995
char *
slashp
;
local
2999
if ((
slashp
= strrchr(buf, '/')) == NULL)
3001
*
slashp
= '\0';
/src/lib/libc/time/
zic.c
3144
char const *
slashp
= strchr(format, '/');
local
3146
if (
slashp
== NULL) {
3156
strlcpy(abbr,
slashp
+ 1, abbrlen);
3158
char *abbrend = mempcpy(abbr, format,
slashp
- format);
Completed in 28 milliseconds
Indexes created Sun Mar 15 00:25:29 UTC 2026