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

123

/freebsd-11-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_lookup.c38 lookupname(char *dirname, enum uio_seg seg, enum symfollow follow, argument
42 return (lookupnameat(dirname, seg, follow, dirvpp, compvpp, NULL));
46 lookupnameat(char *dirname, enum uio_seg seg, enum symfollow follow, argument
57 NDINIT_ATVP(&nd, LOOKUP, LOCKLEAF | follow, seg, dirname,
/freebsd-11-stable/contrib/binutils/bfd/
H A Dgenlink.h59 #define _bfd_generic_link_hash_lookup(table, string, create, copy, follow) \
61 bfd_link_hash_lookup (&(table)->root, (string), (create), (copy), (follow)))
H A Dlibxcoff.h104 #define xcoff_link_hash_lookup(table, string, create, copy, follow) \
107 (follow)))
H A Dlibcoff-in.h266 /* Flag word; legal values follow. */
283 #define coff_link_hash_lookup(table, string, create, copy, follow) \
286 (copy), (follow)))
/freebsd-11-stable/usr.bin/tail/
H A Dextern.h59 void follow(file_info_t *, enum STYLE, off_t);
H A Dtail.c157 * If displaying in reverse, don't permit follow option, and convert
203 follow(files, style, off);
/freebsd-11-stable/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-11-stable/usr.bin/indent/
H A Dio.c193 char *follow = p; local
195 while (follow < e_com) {
196 switch (*follow) {
205 putc(*follow, output);
207 follow++;
/freebsd-11-stable/usr.bin/rpcgen/
H A Drpc_util.h176 void ptype(const char *prefix, const char *type, int follow);
H A Drpc_util.c169 ptype(const char *prefix, const char *type, int follow) argument
183 f_print(fout, "%s ", follow ? fixtype(type) : type);
/freebsd-11-stable/contrib/bmake/mk/
H A Dtarget-flags.mk6 # follow it with any target specific flag settings.
H A Dsys.dependfile.mk49 # If any already exist, we should follow suit.
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_extend_impl.inc41 // Various constants whose values follow from the type parameters.
H A Dfp_trunc_impl.inc42 // Various constants whose values follow from the type parameters.
/freebsd-11-stable/contrib/ldns/
H A Ddnssec_zone.c275 bool follow,
293 if (follow && rrsets->next) {
295 rrsets->next, follow, show_soa);
304 bool follow)
306 ldns_dnssec_rrsets_print_soa_fmt(out, fmt, rrsets, follow, true);
310 ldns_dnssec_rrsets_print(FILE *out, ldns_dnssec_rrsets *rrsets, bool follow) argument
313 rrsets, follow);
273 ldns_dnssec_rrsets_print_soa_fmt(FILE *out, const ldns_output_format *fmt, ldns_dnssec_rrsets *rrsets, bool follow, bool show_soa) argument
302 ldns_dnssec_rrsets_print_fmt(FILE *out, const ldns_output_format *fmt, ldns_dnssec_rrsets *rrsets, bool follow) argument
/freebsd-11-stable/usr.sbin/trpt/
H A Dtrpt.c90 static int aflag, kflag, memf, follow, sflag, tflag; variable
114 ++follow;
282 done: if (follow) {
/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A Dobject.h93 int follow(const place &, place *) const;
/freebsd-11-stable/share/mk/
H A Dsys.dependfile.mk50 # If any already exist, we should follow suit.
/freebsd-11-stable/tools/tools/editing/
H A Dfreebsd.vim27 " This is a plugin for Vim (tested with Vim v7.1) to follow the FreeBSD style(9)
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Ddotwait.mk18 # Within each test, the names of the sub-targets follow these
/freebsd-11-stable/contrib/one-true-awk/
H A Db.c141 cfoll(f, p1); /* set up follow sets */
357 void cfoll(fa *f, Node *v) /* enter follow set of each leaf of vertex v into lfollow[leaf] */
377 follow(v); /* computes setvec and setcnt */
379 overflo("out of space building follow set");
445 void follow(Node *v) /* collects leaves that can follow v into setvec */ function
456 follow(p);
461 follow(p);
467 follow(p);
471 follow(
[all...]
H A Dproto.h52 extern void follow(Node *);
/freebsd-11-stable/contrib/gdb/include/
H A Dbfdlink.h178 bfd_boolean copy, bfd_boolean follow);
481 follow an IHIHALF reloc. MESSAGE is an appropriate message.
/freebsd-11-stable/contrib/binutils/include/
H A Dbfdlink.h182 bfd_boolean copy, bfd_boolean follow);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dcopy.c2296 _("Commit failed (details follow):"));

Completed in 213 milliseconds

123