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

/freebsd-9.3-release/usr.sbin/pkg_install/add/
H A DMakefile4 SRCS= main.c perform.c futil.c extract.c
/freebsd-9.3-release/usr.sbin/pkg_install/create/
H A DMakefile4 SRCS= main.c perform.c pl.c
/freebsd-9.3-release/usr.sbin/pkg_install/delete/
H A DMakefile4 SRCS= main.c perform.c
/freebsd-9.3-release/usr.sbin/pkg_install/info/
H A DMakefile4 SRCS= main.c perform.c show.c
/freebsd-9.3-release/usr.sbin/pkg_install/version/
H A DMakefile4 SRCS= main.c perform.c
/freebsd-9.3-release/gnu/usr.bin/rcs/rcsclean/
H A Drcsclean.c50 int dounlock, expmode, perform, unlocked, unlockflag, waslocked; variable
61 perform = true;
89 perform = false;
132 dounlock = perform & unlockflag;
217 if (perform & unlocked) {
228 if (perform && un_link(workname) != 0)
/freebsd-9.3-release/crypto/openssl/apps/
H A Ds_time.c190 static int perform = 0; variable
213 perform = 0;
287 perform = 2;
289 perform = 1;
366 if (perform == 0)
367 perform = 3;
502 if (!(perform & 1))
575 if (!(perform & 2))
/freebsd-9.3-release/crypto/openssl/crypto/des/times/
H A Dusparc.cc6 is able to perform when the code is 'inlined'. For 'speed', the DES
/freebsd-9.3-release/sys/boot/common/
H A Dinterp.c54 static int perform(int argc, char *argv[]);
60 perform(int argc, char *argv[]) function
135 if (perform(argc, argv))
305 if ((argc > 0) && (perform(argc, argv) != 0)) {
/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DLoopIterator.h64 void perform(LoopInfo *LI);
/freebsd-9.3-release/gnu/usr.bin/cvs/contrib/
H A Deasy-import.pl277 "perform a vendor-branch import to the existing sources?${ue}: ";
385 print "${so}You are done now. Go to a different directory, perform a${se}\n".
398 ${so}To do this, perform a${se}
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_write_disk_set_standard_lookup.c159 #error No way to perform gid lookups on this platform
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp309 LoopBlocks.perform(LI);
H A DLoopUnroll.cpp11 // actual pass or policy, but provides a single function to perform loop
264 DFS.perform(LI);
/freebsd-9.3-release/contrib/binutils/bfd/doc/
H A Dchew.c339 static void perform (void);
1229 perform () function
1545 perform ();
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DLoopInfo.cpp686 // -verify-loop-info option can enable this. In order to perform some
722 void LoopBlocksDFS::perform(LoopInfo *LI) { function in class:LoopBlocksDFS
/freebsd-9.3-release/sys/dev/isp/
H A DDriverManual.txt308 module to perform allocation and/or mapping of Request and Response
312 one could perform I/O mapping and dependent (e.g., on a Solaris system)
526 (ISPASYNC_FABRIC_DEV). The function that isp_async must perform in this
539 then perform the PLOGI/PRLI functions for fabric devices. The next state
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Dlib1funcs.asm668 @ perform the additions below. We must test for this though
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp148 /// InnerLoopVectorizer does not perform any vectorization-legality
2142 DFS.perform(LI);
3997 DEBUG(dbgs() << "LV: We can perform a memory runtime check if needed.\n");
4668 // map allows us to perform a linear search. We scan the instructions linearly
4677 DFS.perform(LI);
/freebsd-9.3-release/contrib/ncurses/
H A Dconfigure8539 # Construct a sed-script to perform renaming within man-pages
8753 # perform program transformations for section 1 man pages
10923 echo "$as_me:10923: checking if you want to perform memory-leak testing" >&5
10924 echo $ECHO_N "checking if you want to perform memory-leak testing... $ECHO_C" >&6

Completed in 228 milliseconds