Searched refs:here (Results 76 - 100 of 179) sorted by relevance

12345678

/freebsd-10-stable/contrib/ntp/ntpdc/
H A DMakefile.in550 CLEANFILES = check-layout layout.here nl.c ntpdc-layout check-libopts \
944 here=`pwd`; \
967 here=`$(am__cd) $(top_builddir) && pwd` \
969 && gtags -i $(GTAGS_ARGS) "$$here"
1207 layout.here: ntpdc-layout
1210 check-layout: ntpdc-layout $(srcdir)/layout.std layout.here
1211 cmp $(srcdir)/layout.std layout.here && echo stamp > $@
/freebsd-10-stable/contrib/openpam/modules/pam_permit/
H A DMakefile.in437 here=`pwd`; \
460 here=`$(am__cd) $(top_builddir) && pwd` \
462 && gtags -i $(GTAGS_ARGS) "$$here"
/freebsd-10-stable/contrib/openpam/modules/pam_unix/
H A DMakefile.in437 here=`pwd`; \
460 here=`$(am__cd) $(top_builddir) && pwd` \
462 && gtags -i $(GTAGS_ARGS) "$$here"
/freebsd-10-stable/contrib/openpam/modules/pam_deny/
H A DMakefile.in437 here=`pwd`; \
460 here=`$(am__cd) $(top_builddir) && pwd` \
462 && gtags -i $(GTAGS_ARGS) "$$here"
/freebsd-10-stable/contrib/openpam/bin/su/
H A DMakefile.in489 here=`pwd`; \
512 here=`$(am__cd) $(top_builddir) && pwd` \
514 && gtags -i $(GTAGS_ARGS) "$$here"
/freebsd-10-stable/contrib/ntp/kernel/sys/
H A DMakefile.in496 here=`pwd`; \
519 here=`$(am__cd) $(top_builddir) && pwd` \
521 && gtags -i $(GTAGS_ARGS) "$$here"
/freebsd-10-stable/contrib/file/tests/
H A DMakefile.in411 here=`pwd`; \
434 here=`$(am__cd) $(top_builddir) && pwd` \
436 && gtags -i $(GTAGS_ARGS) "$$here"
/freebsd-10-stable/contrib/ntp/include/isc/
H A DMakefile.in498 here=`pwd`; \
521 here=`$(am__cd) $(top_builddir) && pwd` \
523 && gtags -i $(GTAGS_ARGS) "$$here"
/freebsd-10-stable/contrib/byacc/
H A Dyaccpar.skel19 %% insert VERSION here
/freebsd-10-stable/contrib/gcc/config/sparc/
H A Dsol2-c1.asm111 ! We should never get here.
/freebsd-10-stable/contrib/llvm/lib/Support/Unix/
H A DPath.inc15 //=== WARNING: Implementation here must contain only generic UNIX code that
127 // From here on, DO NOT modify model. It may be needed if the randomly chosen
/freebsd-10-stable/share/examples/drivers/
H A Dmake_pseudo_driver.sh11 #-------cut here------------------
15 echo "Hey , how about some help here.. give me a device name!"
382 * define an ioctl here
/freebsd-10-stable/sys/dev/isp/
H A DHardware.txt9 no "where to buy" URLs here with a couple of exception). This
/freebsd-10-stable/usr.bin/make/
H A Ddir.c158 * some of the reasons for the caching used here.
181 int hits; /* No. of times a file has been found here */
680 DEBUGF(DIR, ("here..."));
725 DEBUGF(DIR, ("must be here but isn't --"
835 * b/c we added it here. This is not good...
863 * here starting directory
865 * result the result of a successful search is placed here
877 Dir_FindHereOrAbove(char *here, char *search_path, char *result, int rlen) argument
884 snprintf(dirbase, sizeof(dirbase), "%s", here);
/freebsd-10-stable/contrib/openbsm/
H A DMakefile.in391 here=`pwd`; \
402 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
436 here=`$(am__cd) $(top_builddir) && pwd` \
438 && gtags -i $(GTAGS_ARGS) "$$here"
/freebsd-10-stable/contrib/openpam/
H A DMakefile.in437 here=`pwd`; \
448 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
473 here=`$(am__cd) $(top_builddir) && pwd` \
475 && gtags -i $(GTAGS_ARGS) "$$here"
/freebsd-10-stable/contrib/bmake/mk/
H A Dwarnings.mk25 # -Wunused etc are here so you can set
H A Dmeta.sys.mk59 # this should be taken care of before we get here
H A Dprog.mk46 # here is where you can define what LIB* are
H A Dautodep.mk56 # we avoid using := here, since the modifier applied to OBJS
/freebsd-10-stable/contrib/ntp/include/
H A DMakefile.in649 here=`pwd`; \
660 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
685 here=`$(am__cd) $(top_builddir) && pwd` \
687 && gtags -i $(GTAGS_ARGS) "$$here"
/freebsd-10-stable/contrib/gcc/config/arm/
H A Dlib1funcs.asm70 /* We use __ARM_ARCH__ set to 4 here, but in reality it's any processor with
509 subs \order, \order, #3 @ yes, 3 is intended here
1128 /* These next two sections are here despite the fact that they contain Thumb
1144 code here switches to the correct mode before executing the function. */
1183 into the link register with the bottom bit set, and the code here
1187 called function to return here instead. Upon return we recover the real
/freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql124 have been discovered and recorded here.)
379 /* Boolean value, specifying if this node was moved here (rather than just
416 moved here or copied here, else NULL. */
425 /* If this node was moved here or copied here, then the following fields may
586 The important thing here is that this tells Sqlite that the wc_id column
/freebsd-10-stable/contrib/gcc/
H A Dc-decl.c309 list here.)
498 struct c_binding *b, **here;
526 case LABEL_DECL: here = &I_LABEL_BINDING (name); break;
529 case RECORD_TYPE: here = &I_TAG_BINDING (name); break;
535 case ERROR_MARK: here = &I_SYMBOL_BINDING (name); break;
544 while (*here && (*here)->depth > scope->depth)
545 here = &(*here)->shadowed;
547 b->shadowed = *here;
494 struct c_binding *b, **here; local
1662 struct c_binding *b, **here; local
[all...]
/freebsd-10-stable/contrib/openbsm/libbsm/
H A DMakefile.in453 here=`pwd`; \
485 here=`$(am__cd) $(top_builddir) && pwd` \
487 && gtags -i $(GTAGS_ARGS) "$$here"

Completed in 390 milliseconds

12345678