OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_path
(Results
1 - 14
of
14
) sorted by relevancy
/src/sys/sys/
extattr.h
84
int extattrctl(const char *
_path
, int _cmd, const char *_filename,
88
int extattr_delete_file(const char *
_path
, int _attrnamespace,
90
int extattr_delete_link(const char *
_path
, int _attrnamespace,
94
ssize_t extattr_get_file(const char *
_path
, int _attrnamespace,
96
ssize_t extattr_get_link(const char *
_path
, int _attrnamespace,
100
ssize_t extattr_list_file(const char *
_path
, int _attrnamespace, void *_data,
102
ssize_t extattr_list_link(const char *
_path
, int _attrnamespace, void *_data,
106
int extattr_set_file(const char *
_path
, int _attrnamespace,
108
int extattr_set_link(const char *
_path
, int _attrnamespace,
acl.h
350
int __acl_aclcheck_file(const char *
_path
, acl_type_t _type,
352
int __acl_aclcheck_link(const char *
_path
, acl_type_t _type,
358
int __acl_get_file(const char *
_path
, acl_type_t _type, struct acl *_aclp);
359
int __acl_get_link(const char *
_path
, acl_type_t _type, struct acl *_aclp);
361
int __acl_set_file(const char *
_path
, acl_type_t _type, struct acl *_aclp);
362
int __acl_set_link(const char *
_path
, acl_type_t _type, struct acl *_aclp);
/src/external/cddl/osnet/sys/sys/
acl.h
347
int __acl_aclcheck_file(const char *
_path
, acl_type_t _type,
349
int __acl_aclcheck_link(const char *
_path
, acl_type_t _type,
355
int __acl_get_file(const char *
_path
, acl_type_t _type, struct acl *_aclp);
356
int __acl_get_link(const char *
_path
, acl_type_t _type, struct acl *_aclp);
358
int __acl_set_file(const char *
_path
, acl_type_t _type, struct acl *_aclp);
359
int __acl_set_link(const char *
_path
, acl_type_t _type, struct acl *_aclp);
/src/external/mpl/bind/dist/bin/tests/system/isctest/log/
watchlog.py
68
self.
_path
= path
107
f"Timeout reached watching {self.
_path
} for "
359
self._fd = open(self.
_path
, encoding="utf-8")
/src/external/gpl3/binutils/dist/gprofng/src/
LoadObject.h
127
int compare (const char *
_path
, const char *_runTimePath, DbeFile *df);
LoadObject.cc
239
LoadObject::compare (const char *
_path
, int64_t _checksum)
241
return _checksum == checksum && dbe_strcmp (
_path
, get_pathname ()) == 0;
245
LoadObject::compare (const char *
_path
, const char *_runTimePath, DbeFile *df)
248
if (dbe_strcmp (
_path
, get_pathname ()) != 0)
DbeSession.cc
1561
DbeSession::createSourceFile (const char *
_path
)
1563
char *path = (char *)
_path
;
/src/external/gpl3/binutils.old/dist/gprofng/src/
LoadObject.h
127
int compare (const char *
_path
, const char *_runTimePath, DbeFile *df);
LoadObject.cc
239
LoadObject::compare (const char *
_path
, int64_t _checksum)
241
return _checksum == checksum && dbe_strcmp (
_path
, get_pathname ()) == 0;
245
LoadObject::compare (const char *
_path
, const char *_runTimePath, DbeFile *df)
248
if (dbe_strcmp (
_path
, get_pathname ()) != 0)
DbeSession.cc
1561
DbeSession::createSourceFile (const char *
_path
)
1563
char *path = (char *)
_path
;
/src/external/gpl3/gcc.old/dist/libphobos/src/std/
path.d
2306
return
_path
[fs .. fe];
2328
while (fe < pe && !isDirSeparator(
_path
[fe]))
2337
return
_path
[bs .. be];
2359
while (bs > ps && !isDirSeparator(
_path
[bs - 1]))
2368
R
_path
;
2380
_path
= p;
2383
pe =
_path
.length;
2388
if (isUNC(
_path
))
2390
auto i = uncRootLength(
_path
);
2395
else if (isDriveRoot(
_path
))
[
all
...]
/src/external/gpl2/lvm2/dist/tools/
dmsetup.c
2686
char *
_path
;
local
2689
_path
= canonicalize_file_name(path);
2693
return
_path
;
/src/external/gpl2/gmake/dist/
job.c
2371
extern int _is_unixy_shell (const char *
_path
);
main.c
1615
extern int _is_unixy_shell (const char *
_path
);
Completed in 62 milliseconds
Indexes created Tue Sep 15 00:24:42 UTC 2026