OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:slashp
(Results
1 - 2
of
2
) sorted by relevancy
/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/lib/libc/time/
zic.c
3120
register const char *
slashp
;
local
3124
slashp
= strchr(format, '/');
3125
if (
slashp
== NULL) {
3135
strlcpy(abbr,
slashp
+ 1, abbrlen);
3137
char *abbrend = mempcpy(abbr, format,
slashp
- format);
Completed in 17 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026