Searched refs:Which (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/contrib/bmake/
H A Dmachine.sh36 Which() { function
49 arch=`Which arch /usr/bin:/usr/ucb:$PATH`
56 arch=`Which arch /usr/bin:/usr/ucb:$PATH`
H A Dos.sh51 Which() { function
90 CHOWN=`Which chown /usr/etc:/usr/bin`
95 arch=`Which arch /usr/bin:/usr/ucb`
140 arch=`Which arch /usr/bin:/usr/ucb:$PATH`
/freebsd-9.3-release/usr.sbin/pw/
H A Dpw_log.c61 sprintf(nfmt + strlen(nfmt), "[%s:%s%s] %s\n", name, Which[which], Modes[mode], fmt);
H A Dpw.c45 const char *Which[] = {"user", "group", NULL}; variable
160 else if (which == -1 && (tmp = getindex(Which, argv[1])) != -1)
290 fprintf(stderr, "usage:\n pw %s [add|del|mod|show|next] [help|switches/values]\n", Which[which]);
H A Dpw.h133 extern const char *Which[];
/freebsd-9.3-release/crypto/openssl/crypto/des/
H A DFILES08 VERSION - Which version this is and what was changed.
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclAttr.cpp2246 int Which = -1; local
2250 Which = 0;
2254 Which = 1;
2258 Which = 2;
2263 if (Which == -1) {
2270 << Which
H A DSemaExprObjC.cpp372 int Which = isa<CharacterLiteral>(OrigElement) ? 1 local
378 << Which << OrigElement->getSourceRange()
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DVTableBuilder.cpp2589 const CXXRecordDecl *MostDerivedClass, VFPtrInfo Which)
2594 WhichVFPtr(Which),
2588 VFTableBuilder(MicrosoftVTableContext &VTables, const CXXRecordDecl *MostDerivedClass, VFPtrInfo Which) argument
/freebsd-9.3-release/contrib/cvs/src/
H A Dsanity.sh244 # Which directories should Which and find_tool search for executables?
248 # Usage: Which [-a] [-x|-f|-r] prog [$SEARCHPATH:/with/directories:/to/search]
249 Which() { function
278 TESTSHELL=`Which -f sh`
433 clist=; for cmd in $cmds; do clist="$clist `Which -a $cmd`"; done
815 tryssh=`Which $CVS_RSH`
826 tryssh=`Which ssh`
20280 # key or somesuch. Which error message we get depends on whether
20476 # key or somesuch. Which erro
[all...]

Completed in 244 milliseconds