Searched refs:perform (Results 1 - 25 of 48) sorted by relevance

12

/freebsd-current/usr.sbin/certctl/
H A Dcertctl.sh58 perform() function
133 perform install ${INSTALLFLAGS} -m 0444 ${link} \
173 perform install ${INSTALLFLAGS} -m 0444 ${link} \
234 perform find "$CERTDESTDIR" \( -type f -or -type l \) -delete
236 perform install -d -m 0755 "$CERTDESTDIR"
239 perform find "$UNTRUSTDESTDIR" \( -type f -or -type l \) -delete
241 perform install -d -m 0755 "$UNTRUSTDESTDIR"
259 perform install -d -m 0755 "$UNTRUSTDESTDIR"
279 perform rm -f $UNTRUSTEDFILE
284 perform r
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Debuginfod/
H A DHTTPClient.h52 /// A reusable client that can perform HTTPRequests through a network socket.
80 Error perform(const HTTPRequest &Request, HTTPResponseHandler &Handler);
/freebsd-current/crypto/openssl/apps/
H A Ds_time.c127 int maxtime = SECONDS, nConn = 0, perform = 3, ret = 1, i, st_bugs = 0; local
151 perform = 2;
154 perform = 1;
267 if (!(perform & 1))
328 if (!(perform & 2))
H A Dtsget.in100 my $error_code = $curl->perform();
/freebsd-current/contrib/llvm-project/llvm/lib/Debuginfod/
H A DHTTPClient.cpp106 Error HTTPClient::perform(const HTTPRequest &Request, function in class:HTTPClient
153 Error HTTPClient::perform(const HTTPRequest &Request, function in class:HTTPClient
H A DDebuginfod.cpp298 Error Err = Client.perform(Request, Handler);
502 // Check collection; perform on-demand update if stale.
533 // Check collection; perform on-demand update if stale.
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopIterator.h123 void perform(const LoopInfo *LI);
180 void perform(const LoopInfo *LI) { function in class:llvm::LoopBlocksRPO
181 DFS.perform(LI);
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOMemOPSizeOpt.cpp185 void perform() { function in class:__anon2884::MemOPSizeOpt
191 if (perform(MO)) {
202 // Not perform on constant length calls.
227 bool perform(MemOp MO);
248 bool MemOPSizeOpt::perform(MemOp MO) { function in class:__anon2884::MemOPSizeOpt
468 MemOPSizeOpt.perform();
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLibCallsShrinkWrap.cpp58 bool perform() { function in class:__anon2991::LibCallsShrinkWrap
63 if (perform(CI)) {
72 bool perform(CallInst *CI);
487 bool LibCallsShrinkWrap::perform(CallInst *CI) { function in class:LibCallsShrinkWrap
490 assert(Callee && "perform() should apply to a non-empty callee");
492 assert(Func && "perform() is not expecting an empty function");
506 bool Changed = CCDCE.perform();
/freebsd-current/tools/test/stress2/misc/
H A Dldt2.sh38 This are notes of how to perform the test.
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_add_impl.inc81 // perform addition.
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInstSimplify.cpp73 RPOT.perform(&LI);
H A DLoopDeletion.cpp120 RPOT.perform(&LI);
229 RPOT.perform(&LI);
H A DLoopSimplifyCFG.cpp12 // perform suboptimally, this is the place to fix it up.
205 DFS.perform(&LI);
/freebsd-current/stand/lua/
H A Dmenu.lua60 loader.perform("unload")
321 loader.perform("reboot")
351 loader.perform("unload")
406 loader.perform("chain " ..
H A Dcli.lua112 loader.perform("unload")
128 loader.perform("unload")
H A Dcore.lua366 loader.perform("efi-seed-entropy")
384 loader.perform(composeLoaderCmd("autoboot", argstr))
393 loader.perform(composeLoaderCmd("boot", argstr))
/freebsd-current/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp297 LocalInstantiations.perform();
298 GlobalInstantiations.perform();
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_write_disk_set_standard_lookup.c160 #error No way to perform gid lookups on this platform
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-mtime.mk106 # does not perform any filesystem operations.
H A Dvarmod-assign.mk3 # Tests for the obscure ::= variable modifiers, which perform variable
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DDDG.cpp206 DFS.perform(&LI);
/freebsd-current/stand/liblua/
H A Dlutils.c37 * Like loader.perform, except args are passed already parsed
399 REG_SIMPLE(perform),
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanHCFGBuilder.cpp369 RPO.perform(LI);
/freebsd-current/sys/contrib/openzfs/scripts/
H A Dcstyle.pl64 -p perform some of the more picky checks

Completed in 282 milliseconds

12