Searched refs:environment (Results 1 - 25 of 304) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/man/
H A Denvsubst.x2 envsubst \- substitutes environment variables in shell format strings
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DMessageHandler.java27 @param environment
28 The enclosing database environment handle.
33 void message(Environment environment, String message); argument
H A DPanicHandler.java12 environment panics.
16 A function to be called if the database environment panics.
27 @param environment
28 The enclosing database environment handle.
34 void panic(Environment environment, DatabaseException e); argument
H A DErrorHandler.java30 @param environment
31 The enclosing database environment handle.
41 void error(Environment environment, String errpfx, String msg); argument
H A DLogRecordHandler.java16 @param environment
17 The enclosing database environment.
28 int handleLogRecord(Environment environment, argument
H A DFeedbackHandler.java15 A function called with progress information when the database environment is being recovered.
19 @param environment
20 A reference to the enclosing database environment.
25 void recoveryFeedback(Environment environment, int percent); argument
H A DReplicationTransport.java25 @param environment
26 The enclosing database environment handle.
42 environment to which the message should be sent.
45 broadcast to every environment in the replication group. The
72 int send(Environment environment, DatabaseEntry control, DatabaseEntry rec, argument
78 A message that should be broadcast to every environment in the
87 An invalid environment ID, and may be used to initialize environment ID
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-sysdeps-util.c44 * environment. Use dbus_free_string_array to free it.
46 * @returns the environment or #NULL on OOM
52 char **environment; local
61 environment = dbus_new0 (char *, length);
63 if (environment == NULL)
68 environment[i] = _dbus_strdup (environ[i]);
70 if (environment[i] == NULL)
76 dbus_free_string_array (environment);
77 environment = NULL;
80 return environment;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/active/
H A DstartUSBModem29 elif [ -r /etc/environment ]; then
30 . /etc/environment
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libexif-0.6.19/m4m/
H A DMakefile.am1 EXTRA_DIST = gp-byteorder.m4 gp-check-library.m4 gp-check-popt.m4 gp-check-shell-environment.m4 gp-config-msg.m4 gp-documentation.m4 gp-gettext-hack.m4 gp-packaging.m4 gp-pkg-config.m4 gp-references.m4 stdint.m4
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/test/
H A Dclean_test.com4 $ def_orig = f$environment( "default")
5 $ proc = f$environment( "procedure")
H A Dtests.com8 $ proc = f$environment( "procedure")
12 $ __proc = f$element(0,";",f$environment("procedure"))
14 $ __save_default = f$environment("default")
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/test/
H A Dclean_test.com4 $ def_orig = f$environment( "default")
5 $ proc = f$environment( "procedure")
H A Dtests.com8 $ proc = f$environment( "procedure")
12 $ __proc = f$element(0,";",f$environment("procedure"))
14 $ __save_default = f$environment("default")
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/
H A Dmsvc-dev.bat12 echo "Cannot detect visual studio environment"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/doc/manl/
H A Dcsc_file.l17 CSCfileExpandPath - expand ~ and environment variables in pathname
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/VMS/
H A Dopenssl_startup.com21 $ orig_dev_dir = f$environment( "DEFAULT")
45 $ proc = f$environment( "procedure")
53 $ ossl_dev_dir = f$environment( "default")
H A Dinstall-vms.com11 $ proc = f$environment( "procedure")
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/VMS/
H A Dopenssl_startup.com21 $ orig_dev_dir = f$environment( "DEFAULT")
45 $ proc = f$environment( "procedure")
53 $ ossl_dev_dir = f$environment( "default")
H A Dinstall-vms.com11 $ proc = f$environment( "procedure")
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Dactivation.c57 DBusHashTable *environment; member in struct:BusActivation
728 char **environment; local
731 environment = _dbus_get_environment ();
733 if (environment == NULL)
738 dbus_free_string_array (environment);
745 dbus_free_string_array (environment);
749 for (i = 0; environment[i] != NULL; i++)
751 if (!_dbus_string_append (&key, environment[i]))
764 if (!_dbus_hash_table_insert_string (activation->environment,
772 if (environment[
1579 char **environment; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/docs_src/tcl/
H A Dm4.tcl46 dnl $1: env if an environment operation
54 ifelse([$1], env, database environment, database)]),
103 dnl #1: if db or environment.
119 the database was opened in an environment, the Tcl command name will be
120 the environment name (for example, env0), otherwise it will be the
122 consist of the environment command name (for example, env0) and a colon
132 The m4_db process' environment may be permitted to specify information
136 security problems, environment information will be used in file naming
140 The m4_db process' environment may be permitted to specify information
144 problems, if the m4_arg(-use_environ_root) flag is set, environment
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A DVorbis_I_spec.tex33 % The fancyvrb package provides the "Verbatim" environment, which,
47 % don't use \begin{figure}...\end{figure}, but rather a center environment.
63 % Simple 'Note' environment. Can be customized later on.
66 % Map DocBook's <programlisting> to fancyvrb's Verbatim environment
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/
H A Dinstall.com12 $ proc = f$environment( "procedure")
16 $ def_orig = f$environment( "default")
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/
H A Dinstall.com12 $ proc = f$environment( "procedure")
16 $ def_orig = f$environment( "default")

Completed in 187 milliseconds

1234567891011>>