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

123

/freebsd-9.3-release/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)))
H A Di386linux.c251 #define linux_link_hash_lookup(table, string, create, copy, follow) \
254 (follow)))
483 /* h2 does not follow indirect symbols. */
571 used by the dynamic linker so that it knows that all that follow
H A Dlibaout.h121 #define aout_link_hash_lookup(table, string, create, copy, follow) \
123 bfd_link_hash_lookup (&(table)->root, (string), (create), (copy), (follow)))
H A Dlibcoff.h270 /* Flag word; legal values follow. */
287 #define coff_link_hash_lookup(table, string, create, copy, follow) \
290 (copy), (follow)))
H A Dsparclinux.c251 #define linux_link_hash_lookup(table, string, create, copy, follow) \
254 (follow)))
482 /* h2 does not follow indirect symbols. */
570 used by the dynamic linker so that it knows that all that follow
/freebsd-9.3-release/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 | MPSAFE | follow, seg, dirname,
/freebsd-9.3-release/usr.bin/tail/
H A Dextern.h59 void follow(file_info_t *, enum STYLE, off_t);
H A Dtail.c147 * If displaying in reverse, don't permit follow option, and convert
193 follow(files, style, off);
/freebsd-9.3-release/usr.bin/indent/
H A Dio.c192 char *follow = p; local
194 while (follow < e_com) {
195 switch (*follow) {
203 putc(*follow, output);
205 follow++;
/freebsd-9.3-release/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-9.3-release/contrib/bmake/mk/
H A Dsys.dependfile.mk43 # If any already exist, we should follow suit.
H A Dtarget-flags.mk6 # follow it with any target specfic flag settings.
/freebsd-9.3-release/sbin/atm/atmconfig/
H A Datmconfig.help201 on the traffic type none or more parameters can follow:
/freebsd-9.3-release/usr.sbin/trpt/
H A Dtrpt.c90 static int aflag, kflag, memf, follow, sflag, tflag; variable
114 ++follow;
280 done: if (follow) {
/freebsd-9.3-release/contrib/groff/src/preproc/pic/
H A Dobject.h93 int follow(const place &, place *) const;
/freebsd-9.3-release/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-9.3-release/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-9.3-release/sys/fs/coda/
H A Dcoda.h795 int follow; member in struct:PioctlData
801 int follow; member in struct:PioctlData
/freebsd-9.3-release/contrib/binutils/include/
H A Dbfdlink.h182 bfd_boolean copy, bfd_boolean follow);
/freebsd-9.3-release/contrib/gdb/include/
H A Dbfdlink.h178 bfd_boolean copy, bfd_boolean follow);
481 follow an IHIHALF reloc. MESSAGE is an appropriate message.
/freebsd-9.3-release/sys/cam/
H A DREADME.quirks28 Please follow these guidelines to get your device working as soon
30 directly but follow this process also.

Completed in 307 milliseconds

123