OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:with_slash
(Results
1 - 1
of
1
) sorted by relevancy
/src/tests/fs/vfs/
t_vnops.c
180
char plain[MAXPATHLEN],
with_slash
[MAXPATHLEN];
local
187
snprintf(
with_slash
, sizeof(
with_slash
), "%s/dir/", mountpath);
188
if (rump_sys_mkdir(
with_slash
, 0777) == -1)
194
if (rump_sys_stat(
with_slash
, &sb) != -1 || errno != ENOENT)
Completed in 21 milliseconds
Indexes created Mon May 04 00:23:20 UTC 2026