Searched refs:follow (Results 1 - 25 of 49) sorted by relevance

12

/freebsd-current/sys/compat/linux/
H A Dlinux_xattr.c58 int follow; member in struct:listxattr_args
68 int follow; member in struct:setxattr_args
77 int follow; member in struct:getxattr_args
84 int follow; member in struct:removexattr_args
163 attrnamespace, &auio, args->follow, UIO_USERSPACE);
218 .follow = FOLLOW,
232 .follow = NOFOLLOW,
246 .follow = 0,
263 attrname, args->follow, UIO_USERSPACE);
277 .follow
[all...]
/freebsd-current/usr.bin/tail/
H A Dextern.h63 void follow(file_info_t *, enum STYLE, off_t);
H A Dtail.c177 * If displaying in reverse, don't permit follow option, and convert
221 follow(files, style, off);
264 follow(&file, style, off);
/freebsd-current/sys/kern/
H A Dvfs_extattr.c52 size_t nbytes, int follow);
55 size_t nbytes, int follow);
57 int attrnamespace, const char *attrname, int follow);
59 int attrnamespace, void *data, size_t nbytes, int follow);
303 const char *uattrname, void *data, size_t nbytes, int follow)
312 attrname, data, nbytes, follow, UIO_USERSPACE));
317 const char *attrname, void *data, size_t nbytes, int follow,
326 NDINIT(&nd, LOOKUP, follow | AUDITVNODE1, pathseg, path);
489 const char *uattrname, void *data, size_t nbytes, int follow)
498 attrname, data, nbytes, follow, UIO_USERSPAC
302 user_extattr_set_path(struct thread *td, const char *path, int attrnamespace, const char *uattrname, void *data, size_t nbytes, int follow) argument
316 kern_extattr_set_path(struct thread *td, const char *path, int attrnamespace, const char *attrname, void *data, size_t nbytes, int follow, enum uio_seg pathseg) argument
488 user_extattr_get_path(struct thread *td, const char *path, int attrnamespace, const char *uattrname, void *data, size_t nbytes, int follow) argument
502 kern_extattr_get_path(struct thread *td, const char *path, int attrnamespace, const char *attrname, void *data, size_t nbytes, int follow, enum uio_seg pathseg) argument
641 user_extattr_delete_path(struct thread *td, const char *path, int attrnamespace, const char *uattrname, int follow) argument
655 kern_extattr_delete_path(struct thread *td, const char *path, int attrnamespace, const char *attrname, int follow, enum uio_seg pathseg) argument
810 user_extattr_list_path(struct thread *td, const char *path, int attrnamespace, void *data, size_t nbytes, int follow) argument
835 kern_extattr_list_path(struct thread *td, const char *path, int attrnamespace, struct uio *auiop, int follow, enum uio_seg pathseg) argument
[all...]
H A Dvfs_acl.c67 acl_type_t type, struct acl *aclp, int follow);
69 acl_type_t type, int follow);
71 acl_type_t type, struct acl *aclp, int follow);
73 acl_type_t type, const struct acl *aclp, int follow);
359 * Given a file path, get an ACL for it; don't follow links.
371 struct acl *aclp, int follow)
376 NDINIT(&nd, LOOKUP, follow | AUDITVNODE1, UIO_USERSPACE, path);
398 * Given a file path, set an ACL for it; don't follow links.
410 acl_type_t type, const struct acl *aclp, int follow)
415 NDINIT(&nd, LOOKUP, follow | AUDITVNODE
370 kern___acl_get_path(struct thread *td, const char *path, acl_type_t type, struct acl *aclp, int follow) argument
409 kern___acl_set_path(struct thread *td, const char *path, acl_type_t type, const struct acl *aclp, int follow) argument
486 kern___acl_delete_path(struct thread *td, const char *path, acl_type_t type, int follow) argument
544 kern___acl_aclcheck_path(struct thread *td, const char *path, acl_type_t type, struct acl *aclp, int follow) argument
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_trunc_impl.inc46 // Various constants whose values follow from the type parameters.
H A Dfp_extend_impl.inc45 // Various constants whose values follow from the type parameters.
/freebsd-current/contrib/ldns/ldns/
H A Ddnssec_zone.h211 * \param[in] follow if set to false, only print the first RRset
215 bool follow);
223 * \param[in] follow if set to false, only print the first RRset
228 bool follow);
/freebsd-current/sys/security/mac/
H A Dmac_syscalls.c77 struct mac *mac_p, int follow);
79 struct mac *mac_p, int follow);
334 int follow)
361 NDINIT(&nd, LOOKUP, LOCKLEAF | follow, UIO_USERSPACE, path_p);
502 int follow)
535 NDINIT(&nd, LOOKUP, LOCKLEAF | follow, UIO_USERSPACE, path_p);
333 kern___mac_get_path(struct thread *td, const char *path_p, struct mac *mac_p, int follow) argument
501 kern___mac_set_path(struct thread *td, const char *path_p, struct mac *mac_p, int follow) argument
/freebsd-current/usr.bin/rpcgen/
H A Drpc_util.h171 void ptype(const char *prefix, const char *type, int follow);
H A Drpc_util.c159 ptype(const char *prefix, const char *type, int follow) argument
173 f_print(fout, "%s ", follow ? fixtype(type) : type);
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DDelinearization.cpp55 bool follow(const SCEV *S) {
70 bool follow(const SCEV *S) {
95 bool follow(const SCEV *S) {
130 bool follow(const SCEV *S) {
H A DScalarEvolutionDivision.cpp36 bool follow(const SCEV *S) { function in struct:__anon1708::FindSCEVSize
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod.mk12 # * other modifiers may follow, separated by a ':'
21 # * `individual`: parsing this modifier does not follow the common
H A Ddotwait.mk18 # Within each test, the names of the sub-targets follow these
/freebsd-current/contrib/bmake/mk/
H A Dtarget-flags.mk6 # follow it with any target specific flag settings.
H A Dsys.dependfile.mk54 # If any already exist, we should follow suit.
/freebsd-current/sys/contrib/openzfs/lib/libzpool/
H A Dutil.c164 char *follow = strtok_r(NULL, "=", &save); local
165 if (k == NULL || v_str == NULL || follow != NULL) {
/freebsd-current/share/mk/
H A Dsys.dependfile.mk52 # If any already exist, we should follow suit.
/freebsd-current/tools/tools/editing/
H A Dfreebsd.vim25 " This is a plugin for Vim (tested with Vim v7.1) to follow the FreeBSD style(9)
/freebsd-current/contrib/one-true-awk/
H A Db.c243 cfoll(f, p1); /* set up follow sets */
388 } else if (c == 'x') { /* 2 hex digits follow */
474 void cfoll(fa *f, Node *v) /* enter follow set of each leaf of vertex v into lfollow[leaf] */
490 follow(v); /* computes setvec and setcnt */
558 void follow(Node *v) /* collects leaves that can follow v into setvec */ function
569 follow(p);
574 follow(p);
580 follow(p);
584 follow(
[all...]
H A Dproto.h51 extern void follow(Node *);
/freebsd-current/usr.bin/tail/tests/
H A Dtail_test.sh292 atf_test_case follow
443 atf_add_test_case follow
/freebsd-current/sys/sys/
H A Dsyscallsubr.h146 int attrnamespace, const char *attrname, int follow,
152 size_t nbytes, int follow, enum uio_seg pathseg);
156 int attrnamespace, struct uio *auiop, int follow,
162 size_t nbytes, int follow, enum uio_seg pathseg);
/freebsd-current/contrib/ldns/
H A Ddnssec_zone.c276 bool follow,
294 if (follow && rrsets->next) {
296 rrsets->next, follow, show_soa);
305 bool follow)
307 ldns_dnssec_rrsets_print_soa_fmt(out, fmt, rrsets, follow, true);
311 ldns_dnssec_rrsets_print(FILE *out, const ldns_dnssec_rrsets *rrsets, bool follow) argument
314 rrsets, follow);
1393 * otherwise follow path for "no NSEC" for the name for other RRsets
274 ldns_dnssec_rrsets_print_soa_fmt(FILE *out, const ldns_output_format *fmt, const ldns_dnssec_rrsets *rrsets, bool follow, bool show_soa) argument
303 ldns_dnssec_rrsets_print_fmt(FILE *out, const ldns_output_format *fmt, const ldns_dnssec_rrsets *rrsets, bool follow) argument

Completed in 284 milliseconds

12