Searched refs:which (Results 51 - 75 of 446) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/
H A Dcompile2 # Wrapper for compilers which do not understand `-c -o'.
41 Wrapper for compilers which do not understand `-c -o'.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/ip2/
H A Di2cmd.c37 // Here is the table of global arrays which represent each type of command
166 // Function: i2cmdBaudDef(which, rate)
174 // argument which), and returns a pointer to the appropriate structure.
177 i2cmdBaudDef(int which, unsigned short rate) argument
181 switch(which)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/
H A Dcompile2 # Wrapper for compilers which do not understand `-c -o'.
41 Wrapper for compilers which do not understand `-c -o'.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgpg-error-1.10/
H A Dcompile2 # Wrapper for compilers which do not understand `-c -o'.
41 Wrapper for compilers which do not understand `-c -o'.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libogg-1.1.4/
H A Dcompile2 # Wrapper for compilers which do not understand `-c -o'.
41 Wrapper for compilers which do not understand `-c -o'.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/
H A Dcompile2 # Wrapper for compilers which do not understand `-c -o'.
41 Wrapper for compilers which do not understand `-c -o'.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/
H A Dcompile2 # Wrapper for compilers which do not understand `-c -o'.
41 Wrapper for compilers which do not understand `-c -o'.
H A Dautogen.sh29 if [ -e "`which $1$V`" ] ; then
32 if [ -e "`which $1-$2`" ] ; then
54 sed 's/read dummy/\#/' `which gettextize` | sh -s -- --copy --force
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/
H A Dcompile2 # Wrapper for compilers which do not understand `-c -o'.
41 Wrapper for compilers which do not understand `-c -o'.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_c/ex_rep/base/
H A Drep_base.c271 event_callback(dbenv, which, info)
273 u_int32_t which;
279 switch (which) {
302 dbenv->errx(dbenv, "ignoring event %d", which);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/internal/
H A DDbEnv.java37 * which can potentially be different to this. We keep a copy here so
311 public boolean get_verbose(int which) throws com.sleepycat.db.DatabaseException { return db_javaJNI.DbEnv_get_verbose(swigCPtr, this, which); } argument
367 public void set_verbose(int which, boolean onoff) throws com.sleepycat.db.DatabaseException { db_javaJNI.DbEnv_set_verbose(swigCPtr, this, which, onoff); } argument
437 public boolean log_get_config(int which) throws com.sleepycat.db.DatabaseException { return db_javaJNI.DbEnv_log_get_config(swigCPtr, this, which); } argument
443 public void log_set_config(int which, boolean onoff) throws com.sleepycat.db.DatabaseException { db_javaJNI.DbEnv_log_set_config(swigCPtr, this, which, onoff); } argument
536 public void rep_set_config(int which, boolea argument
548 rep_get_config(int which) argument
566 rep_get_timeout(int which) argument
572 rep_set_timeout(int which, long timeout) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/build/
H A Dconfig.mk10 # FLAC distribution contains at the top the terms under which it may be
14 # it may be distributed under the Xiph.Org license, which is the least
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/des/times/
H A Dusparc.cc14 actual 'speed' numbers look better which is a realistic version of
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/times/
H A Dusparc.cc14 actual 'speed' numbers look better which is a realistic version of
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/www/
H A Dfunc.js21 lastkeypressed = (evt.keyCode) ? evt.keyCode : (evt.which ) ? evt.which : null;
292 else if(e.which)
294 keynum = e.which
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/modutils/
H A Drmmod.c38 int query_module(const char *name, int which, void *buf,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dvio.h77 extern const void *vio_get_attribute(struct vio_dev *vdev, char *which,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_method.c98 __rep_get_config(dbenv, which, onp)
100 u_int32_t which;
115 if (FLD_ISSET(which, ~OK_FLAGS))
123 __rep_config_map(env, &which, &mapped);
146 __rep_set_config(dbenv, which, on)
148 u_int32_t which;
173 if (FLD_ISSET(which, ~OK_FLAGS))
177 __rep_config_map(env, &which, &mapped);
290 * We must protect rep_start, which may change the world, with the rest
301 * There is also the renv->rep_timestamp which i
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_method.c187 __memp_set_config(dbenv, which, on)
189 u_int32_t which;
201 switch (which) {
208 FLD_SET(mp->config_flags, which);
210 FLD_CLR(mp->config_flags, which);
226 __memp_get_config(dbenv, which, onp)
228 u_int32_t which;
240 switch (which) {
246 *onp = FLD_ISSET(mp->config_flags, which) ? 1 : 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3_asid.c200 int v3_asid_add_inherit(ASIdentifiers *asid, int which)
205 switch (which) {
230 int which,
238 switch (which) {
513 int i1, i2, i3, is_range, which;
519 which = V3_ASID_ASNUM;
521 which = V3_ASID_RDI;
532 if (v3_asid_add_inherit(asid, which))
540 * Number, range, or mistake, pick it apart and figure out which.
588 if (!v3_asid_add_id_or_range(asid, which, mi
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dhisax_fcpcipnp.c221 static void __fcpci_write_ctrl(struct fritz_bcs *bcs, int which) argument
227 'A' + bcs->channel, which, bcs->ctrl.ctrl);
233 static void fcpci_write_ctrl(struct fritz_bcs *bcs, int which) argument
239 __fcpci_write_ctrl(bcs, which);
311 static void fcpci2_write_ctrl(struct fritz_bcs *bcs, int which) argument
317 'A' + bcs->channel, which, bcs->ctrl.ctrl);
340 static void __fcpnp_write_ctrl(struct fritz_bcs *bcs, int which) argument
346 'A' + bcs->channel, which, bcs->ctrl.ctrl);
349 if (which & 4)
352 if (which
360 fcpnp_write_ctrl(struct fritz_bcs *bcs, int which) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/SGI/
H A Dinst.msg19 echo which will remove the entries from /etc/services
H A Dsmb.conf17 ; The default for printcap name is lpstat which will export all printers.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_log.c658 Tcl_Obj *list; /* {which on|off} */
669 Tcl_Obj **myobjv, *onoff, *which; local
675 Tcl_WrongNumArgs(interp, 2, myobjv, "?{which onoff}?");
676 which = myobjv[0];
680 if (Tcl_GetIndexFromObj(interp, which, confwhich, "option",
682 return (IS_HELP(which));
729 tcl_LogGetConfig(interp, dbenv, which)
732 Tcl_Obj *which; /* which flag */
738 if (Tcl_GetIndexFromObj(interp, which, confwhic
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-sa1100/
H A Dcollie_pm.c174 static unsigned long read_devdata(int which) argument
176 switch (which) {

Completed in 135 milliseconds

1234567891011>>