Searched refs:which (Results 26 - 50 of 1220) sorted by relevance

1234567891011>>

/macosx-10.10.1/WebKit-7600.1.25/WebKit.vcxproj/WebKitGUID/
H A DWebKitGUIDPreBuild.cmd1 %SystemDrive%\cygwin\bin\which.exe perl
/macosx-10.10.1/apache-793/httpd/support/
H A Dcheck_forensic11 if test -f `which mktemp`; then
13 elif test -f `which tempfile`; then
/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/functions/
H A Dwhich2 # which - emulation of `which' as it appears in FreeBSD
4 # usage: which [-as] command [command...]
7 which()
16 ?) echo "which: usage: which [-as] command [command ...]" >&2
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/m68k/
H A Dobjdump.exp22 if {[which $OBJDUMP] == 0} then {
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/examples/
H A Dhistexamp.c106 int which; local
107 if ((sscanf (line + 6, "%d", &which)) == 1)
109 HIST_ENTRY *entry = remove_history (which);
111 fprintf (stderr, "No such entry %d\n", which);
/macosx-10.10.1/dcerpc-61/dcerpc/include/compat/
H A Dbaserpc.h80 #error Define either USE_DCE_STYLE or USE_MS_STYLE to decide which rpc call style should be used.
/macosx-10.10.1/tcl-105/tcl_ext/tkcon/tkcon/
H A Dinstall-desktop-menu.sh10 PROG_XDG_DESKTOP_MENU=`which xdg-desktop-menu`
11 PROG_XDG_ICON_RESOURCE=`which xdg-icon-resource`
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/examples/controlwidget/
H A Ddemo-rdial.tcl17 proc show_value {which v} {
18 set val [.$which cget -value]
19 set ::disp_value($which) [format "%.1f" $val]
20 switch -- $which {
/macosx-10.10.1/text_cmds-88/tr/
H A Dextern.h43 enum { STRING1, STRING2 } which; member in struct:__anon13898
/macosx-10.10.1/curl-83.1.2/curl/tests/
H A Dftp.pm10 # This software is licensed as described in the file COPYING, which
156 # with a SIGTERM signal and SIGKILLs those which haven't died on time.
180 # Send a SIGTERM to processes which are alive to gracefully stop them.
251 my ($proto, $ipvnum, $idnum, $verbose, $which) = @_;
258 die "unsupported sockfilter: $which"
259 if($which && ($which !~ /^(main|data)$/));
263 if(!$which || ($which eq 'main')) {
277 if(!$which || (
[all...]
/macosx-10.10.1/Libinfo-459/lookup.subproj/
H A Dfile_module.c772 _fsi_parse_user(si_mod_t *si, const char *name, uid_t uid, int which, char *data, int format, uint64_t va, uint64_t vb) argument
794 if (which == SEL_ALL) match = 1;
795 else if ((which == SEL_NAME) && (string_equal(name, tokens[0]))) match = 1;
796 else if ((which == SEL_NUMBER) && (uid == xuid)) match = 1;
824 _fsi_get_user(si_mod_t *si, const char *name, uid_t uid, int which) argument
833 if ((which == SEL_NAME) && (name == NULL)) return NULL;
868 item = _fsi_parse_user(si, name, uid, which, line, fmt, va, vb);
874 if (which == SEL_ALL)
891 _fsi_parse_group(si_mod_t *si, const char *name, gid_t gid, int which, char *data, uint64_t va, uint64_t vb) argument
911 if (which
933 _fsi_get_group(si_mod_t *si, const char *name, gid_t gid, int which) argument
1087 _fsi_parse_alias(si_mod_t *si, const char *name, int which, char *data, uint64_t va, uint64_t vb) argument
1126 _fsi_get_alias(si_mod_t *si, const char *name, int which) argument
1180 _fsi_parse_ether(si_mod_t *si, const char *name, int which, char *data, uint64_t va, uint64_t vb) argument
1225 _fsi_get_ether(si_mod_t *si, const char *name, int which) argument
1289 _fsi_parse_host(si_mod_t *si, const char *name, const void *addr, int af, int which, char *data, uint64_t va, uint64_t vb) argument
1386 _fsi_get_host(si_mod_t *si, const char *name, const void *addr, int af, int which, uint32_t *err) argument
1453 _fsi_parse_service(si_mod_t *si, const char *name, const char *proto, int port, int which, char *data, uint64_t va, uint64_t vb) argument
1522 _fsi_get_service(si_mod_t *si, const char *name, const char *proto, int port, int which) argument
1582 _fsi_parse_name_num_aliases(si_mod_t *si, const char *name, int num, int which, char *data, uint64_t va, uint64_t vb, int cat) argument
1644 _fsi_get_name_number_aliases(si_mod_t *si, const char *name, int num, int which, int cat) argument
1717 _fsi_parse_fs(si_mod_t *si, const char *name, int which, char *data, uint64_t va, uint64_t vb) argument
1870 _fsi_get_fs(si_mod_t *si, const char *name, int which) argument
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/unix/
H A Dmetakit.spec18 Metakit is an embeddable database which runs on Unix, Windows,
19 Macintosh, and other platforms. It lets you build applications which
20 store their data efficiently, in a portable way, and which will not need a
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dmsmessages.vim26 " Comments includes both ";" which describes a "comment" which will be
27 " converted to C code and variants on "; //" which will remain comments
/macosx-10.10.1/BerkeleyDB-21/db/rep/
H A Drep_stub.c195 __rep_set_timeout(dbenv, which, timeout)
197 int which;
200 COMPQUIET(which, 0);
206 __rep_get_timeout(dbenv, which, timeout)
208 int which;
211 COMPQUIET(which, 0);
217 __rep_get_config(dbenv, which, onp)
219 u_int32_t which;
222 COMPQUIET(which, 0);
228 __rep_set_config(dbenv, which, o
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-relay/
H A Dop.c114 * set/send results depending on operation type <which>'s fail_modes.
117 relay_back_select_backend( Operation *op, SlapReply *rs, int which )
122 slap_mask_t fail_mode = relay_fail_modes[which].rf_bd;
131 key += which; /* <relay, op type> key from RELAY_WRAP_OP() */
176 #define RELAY_WRAP_OP( op, bd, which, act ) { \
180 wrap_oex.oe.oe_key = (char *) wrap_bd->be_private + (which); \
189 * Forward backend function #<which> on <op> to operation DN's database
191 * backend function, set/send results depending on <which>'s fail_modes.
194 relay_back_op( Operation *op, SlapReply *rs, int which )
198 slap_mask_t fail_mode = relay_fail_modes[which]
[all...]
/macosx-10.10.1/PowerManagement-494.1.2/pmconfigd/
H A DPMSettings.h58 __private_extern__ IOReturn GetPMSettingNumber(CFStringRef which, int64_t *value);
/macosx-10.10.1/Security-57031.1.35/Security/include/securityd_client/
H A Ddictionary.cpp221 int which = FindPositionByName (name); local
222 if (which != -1)
224 NameValuePair* nvp = mVector[which];
225 mVector.erase (mVector.begin () + which);
252 int which = FindPositionByName (name); local
253 return which == -1 ? NULL : mVector[which];
266 const NameValuePair* NameValueDictionary::GetElement (int which) argument
268 return mVector[which];
/macosx-10.10.1/Security-57031.1.35/Security/libsecurityd/lib/
H A Ddictionary.cpp221 int which = FindPositionByName (name); local
222 if (which != -1)
224 NameValuePair* nvp = mVector[which];
225 mVector.erase (mVector.begin () + which);
252 int which = FindPositionByName (name); local
253 return which == -1 ? NULL : mVector[which];
266 const NameValuePair* NameValueDictionary::GetElement (int which) argument
268 return mVector[which];
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dmisc_protos.h59 int which,
64 int which,
77 int which,
216 int which,
/macosx-10.10.1/Libc-1044.1.2/gen/NetBSD/
H A Drb.c406 * Swap the location and colors of 'self' and its child @ which. The child
415 const unsigned int which)
417 const unsigned int other = which ^ RB_DIR_OTHER;
419 struct rb_node * const old_child = old_father->rb_nodes[which];
423 KASSERT(which == RB_DIR_LEFT || which == RB_DIR_RIGHT);
437 new_child->rb_nodes[which] = old_child->rb_nodes[other];
466 if (!RB_SENTINEL_P(new_child->rb_nodes[which])) {
467 RB_SET_FATHER(new_child->rb_nodes[which], new_child);
468 RB_SET_POSITION(new_child->rb_nodes[which], whic
414 rb_tree_reparent_nodes(struct rb_tree *rbt, struct rb_node *old_father, const unsigned int which) argument
483 unsigned int which; local
586 const unsigned int which = RB_POSITION(self); local
789 rb_tree_prune_blackred_branch(struct rb_tree *rbt, struct rb_node *self, unsigned int which) argument
838 unsigned int which; local
899 rb_tree_removal_rebalance(struct rb_tree *rbt, struct rb_node *parent, unsigned int which) argument
1273 const unsigned int which = RB_POSITION(self); local
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Drb.c305 * Swap the location and colors of 'self' and its child @ which. The child
314 const unsigned int which)
316 const unsigned int other = which ^ RB_DIR_OTHER;
318 struct rb_node * const old_child = old_father->rb_nodes[which];
322 KASSERT(which == RB_DIR_LEFT || which == RB_DIR_RIGHT);
335 new_child->rb_nodes[which] = old_child->rb_nodes[other];
364 if (!RB_SENTINEL_P(new_child->rb_nodes[which])) {
365 RB_SET_FATHER(new_child->rb_nodes[which], new_child);
366 RB_SET_POSITION(new_child->rb_nodes[which], whic
311 rb_tree_reparent_nodes(struct rb_tree *rbt, struct rb_node *old_father, const unsigned int which) argument
378 unsigned int which; local
481 const unsigned int which = RB_POSITION(self); local
682 rb_tree_prune_blackred_branch(struct rb_tree *rbt, struct rb_node *self, unsigned int which) argument
730 unsigned int which; local
791 rb_tree_removal_rebalance(struct rb_tree *rbt, struct rb_node *parent, unsigned int which) argument
1156 const unsigned int which = RB_POSITION(self); local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeNotify.c122 char which = args->which; local
130 args->which = chars[i];
137 args->which = which;
171 switch (args->which) {
200 QE_ExpandUnknown(args->which, args->result);
231 switch (args->which) {
270 switch (args->which) {
273 table = (args->which
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-sock/
H A Dconfig.c253 slap_operation_t which; local
256 case LDAP_REQ_BIND: which = op_bind; break;
257 case LDAP_REQ_UNBIND: which = op_unbind; break;
258 case LDAP_REQ_SEARCH: which = op_search; break;
259 case LDAP_REQ_COMPARE: which = op_compare; break;
260 case LDAP_REQ_MODIFY: which = op_modify; break;
261 case LDAP_REQ_MODRDN: which = op_modrdn; break;
262 case LDAP_REQ_ADD: which = op_add; break;
263 case LDAP_REQ_DELETE: which = op_delete; break;
268 if ( !(si->si_ops & sockopflags[which]))
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/JavaScriptCore.vcxproj/
H A DJavaScriptCorePreBuild.cmd1 %SystemDrive%\cygwin\bin\which.exe perl
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dmac.c97 mac_setup_by_id(Mac *mac, int which) argument
100 mac->type = macs[which].type;
102 mac->evp_md = (*macs[which].mdfunc)();
107 mac->mac_len = macs[which].len / 8;
108 mac->key_len = macs[which].key_len / 8;
111 if (macs[which].truncatebits != 0)
112 mac->mac_len = macs[which].truncatebits / 8;
113 mac->etm = macs[which].etm;

Completed in 315 milliseconds

1234567891011>>