Searched refs:_path (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/sys/sys/
H A Dextattr.h76 int extattrctl(const char *_path, int _cmd, const char *_filename,
79 int extattr_delete_file(const char *_path, int _attrnamespace,
81 int extattr_delete_link(const char *_path, int _attrnamespace,
85 ssize_t extattr_get_file(const char *_path, int _attrnamespace,
87 ssize_t extattr_get_link(const char *_path, int _attrnamespace,
91 ssize_t extattr_list_file(const char *_path, int _attrnamespace, void *_data,
93 ssize_t extattr_list_link(const char *_path, int _attrnamespace, void *_data,
97 ssize_t extattr_set_file(const char *_path, int _attrnamespace,
99 ssize_t extattr_set_link(const char *_path, int _attrnamespace,
H A Dmac.h90 int mac_get_file(const char *_path, mac_t _label);
91 int mac_get_link(const char *_path, mac_t _label);
102 int mac_set_file(const char *_path, mac_t _label);
103 int mac_set_link(const char *_path, mac_t _label);
H A Dacl.h335 int __acl_aclcheck_file(const char *_path, acl_type_t _type,
337 int __acl_aclcheck_link(const char *_path, acl_type_t _type,
343 int __acl_get_file(const char *_path, acl_type_t _type, struct acl *_aclp);
344 int __acl_get_link(const char *_path, acl_type_t _type, struct acl *_aclp);
346 int __acl_set_file(const char *_path, acl_type_t _type, struct acl *_aclp);
347 int __acl_set_link(const char *_path, acl_type_t _type, struct acl *_aclp);
H A Dpmclog.h273 void pmclog_process_pmcattach(struct pmc *_pm, pid_t _pid, char *_path);
278 uintfptr_t _startaddr, char *_path);
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/ReaderWriter/
H A DYamlContext.h37 StringRef _path; member in struct:lld::YamlContext
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/Core/
H A DFile.h72 return _path;
74 _archiveMemberPath = (_archivePath + "(" + _path + ")").str();
84 StringRef memberPath() const { return _path; }
217 : _path(p), _kind(kind), _ordinal(UINT64_MAX),
231 StringRef _path; member in class:lld::File
/freebsd-11-stable/lib/libfigpar/
H A Dfigpar.h91 const char *_path,
/freebsd-11-stable/lib/libutil/
H A Dlibutil.h95 int flopen(const char *_path, int _flags, ...);
119 pidfile_open(const char *_path, mode_t _mode, pid_t *_pidptr);
129 int _secure_path(const char *_path, uid_t _uid, gid_t _gid);
188 int quota_check_path(const struct quotafile *_qf, const char *_path);
/freebsd-11-stable/usr.sbin/adduser/
H A Dadduser.sh108 while read _path _junk ; do
109 case $_path in
113 echo -n "${_prefix}`basename $_path`"
144 while read _path _junk ; do
145 case "$_path" in
149 if [ "$_path" = "$_shell" -o \
150 "`basename $_path`" = "$_shell" ]; then
151 echo $_path
/freebsd-11-stable/crypto/openssh/regress/
H A Dforward-control.sh12 _path=$1
14 while test ! -f $_path ; do
15 test $_n -eq 1 && trace "waiting for $_path to appear"
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/YAML/
H A DReaderWriterYAML.cpp577 : ArchiveLibraryFile(file->path()), _path(file->path()) {
620 StringRef _path; local
635 _rnb(new RefNameBuilder(*file)), _path(file->path()),
680 StringRef _path; member in class:llvm::yaml::SequenceTraits::NormalizedFile
711 io.mapOptional("path", keys->_path);
731 io.mapOptional("path", keys->_path);
1364 yamlContext._path = mb->getBufferIdentifier();
/freebsd-11-stable/usr.sbin/pmcstat/
H A Dpmcstat_log.c239 _path, int _iskernelmodule);
253 pmcstat_interned_string _path, uintfptr_t _entryaddr);
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileYAML.cpp768 auto fileOrError = normalizedToAtoms(nf, info->_path, true);

Completed in 289 milliseconds