HomeSort by: relevance | last modified time | path
    Searched refs:dep (Results 1 - 25 of 278) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/usr.bin/make/unit-tests/
dep-wildcards.exp 0 dep-colon-bug-cross-file.mk
2 dep-colon.mk
3 dep-double-colon-indep.mk
4 dep-double-colon.mk
5 dep-duplicate.mk
6 dep-exclam.mk
7 dep-none.mk
8 dep-op-missing.mk
9 dep-percent.mk
10 dep-var.m
    [all...]
dep-double-colon-indep.exp 1 : 'Making 1400 dep-double-colon-1300 from dep-double-colon-1400 oodate dep-double-colon-1400'
2 : 'Making 1500 dep-double-colon-1300 from dep-double-colon-1500 oodate dep-double-colon-1500'
dep-colon-bug-cross-file.exp 1 make: dep-colon-bug-cross-file.mk:32: warning: duplicate script for target "all" ignored
2 make: dep-colon-bug-cross-file.mk:42: warning: using previous script for "all" defined here
dep-duplicate.exp 1 make: dep-duplicate.tmp:1: warning: duplicate script for target "all" ignored
2 make: dep-duplicate.main:3: warning: using previous script for "all" defined here
dep.exp 1 make: dep.mk:11: Inconsistent operator for only-colon
2 make: dep.mk:13: Inconsistent operator for only-colon
deptgt-end-fail.mk 17 . for all-dep in ok ERR
19 . for end-dep in ok ERR
20 . for target in ${all}-${all-dep}-${end}-${end-dep}
23 echo Test case all=${all} all-dep=${all-dep} end=${end} end-dep=${end-dep}.
25 all=${all} all-dep=${all-dep} \
    [all...]
deptgt-end-fail.exp 1 Test case all=ok all-dep=ok end=ok end-dep=ok.
2 : Making all-dep out of nothing.
3 : Making all from all-dep.
4 : Making end-dep out of nothing.
5 : Making .END from end-dep.
9 Test case all=ok all-dep=ok end=ok end-dep=ERR.
10 : Making all-dep out of nothing.
11 : Making all from all-dep
    [all...]
dep-op-missing.exp 1 make: dep-op-missing.tmp:1: Invalid line "target"
dep-percent.exp 1 make: don't know how to make dep-percent.o (continuing)
  /src/external/gpl3/binutils/dist/gas/
depend.c 60 struct dependency *dep;
65 for (dep = dep_chain; dep != NULL; dep = dep->next)
67 if (!filename_cmp (filename, dep->file))
71 dep = XNEW (struct dependency);
72 dep->file = xstrdup (filename);
73 dep->next = dep_chain;
74 dep_chain = dep;
59 struct dependency *dep; local
186 struct dependency *dep; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
depend.c 60 struct dependency *dep;
65 for (dep = dep_chain; dep != NULL; dep = dep->next)
67 if (!filename_cmp (filename, dep->file))
71 dep = XNEW (struct dependency);
72 dep->file = xstrdup (filename);
73 dep->next = dep_chain;
74 dep_chain = dep;
59 struct dependency *dep; local
186 struct dependency *dep; local
    [all...]
  /src/sys/fs/msdosfs/
denode.h 141 #define fc_setcache(dep, slot, frcn, fsrcn) \
142 (dep)->de_fc[slot].fc_frcn = frcn; \
143 (dep)->de_fc[slot].fc_fsrcn = fsrcn;
145 #define fc_last_to_nexttolast(dep) \
147 (dep)->de_fc[FC_NEXTTOLASTFC].fc_frcn = (dep)->de_fc[FC_LASTFC].fc_frcn; \
148 (dep)->de_fc[FC_NEXTTOLASTFC].fc_fsrcn = (dep)->de_fc[FC_LASTFC].fc_fsrcn; \
215 * dep is a struct denode * (internal form),
218 #define DE_INTERNALIZE32(dep, dp)
    [all...]
msdosfs_denode.c 333 msdosfs_deupdat(struct denode *dep, int waitfor)
336 return (msdosfs_update(DETOV(dep), NULL, NULL,
341 * Truncate the file described by dep to the length specified by length.
344 msdosfs_detrunc(struct denode *dep, u_long length, int flags, kauth_cred_t cred)
352 int isadir = dep->de_Attributes & ATTR_DIRECTORY;
354 struct msdosfsmount *pmp = dep->de_pmp;
357 printf("detrunc(): file %s, length %lu, flags %x\n", dep->de_Name, length, flags);
368 if ((DETOV(dep)->v_vflag & VV_ROOT) && !FAT32(pmp)) {
370 dep->de_dirclust, dep->de_diroffset)
538 struct denode *dep = VTODE(vp); local
576 struct denode *dep = VTODE(vp); local
641 struct denode *dep = VTODE(vp); local
    [all...]
msdosfs_vnops.c 114 struct denode *dep; local
152 if ((error = msdosfs_createde(&ndirent, pdep, &pdep->de_crap, &dep,
155 *ap->a_vpp = DETOV(dep);
173 struct denode *dep = VTODE(vp); local
177 DETIMES(dep, NULL, NULL, NULL, dep->de_pmp->pm_gmtoff);
183 msdosfs_check_possible(struct vnode *vp, struct denode *dep, accmode_t accmode)
207 msdosfs_check_permitted(struct vnode *vp, struct denode *dep, accmode_t accmode,
210 struct msdosfsmount *pmp = dep->de_pmp;
213 if ((dep->de_Attributes & ATTR_READONLY) == 0
234 struct denode *dep = VTODE(vp); local
254 struct denode *dep = VTODE(ap->a_vp); local
323 struct denode *dep = VTODE(ap->a_vp); local
459 struct denode *dep = VTODE(vp); local
559 struct denode *dep = VTODE(vp); local
684 struct denode *dep; local
719 struct denode *dep = VTODE(ap->a_vp); local
777 struct denode *dep; local
963 struct denode *dep = VTODE(ap->a_vp); local
1239 struct denode *dep = VTODE(ap->a_vp); local
1287 struct denode *dep = VTODE(bp->b_vp); local
1328 struct denode *dep = VTODE(ap->a_vp); local
1349 struct denode *dep = VTODE(ap->a_vp); local
1417 struct denode *dep = VTODE(vp); local
    [all...]
  /src/external/gpl2/gmake/dist/
dep.h 21 `struct dep' in the chain returned by `read_all_makefiles'. */
32 dep line of static pattern rule or NULL.
36 struct dep struct
38 struct dep *next;
77 extern struct dep *alloc_dep PARAMS ((void));
78 extern void free_dep PARAMS ((struct dep *d));
79 extern struct dep *copy_dep_chain PARAMS ((const struct dep *d));
80 extern void free_dep_chain PARAMS ((struct dep *d));
82 extern struct dep *read_all_makefiles PARAMS ((char **makefiles))
    [all...]
rule.h 27 struct dep *deps; /* Dependencies of the rule. */
36 char *target, *dep, *commands; member in struct:pspec
58 struct dep *deps,
rule.c 20 #include "dep.h"
86 register struct dep *dep;
99 for (dep = rule->deps; dep != 0; dep = dep->next)
101 unsigned int len = strlen (dep->name);
104 char *p = strrchr (dep->name, ']');
107 p = strrchr (dep->name, ':')
84 register struct dep *dep; local
414 register struct dep *dep; local
    [all...]
implicit.c 22 #include "dep.h"
73 struct idep *next; /* struct dep -compatible interface */
265 struct dep *dep, *expl_d;
271 struct dep **d_ptr;
490 for (dep = rule->deps; dep != 0; dep = dep->next)
505 p = get_next_word (dep->name, &len)
263 struct dep *dep, *expl_d; local
    [all...]
  /src/usr.sbin/makefs/msdos/
msdosfs_denode.c 194 * Truncate the file described by dep to the length specified by length.
197 msdosfs_detrunc(struct denode *dep, u_long length, int flags,
206 int isadir = dep->de_Attributes & ATTR_DIRECTORY;
208 struct msdosfsmount *pmp = dep->de_pmp;
211 printf("detrunc(): file %s, length %lu, flags %x\n", dep->de_Name, length, flags);
222 if (dep->de_vnode != NULL && !FAT32(pmp)) {
224 dep->de_dirclust, dep->de_diroffset);
228 if (dep->de_FileSize < length)
229 return (msdosfs_deextend(dep, length, cred))
    [all...]
msdosfs_vnops.c 98 msdosfs_times(struct msdosfsmount *pmp, struct denode *dep,
116 msdosfs_unix2dostime(&at, pmp->pm_gmtoff, &dep->de_ADate,
118 msdosfs_unix2dostime(&mt, pmp->pm_gmtoff, &dep->de_MDate,
119 &dep->de_MTime, NULL);
151 struct direntry *dep; local
214 dep = (struct direntry *)((char *)bp->b_data + blkoff);
224 if (dep->deName[0] == SLOT_EMPTY ||
225 dep->deName[0] == SLOT_DELETED) {
235 if (dep->deName[0] == SLOT_EMPTY) {
250 if (dep->deAttributes == ATTR_WIN95)
356 struct denode *dep; local
547 struct denode *dep; local
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
eh_ptr.cc 167 __cxa_dependent_exception *dep = __get_dependent_exception_from_ue (exc); local
169 __get_refcounted_exception_header_from_obj (dep->primaryException);
178 __cxa_free_dependent_exception (dep);
197 __cxa_dependent_exception *dep = __cxa_allocate_dependent_exception (); local
198 dep->primaryException = obj;
203 dep->unexpectedHandler = get_unexpected ();
205 dep->terminateHandler = get_terminate ();
206 __GXX_INIT_DEPENDENT_EXCEPTION_CLASS(dep->unwindHeader.exception_class);
207 dep->unwindHeader.exception_cleanup = __gxx_dependent_exception_cleanup;
213 _Unwind_SjLj_RaiseException (&dep->unwindHeader)
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
eh_ptr.cc 167 __cxa_dependent_exception *dep = __get_dependent_exception_from_ue (exc); local
169 __get_refcounted_exception_header_from_obj (dep->primaryException);
178 __cxa_free_dependent_exception (dep);
197 __cxa_dependent_exception *dep = __cxa_allocate_dependent_exception (); local
198 dep->primaryException = obj;
203 dep->unexpectedHandler = get_unexpected ();
205 dep->terminateHandler = get_terminate ();
206 __GXX_INIT_DEPENDENT_EXCEPTION_CLASS(dep->unwindHeader.exception_class);
207 dep->unwindHeader.exception_cleanup = __gxx_dependent_exception_cleanup;
213 _Unwind_SjLj_RaiseException (&dep->unwindHeader)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_scheduler.c 310 struct i915_dependency *dep, *p; local
334 * list_for_each_entry(dep, &node->signalers_list, signal_link)
335 * update_priorities(dep->signal, prio)
347 list_for_each_entry(dep, &dfs, dfs_link) {
348 struct i915_sched_node *node = dep->signaler;
361 GEM_BUG_ON(p == dep); /* no cycles! */
393 list_for_each_entry_safe_reverse(dep, p, &dfs, dfs_link) {
394 INIT_LIST_HEAD(&dep->dfs_link);
396 node = dep->signaler;
489 i915_dependency_free(struct i915_dependency *dep)
539 struct i915_dependency *dep; local
555 struct i915_dependency *dep, *tmp; local
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
MemDepPrinter.cpp 39 typedef std::pair<InstTypePair, const BasicBlock *> Dep;
40 typedef SmallSetVector<Dep, 4> DepSet;
65 static InstTypePair getInstTypePair(MemDepResult dep) {
66 if (dep.isClobber())
67 return InstTypePair(dep.getInst(), Clobber);
68 if (dep.isDef())
69 return InstTypePair(dep.getInst(), Def);
70 if (dep.isNonFuncLocal())
71 return InstTypePair(dep.getInst(), NonFuncLocal);
72 assert(dep.isUnknown() && "unexpected dependence type")
    [all...]
  /src/sys/conf/
assym.mk 19 # assym.dep in the below target looks like:
37 ${GENASSYM} -- ${MKDEP} -f assym.dep -- ${GENASSYM_FLAGS}
38 ${TOOL_SED} -e '1{N;s/\\\n//;}' -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >${.TARGET}
39 rm -f assym.dep

Completed in 50 milliseconds

1 2 3 4 5 6 7 8 91011>>