Searched refs:doit (Results 26 - 50 of 68) sorted by relevance

123

/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.include.ksh36 doit() function
98 doit $file $ofile $errfile &
/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Dgetaddrinfo-test.c67 doit (const char *nodename, const char *servname) function
144 doit (nodename, argv[i+1]);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h851 static inline bool doit(const Value &Val) { function in struct:llvm::Value::isa_impl
858 static inline bool doit(const Value &Val) { function in struct:llvm::Value::isa_impl
865 static inline bool doit(const Value &Val) { function in struct:llvm::Value::isa_impl
872 static inline bool doit (const Value &Val) { function in struct:llvm::Value::isa_impl
878 static inline bool doit(const Value &Val) { function in struct:llvm::Value::isa_impl
884 static inline bool doit(const Value &Val) { function in struct:llvm::Value::isa_impl
890 static inline bool doit(const Value &Val) { function in struct:llvm::Value::isa_impl
896 static inline bool doit(const Value &Val) { function in struct:llvm::Value::isa_impl
902 static inline bool doit(const Value &Val) { function in struct:llvm::Value::isa_impl
908 static inline bool doit(cons function in struct:llvm::Value::isa_impl
914 static inline bool doit(const Value &Val) { function in struct:llvm::Value::isa_impl
920 static inline bool doit(const Value &Val) { function in struct:llvm::Value::isa_impl
926 static inline bool doit(const Value &Val) { function in struct:llvm::Value::isa_impl
932 static inline bool doit(const Value &Val) { function in struct:llvm::Value::isa_impl
[all...]
/freebsd-13-stable/usr.bin/finger/
H A Dutil.c111 char doit = 0; local
116 doit = 1;
119 for (; !doit && w != NULL; w = w->next)
122 doit = 1;
128 for (w = pn->whead; doit && w != NULL; w = w->next)
131 doit = 0;
133 if (ut != NULL && doit) {
/freebsd-13-stable/contrib/ncurses/ncurses/trace/
H A Dlib_trace.c176 unsigned doit = _nc_tracing; local
195 || (doit & TRACE_ICALLS) != 0)
196 doit &= (TRACE_CALLS | TRACE_CCALLS);
198 doit = 0;
202 if (doit != 0 && fp != 0) {
/freebsd-13-stable/contrib/netbsd-tests/net/net/
H A Dt_pktinfo.c156 doit(void) function
178 doit();
191 doit();
/freebsd-13-stable/crypto/heimdal/appl/test/
H A Dtcp_server.c156 doit (int port, const char *service) function
167 return doit (port, service);
H A Dnt_gss_server.c156 doit (int port, const char *service) function
243 return doit (port, service);
H A Duu_server.c175 doit (int port, const char *service) function
211 return doit (port, service);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeStreamMerger.cpp102 Error doit(const CVTypeArray &Types);
246 return doit(Types);
256 return doit(Ids);
266 auto Err = doit(IdsAndTypes);
279 auto Err = doit(Types);
293 return doit(Ids);
305 auto Err = doit(IdsAndTypes);
310 Error TypeStreamMerger::doit(const CVTypeArray &Types) { function in class:TypeStreamMerger
/freebsd-13-stable/tools/tools/cxgbtool/
H A Dcxgbtool.c128 doit(const char *iff_name, unsigned long cmd, void *data) function
163 if (doit(iff_name, CHELSIO_GETREG, &reg) < 0)
176 if (doit(iff_name, CHELSIO_SETREG, &ch_reg) < 0)
232 if (doit(iff_name, cmd, &p) < 0)
502 if (doit(iff_name, CHELSIO_IFCONF_GETREGS, &regs))
621 if (doit(iff_name, CHELSIO_IFCONF_GETREGS, &regs))
639 if (doit(iff_name, CHELSIO_GETMTUTAB, &m) < 0)
660 if (doit(iff_name, CHELSIO_SETMTUTAB, &m) < 0)
758 if (doit(iff_name, CHELSIO_GET_SGE_CONTEXT, &ctx) < 0)
798 if (doit(iff_nam
[all...]
/freebsd-13-stable/tools/tools/git/
H A Dgit-svn-init138 doit() function
202 doit ${GIT_SRC_REPO} ${base_path:-freebsd} "src"
206 doit ${GIT_PORTS_REPO} ${base_path:-freebsd} "ports"
210 doit ${GIT_DOCS_REPO} ${base_path:-freebsd} "docs"
/freebsd-13-stable/crypto/openssl/apps/
H A Dspeed.c1396 int doit[ALGOR_NUM] = { 0 }; local
1577 doit[D_EVP] = 1;
1659 doit[i] = 1;
1664 doit[D_CBC_DES] = doit[D_EDE3_DES] = 1;
1669 doit[D_SHA1] = doit[D_SHA256] = doit[D_SHA512] = 1;
1697 doit[D_CBC_128_AES] = doit[D_CBC_192_AE
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h2499 static const ToTy *doit(const DeclContext *Val) { function in struct:clang::cast_convert_decl_context
2503 static ToTy *doit(DeclContext *Val) { function in struct:clang::cast_convert_decl_context
2511 static const ToTy *doit(const DeclContext *Val) { function in struct:clang::cast_convert_decl_context
2515 static ToTy *doit(DeclContext *Val) { function in struct:clang::cast_convert_decl_context
2527 static bool doit(const ::clang::DeclContext &Val) { function in struct:llvm::isa_impl
2536 static const ToTy &doit(const ::clang::DeclContext &Val) { function in struct:llvm::cast_convert_val
2537 return *::clang::cast_convert_decl_context<ToTy>::doit(&Val);
2543 static ToTy &doit(::clang::DeclContext &Val) { function in struct:llvm::cast_convert_val
2544 return *::clang::cast_convert_decl_context<ToTy>::doit(&Val);
2551 static const ToTy *doit(cons function in struct:llvm::cast_convert_val
2558 static ToTy *doit(::clang::DeclContext *Val) { function in struct:llvm::cast_convert_val
2566 static ::clang::DeclContext &doit(const FromTy &Val) { function in struct:llvm::cast_convert_val
2573 static ::clang::DeclContext *doit(const FromTy *Val) { function in struct:llvm::cast_convert_val
2580 static const ::clang::DeclContext &doit(const FromTy &Val) { function in struct:llvm::cast_convert_val
2587 static const ::clang::DeclContext *doit(const FromTy *Val) { function in struct:llvm::cast_convert_val
[all...]
/freebsd-13-stable/crypto/heimdal/lib/asn1/
H A Dasn1_gen.c46 doit(const char *fn) function
185 return doit (argv[0]);
/freebsd-13-stable/contrib/dialog/
H A Ddemo.pl65 sub doit() { subroutine
335 &doit;
/freebsd-13-stable/share/examples/libusb20/
H A Dbulk.c67 doit(struct libusb20_device *dev) function
241 doit(dev);
H A Dcontrol.c72 doit(struct libusb20_device *dev) function
77 printf("doit(): bmRequestType 0x%02x, bRequest 0x%02x, wValue 0x%04x, wIndex 0x%04x, wLength 0x%04x\n",
413 doit(dev);
/freebsd-13-stable/usr.sbin/cxgbetool/
H A Dcxgbetool.c160 #define doit(x, y) real_doit(x, y, #x) macro
187 rc = doit(CHELSIO_T4_GETREG, &reg);
203 return doit(CHELSIO_T4_SETREG, &reg);
500 rc = doit(CHELSIO_T4_REGDUMP, &regs);
951 rc = doit(CHELSIO_T4_GET_FILTER_MODE, &mode);
962 rc = doit(CHELSIO_T4_GET_FILTER, &t);
981 rc = doit(CHELSIO_T4_GET_FILTER, &t);
1003 rc = doit(CHELSIO_T4_GET_FILTER_MODE, &mode);
1127 return doit(CHELSIO_T4_SET_FILTER_MASK, &mode);
1129 return doit(CHELSIO_T4_SET_FILTER_MOD
[all...]
/freebsd-13-stable/sbin/fsck_ffs/
H A Dpass5.c91 const char *doit = NULL; local
94 doit = "CREAT";
97 doit = "EXPAND";
99 if (doit) {
104 pwarn("CANNOT %s CLUSTER MAPS\n", doit);
110 doit);
/freebsd-13-stable/crypto/heimdal/appl/kf/
H A Dkf.c284 doit (const char *hostname, int port, const char *service, function
339 ret = doit (argv[i], port, service, message, sizeof(message));
H A Dkfd.c284 doit (int port, const char *service) function
306 ret = doit (port, service);
/freebsd-13-stable/bin/ls/
H A Dls.c172 bool doit; local
174 doit = false;
183 doit = true;
185 doit = true;
187 return (doit &&
/freebsd-13-stable/contrib/opie/
H A Dglob.c492 goto doit;
498 doit:
526 goto doit;
/freebsd-13-stable/contrib/telnet/telnetd/
H A Dtelnetd.c70 void doit(struct sockaddr *);
79 void doit(struct sockaddr *);
408 doit((struct sockaddr *)&from);
656 doit(struct sockaddr *who) function
721 } /* end of doit */

Completed in 465 milliseconds

123