Searched refs:apply (Results 1 - 25 of 98) sorted by relevance

1234

/freebsd-9.3-release/usr.bin/apply/
H A DMakefile4 PROG= apply
/freebsd-9.3-release/tools/regression/usr.bin/apply/
H A Dregress.01.sh9 apply 'echo %1 %1 %1' $(jot $ARG_MAX_HALF 1 1 | tr -d '\n') 2>&1
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DCommandLine.h289 void apply(Option &O) const { O.setDescription(Desc); } function in struct:llvm::cl::desc
297 void apply(Option &O) const { O.setValueStr(Desc); } function in struct:llvm::cl::value_desc
310 void apply(Opt &O) const { O.setInitialValue(Init); } function in struct:llvm::cl::initializer
329 void apply(Opt &O) const { O.setLocation(O, Loc); } function in struct:llvm::cl::LocationClass
342 void apply(Opt &O) const { O.setCategory(Category); } function in struct:llvm::cl::cat
502 void apply(Opt &O) const { function in class:llvm::cl::ValuesClass
1000 // not correctly respond to the apply method). Because the syntax to use this
1001 // is a pain, we have the 'apply' method below to handle the nastiness...
1005 static void opt(const Mod &M, Opt &O) { M.apply(O); }
1040 // apply metho
1042 void apply(const Mod &M, Opt *O) { function in namespace:llvm::cl
1439 void apply(list<D, S, P> &L) const { L.setNumAdditionalVals(AdditionalVals); } function in struct:llvm::cl::multi_val
[all...]
/freebsd-9.3-release/tools/regression/usr.bin/
H A DMakefile3 SUBDIR= apply calendar comm file2c join jot m4 ncal printf sed tr \
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_util.c234 int apply; local
252 apply = 1;
258 apply = 1;
286 if (apply)
289 /* This option does not apply to the
306 /* This option does not apply to the
309 apply = 0;
337 if (apply)
340 /* This option does not apply to the
364 if (apply)
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h37 void apply(llvm::APSInt &Value) const { function in class:clang::ento::APSIntType
47 /// \see apply
50 apply(Result);
/freebsd-9.3-release/contrib/llvm/utils/TableGen/
H A DSetTheory.h74 /// apply - Apply this operator to Expr's arguments and insert the result
76 virtual void apply(SetTheory&, DagInit *Expr, RecSet &Elts,
H A DSetTheory.cpp30 virtual void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, function in struct:__anon3607::AddOp
38 virtual void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, function in struct:__anon3607::SubOp
54 virtual void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, function in struct:__anon3607::AndOp
74 virtual void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, function in struct:__anon3607::SetIntBinOp
154 virtual void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, function in struct:__anon3607::InterleaveOp
173 virtual void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, function in struct:__anon3607::SequenceOp
300 Op->apply(*this, DagExpr, Elts, Loc);
/freebsd-9.3-release/sys/dev/sound/pcm/
H A Dfeeder_volume.c97 feed_volume_t apply; member in struct:feed_volume_info
111 feed_volume_t apply; member in struct:__anon8990
161 info->apply = feed_volume_info_tab[i].apply;
255 * First, let see if we really need to apply gain at all.
282 info->apply(vol, matrix, info->channels, dst, j);
311 * feeder_volume_apply_matrix(): For given matrix map, apply its configuration
H A Dfeeder_matrix.c72 feed_matrix_t apply; member in struct:feed_matrix_info
202 feed_matrix_t apply; member in struct:__anon8987
359 * multiple channels, apply a slight attenuation to
413 info->apply = NULL;
415 for (i = 0; info->apply == NULL &&
418 info->apply = feed_matrix_tab[i].apply;
421 if (info->apply == NULL) {
429 info->apply = feed_matrix_apply_generic;
512 info->apply(inf
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DBuiltinFunctionChecker.cpp87 BVF.getAPSIntType(CE->getType()).apply(Result);
/freebsd-9.3-release/usr.sbin/ctm/mkCTM/
H A DmkCTM144 exec sh -e -c "cd $CTMcopy ; $CTMSW/ctm -v -v -v ${CTMtmp}:${nm}.gz" >& ${CTMtmp}.apply
145 exec echo did apply > $CTMlock
/freebsd-9.3-release/sys/netgraph/
H A Dng_base.c2184 if (item->apply != NULL) {
2186 item->apply->error = ENOENT;
2187 if (refcount_release(&item->apply->refs)) {
2188 (*item->apply->apply)(item->apply->context,
2189 item->apply->error);
2207 * apply pointer must be or NULL or reference valid struct ng_apply_info.
2237 /* Item was sent once more, postpone apply() call. */
2238 if (item->apply)
2365 struct ng_apply_info *apply; local
[all...]
H A Dng_socket.c207 struct ng_apply_info apply; local
311 bzero(&apply, sizeof(apply));
312 apply.apply = ng_socket_item_applied;
313 apply.context = priv;
314 item->apply = &apply;
/freebsd-9.3-release/contrib/opie/
H A Dconfigure2072 builtin and then its argument prototype would still apply. */
2119 builtin and then its argument prototype would still apply. */
2209 builtin and then its argument prototype would still apply. */
2299 builtin and then its argument prototype would still apply. */
2340 builtin and then its argument prototype would still apply. */
2657 builtin and then its argument prototype would still apply. */
2877 builtin and then its argument prototype would still apply. */
2983 builtin and then its argument prototype would still apply. */
3040 builtin and then its argument prototype would still apply. */
3091 builtin and then its argument prototype would still apply
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp175 Type.apply(Upper);
188 Type.apply(Lower);
193 Type.apply(Lower);
194 Type.apply(Upper);
198 Type.apply(Lower);
211 Type.apply(Upper);
H A DSimpleSValBuilder.cpp116 BasicVals.getAPSIntType(castTy).apply(i);
173 BasicVals.getAPSIntType(castTy).apply(i);
348 BasicVals.getAPSIntType(Context.VoidPtrTy).apply(i);
375 CompareType.apply(LHSValue);
376 CompareType.apply(RHSValue);
379 IntType.apply(LHSValue);
380 IntType.apply(RHSValue);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Tooling/
H A DRefactoring.cpp52 bool Replacement::apply(Rewriter &Rewrite) const { function in class:clang::tooling::Replacement
149 Result = I->apply(Rewrite) && Result;
166 Result = I->apply(Rewrite) && Result;
193 if (!Replace.apply(Rewrite))
/freebsd-9.3-release/contrib/lukemftpd/
H A Dconfigure1052 builtin and then its argument prototype would still apply. */
1099 builtin and then its argument prototype would still apply. */
1147 builtin and then its argument prototype would still apply. */
1198 builtin and then its argument prototype would still apply. */
1245 builtin and then its argument prototype would still apply. */
1291 builtin and then its argument prototype would still apply. */
1339 builtin and then its argument prototype would still apply. */
1377 builtin and then its argument prototype would still apply. */
1435 builtin and then its argument prototype would still apply. */
1481 builtin and then its argument prototype would still apply
[all...]
/freebsd-9.3-release/etc/rc.d/
H A Dnamed66 devfs -m ${named_chrootdir}/dev rule apply path null unhide
67 devfs -m ${named_chrootdir}/dev rule apply path random unhide
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Tooling/
H A DRefactoring.h112 bool apply(Rewriter &Rewrite) const;
143 /// \returns true if all replacements apply. false otherwise.
151 /// \returns true if all replacements apply. false otherwise.
210 /// \brief Call run(), apply all generated replacements, and immediately save
221 /// \returns true if all replacements apply. false otherwise.
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Dsol2-ci.asm15 ! file. (The General Public License restrictions do apply in other
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dcrti.asm13 # file. (The General Public License restrictions do apply in other
/freebsd-9.3-release/lib/libc/gen/
H A Dsetmode.c76 * Given the old mode and an array of bitcmd structures, apply the operations
312 goto apply;
316 apply: if (!*p)
/freebsd-9.3-release/contrib/bmake/mk/
H A Dsys.mk34 # will apply DEBUG_MAKE_FLAGS now.
37 # use DEBUG_MAKE_FLAGS0 to apply only to .MAKE.LEVEL 0
194 # will apply DEBUG_MAKE_FLAGS, now.

Completed in 202 milliseconds

1234