Home
last modified time | relevance | path

Searched refs:follow (Results 1 – 25 of 187) sorted by relevance

12345678

/dragonfly/contrib/binutils-2.34/bfd/
H A Dgenlink.h60 #define _bfd_generic_link_hash_lookup(table, string, create, copy, follow) \ argument
62 bfd_link_hash_lookup (&(table)->root, (string), (create), (copy), (follow)))
H A Dlibaout.h119 #define aout_link_hash_lookup(table, string, create, copy, follow) \ argument
121 bfd_link_hash_lookup (&(table)->root, (string), (create), (copy), (follow)))
/dragonfly/contrib/binutils-2.27/bfd/
H A Dgenlink.h60 #define _bfd_generic_link_hash_lookup(table, string, create, copy, follow) \ argument
62 bfd_link_hash_lookup (&(table)->root, (string), (create), (copy), (follow)))
H A Dlibaout.h119 #define aout_link_hash_lookup(table, string, create, copy, follow) \ argument
121 bfd_link_hash_lookup (&(table)->root, (string), (create), (copy), (follow)))
/dragonfly/contrib/gdb-7/bfd/
H A Dgenlink.h60 #define _bfd_generic_link_hash_lookup(table, string, create, copy, follow) \ argument
62 bfd_link_hash_lookup (&(table)->root, (string), (create), (copy), (follow)))
H A Dlibaout.h121 #define aout_link_hash_lookup(table, string, create, copy, follow) \ argument
123 bfd_link_hash_lookup (&(table)->root, (string), (create), (copy), (follow)))
/dragonfly/contrib/ldns/ldns/
H A Ddnssec_zone.h215 bool follow);
228 bool follow);
/dragonfly/usr.sbin/trpt/
H A Dtrpt.c83 static int aflag, kflag, memf, follow, sflag, tflag; variable
105 ++follow; in main()
275 done: if (follow) { in dotrace()
/dragonfly/contrib/tcsh-6/nls/russian/
H A Dset910 8 Something must follow: '%c'\n
/dragonfly/usr.bin/kdump/
H A Dmkioctls25 find -s * -name '*.h' -follow |
/dragonfly/contrib/tcsh-6/nls/ukrainian/
H A Dset910 8 Something must follow: '%c'\n
/dragonfly/contrib/gdb-7/gdb/stubs/
H A DChangeLog7 * ia64vms-stub.c: Adjust copyright header to follow convention
/dragonfly/usr.bin/tail/
H A Dextern.h59 void follow(file_info_t *, enum STYLE, off_t);
/dragonfly/contrib/binutils-2.34/gold/
H A Dscript-sections.cc517 Place_index follow; in find_place() local
521 follow = PLACE_MAX; in find_place()
524 follow = PLACE_TEXT; in find_place()
527 follow = PLACE_RODATA; in find_place()
529 follow = PLACE_TEXT; in find_place()
535 follow = PLACE_TEXT; in find_place()
538 follow = PLACE_TEXT; in find_place()
541 follow = PLACE_DATA; in find_place()
544 follow = PLACE_TLS; in find_place()
546 follow = PLACE_DATA; in find_place()
[all …]
/dragonfly/usr.bin/rpcgen/
H A Drpc_util.c160 ptype(const char *prefix, const char *type, int follow) in ptype() argument
173 f_print(fout, "%s ", follow ? fixtype(type) : type); in ptype()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgtm-builtins.def62 Note: The writes must follow the following order: STORE, WAR, WAW.
131 Note: The reads must follow the following order: LOAD, RAR, RAW, RFW.
/dragonfly/contrib/gcc-4.7/gcc/
H A Dgtm-builtins.def58 Note: The writes must follow the following order: STORE, WAR, WAW.
127 Note: The reads must follow the following order: LOAD, RAR, RAW, RFW.
/dragonfly/contrib/awk/
H A Db.c490 follow(v); /* computes setvec and setcnt */ in cfoll()
558 void follow(Node *v) /* collects leaves that can follow v into setvec */ in follow() function
569 follow(p); in follow()
574 follow(p); in follow()
580 follow(p); in follow()
584 follow(p); in follow()
/dragonfly/contrib/ldns/
H A Ddnssec_zone.c275 bool follow, in ldns_dnssec_rrsets_print_soa_fmt() argument
293 if (follow && rrsets->next) { in ldns_dnssec_rrsets_print_soa_fmt()
295 rrsets->next, follow, show_soa); in ldns_dnssec_rrsets_print_soa_fmt()
304 bool follow) in ldns_dnssec_rrsets_print_fmt() argument
306 ldns_dnssec_rrsets_print_soa_fmt(out, fmt, rrsets, follow, true); in ldns_dnssec_rrsets_print_fmt()
310 ldns_dnssec_rrsets_print(FILE *out, const ldns_dnssec_rrsets *rrsets, bool follow) in ldns_dnssec_rrsets_print() argument
313 rrsets, follow); in ldns_dnssec_rrsets_print()
/dragonfly/contrib/gdb-7/gdb/
H A Dada-operator.def53 the number of component specifications that follow. The
66 gives the number of choices that follow. This is followed by a second
/dragonfly/contrib/binutils-2.27/gold/
H A Dscript-sections.cc502 Place_index follow; in find_place() local
506 follow = PLACE_MAX; in find_place()
509 follow = PLACE_TEXT; in find_place()
512 follow = PLACE_DATA; in find_place()
515 follow = PLACE_TEXT; in find_place()
518 follow = PLACE_TEXT; in find_place()
521 follow = PLACE_DATA; in find_place()
524 follow = PLACE_TLS; in find_place()
526 follow = PLACE_DATA; in find_place()
529 if (follow != PLACE_MAX && this->places_[follow].have_location) in find_place()
[all …]
/dragonfly/contrib/grep/src/
H A Dgrep.c1593 bool follow; in grepdirent() local
1611 follow = (fts->fts_options & FTS_LOGICAL in grepdirent()
1645 int flag = follow ? 0 : AT_SYMLINK_NOFOLLOW; in grepdirent()
1670 return grepfile (fts->fts_cwd_fd, ent->fts_accpath, follow, command_line); in grepdirent()
1688 grepfile (int dirdesc, char const *name, bool follow, bool command_line) in grepfile() argument
1693 | (follow ? 0 : O_NOFOLLOW) in grepfile()
1698 if (follow || ! open_symlink_nofollow_error (errno)) in grepfile()
/dragonfly/tools/regression/bin/sh/expansion/
H A Dplus-minus3.024 # We follow original ash behaviour for quoted ${var+-=?} expansions:
/dragonfly/test/libpthread/
H A DREADME15 generally follow these conventions:
/dragonfly/libexec/bootpd/
H A DToDo7 the program ends up core-resident all the time just to follow all the

12345678