Searched refs:home (Results 1 - 25 of 1139) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/examples_java/src/db/repquote_gsg/
H A DSimpleConfig.java18 public String home; // String specifying the home directory for field in class:SimpleConfig
23 home = "";
28 return new java.io.File(home);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/examples_java/src/db/repquote_gsg/
H A DSimpleConfig.java18 public String home; // String specifying the home directory for field in class:SimpleConfig
23 home = "";
28 return new java.io.File(home);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/examples_java/src/db/repquote_gsg/
H A DSimpleConfig.java18 public String home; // String specifying the home directory for field in class:SimpleConfig
23 home = "";
28 return new java.io.File(home);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/src/
H A Dhomedir.c83 /* return the home directory of the current user as an allocated string */
86 char *home; local
88 home = GetEnv("CURL_HOME", FALSE);
89 if(home)
90 return home;
92 home = GetEnv("HOME", FALSE);
93 if(home)
94 return home;
102 home = decc_translate_vms(pw->pw_dir);
104 home
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/src/
H A Dhomedir.c83 /* return the home directory of the current user as an allocated string */
86 char *home; local
88 home = GetEnv("CURL_HOME", FALSE);
89 if(home)
90 return home;
92 home = GetEnv("HOME", FALSE);
93 if(home)
94 return home;
102 home = decc_translate_vms(pw->pw_dir);
104 home
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/src/
H A Dhomedir.c83 /* return the home directory of the current user as an allocated string */
86 char *home; local
88 home = GetEnv("CURL_HOME", FALSE);
89 if(home)
90 return home;
92 home = GetEnv("HOME", FALSE);
93 if(home)
94 return home;
102 home = decc_translate_vms(pw->pw_dir);
104 home
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/examples_cxx/excxx_repquote_gsg/
H A DSimpleConfigInfo.h17 char* home; member in class:SimpleConfigInfo
23 home = NULL;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/examples_cxx/excxx_repquote_gsg/
H A DSimpleConfigInfo.h17 char* home; member in class:SimpleConfigInfo
23 home = NULL;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/examples_cxx/excxx_repquote_gsg/
H A DSimpleConfigInfo.h17 char* home; member in class:SimpleConfigInfo
23 home = NULL;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/perl/BerkeleyDB/t/
H A Ddb-3.2.t38 my $home = "./fred" ;
39 ok my $lexD = new LexDir($home) ;
40 ok my $env = new BerkeleyDB::Env -Home => $home, @StdErrFile,
50 my $home = "./fred" ;
51 ok my $lexD = new LexDir($home) ;
52 ok my $env = new BerkeleyDB::Env -Home => $home, @StdErrFile,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/perl/BerkeleyDB/t/
H A Ddb-3.2.t38 my $home = "./fred" ;
39 ok my $lexD = new LexDir($home) ;
40 ok my $env = new BerkeleyDB::Env -Home => $home, @StdErrFile,
50 my $home = "./fred" ;
51 ok my $lexD = new LexDir($home) ;
52 ok my $env = new BerkeleyDB::Env -Home => $home, @StdErrFile,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/perl/BerkeleyDB/t/
H A Ddb-3.2.t38 my $home = "./fred" ;
39 ok my $lexD = new LexDir($home) ;
40 ok my $env = new BerkeleyDB::Env -Home => $home, @StdErrFile,
50 my $home = "./fred" ;
51 ok my $lexD = new LexDir($home) ;
52 ok my $env = new BerkeleyDB::Env -Home => $home, @StdErrFile,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/examples_csharp/ex_env/
H A Dex_env.cs22 string data_dir, home;
53 data_dir = home = null;
57 home = "envHome";
60 home = args[0];
64 home = args[0];
71 if (!Directory.Exists(home)) {
72 Console.WriteLine("Creating home directory: {0}", home);
74 Directory.CreateDirectory(home);
76 Console.WriteLine("Unable to create {0}", home);
111 SetUpEnv(string home, string data_dir) argument
147 TearDownEnv(string home) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/examples_csharp/ex_env/
H A Dex_env.cs22 string data_dir, home;
53 data_dir = home = null;
57 home = "envHome";
60 home = args[0];
64 home = args[0];
71 if (!Directory.Exists(home)) {
72 Console.WriteLine("Creating home directory: {0}", home);
74 Directory.CreateDirectory(home);
76 Console.WriteLine("Unable to create {0}", home);
111 SetUpEnv(string home, string data_dir) argument
147 TearDownEnv(string home) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/examples_csharp/ex_env/
H A Dex_env.cs22 string data_dir, home;
53 data_dir = home = null;
57 home = "envHome";
60 home = args[0];
64 home = args[0];
71 if (!Directory.Exists(home)) {
72 Console.WriteLine("Creating home directory: {0}", home);
74 Directory.CreateDirectory(home);
76 Console.WriteLine("Unable to create {0}", home);
111 SetUpEnv(string home, string data_dir) argument
147 TearDownEnv(string home) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openvpn/sample/sample-config-files/
H A Dtls-home.conf3 # home using SSL/TLS mode and RSA certificates/keys.
18 # 10.1.0.2 is our local VPN endpoint (home).
24 up ./home.up
35 cert home.crt
38 key home.key
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/tile/include/asm/
H A Dhomecache.h14 * Handle issues around the Tile "home cache" model of coherence.
42 * Each cpu considers its own cache to be the home for the page,
48 /* Home for the page is distributed via hash-for-home. */
67 extern pte_t pte_set_home(pte_t pte, int home);
77 extern void homecache_change_page_home(struct page *, int order, int home);
83 * heavyweight, particularly on hash-for-home memory.
88 * Allocate a page with the given GFP flags, home, and optionally
95 unsigned int order, int home);
97 unsigned int order, int home);
98 #define homecache_alloc_page(gfp_mask, home) \
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/tile/include/asm/
H A Dhomecache.h14 * Handle issues around the Tile "home cache" model of coherence.
42 * Each cpu considers its own cache to be the home for the page,
48 /* Home for the page is distributed via hash-for-home. */
67 extern pte_t pte_set_home(pte_t pte, int home);
77 extern void homecache_change_page_home(struct page *, int order, int home);
83 * heavyweight, particularly on hash-for-home memory.
88 * Allocate a page with the given GFP flags, home, and optionally
95 unsigned int order, int home);
97 unsigned int order, int home);
98 #define homecache_alloc_page(gfp_mask, home) \
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openvpn/sample/sample-config-files/
H A Dtls-home.conf3 # home using SSL/TLS mode and RSA certificates/keys.
18 # 10.1.0.2 is our local VPN endpoint (home).
24 up ./home.up
35 cert home.crt
38 key home.key
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openvpn/sample/sample-config-files/
H A Dtls-home.conf3 # home using SSL/TLS mode and RSA certificates/keys.
18 # 10.1.0.2 is our local VPN endpoint (home).
24 up ./home.up
35 cert home.crt
38 key home.key
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/asuswebstorage/
H A DMakefile.asuswrt8 CFLAGS = -I/home/gauss/asuswrt/release/src/router/curl-7.21.7/include -I/home/gauss/asuswrt/release/src/router/libxml2/include -I/home/gauss/asuswrt/release/src/router/openssl/include
9 CFLAGS += -I/home/gauss/asuswrt/release/src-rt -I/home/gauss/asuswrt/release/src-rt/include -I. -I/home/gauss/asuswrt/release/src/router/shared
10 #CFLAGS = -I/home/gauss/oleg/optware/staging/opt/include -I/home/gauss/optware_bulid/APP/DownloadMaster2/build/curl/include -I/home/gauss/oleg/optware/staging/opt/include/libxml2
11 #LDFLAGS = -L/home/gaus
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/asuswebstorage/
H A DMakefile.asuswrt8 CFLAGS = -I/home/gauss/asuswrt/release/src/router/curl-7.21.7/include -I/home/gauss/asuswrt/release/src/router/libxml2/include -I/home/gauss/asuswrt/release/src/router/openssl/include
9 CFLAGS += -I/home/gauss/asuswrt/release/src-rt -I/home/gauss/asuswrt/release/src-rt/include -I. -I/home/gauss/asuswrt/release/src/router/shared
10 #CFLAGS = -I/home/gauss/oleg/optware/staging/opt/include -I/home/gauss/optware_bulid/APP/DownloadMaster2/build/curl/include -I/home/gauss/oleg/optware/staging/opt/include/libxml2
11 #LDFLAGS = -L/home/gaus
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/asuswebstorage/
H A DMakefile.asuswrt8 CFLAGS = -I/home/gauss/asuswrt/release/src/router/curl-7.21.7/include -I/home/gauss/asuswrt/release/src/router/libxml2/include -I/home/gauss/asuswrt/release/src/router/openssl/include
9 CFLAGS += -I/home/gauss/asuswrt/release/src-rt -I/home/gauss/asuswrt/release/src-rt/include -I. -I/home/gauss/asuswrt/release/src/router/shared
10 #CFLAGS = -I/home/gauss/oleg/optware/staging/opt/include -I/home/gauss/optware_bulid/APP/DownloadMaster2/build/curl/include -I/home/gauss/oleg/optware/staging/opt/include/libxml2
11 #LDFLAGS = -L/home/gaus
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/examples_c/csv/
H A Dload_main.c30 char *home; local
42 home = NULL;
63 home = optarg;
83 * The home directory may not exist -- try and create it. We don't
88 if (home == NULL)
89 home = getenv("DB_HOME");
90 if (home != NULL)
91 (void)mkdir(home, S_IRWXU);
94 if (csv_env_open(home, 0) != 0)
115 "usage: %s [-v] [-F excel] [-f csv-file] [-h home]\
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/examples_c/csv/
H A Dload_main.c30 char *home; local
42 home = NULL;
63 home = optarg;
83 * The home directory may not exist -- try and create it. We don't
88 if (home == NULL)
89 home = getenv("DB_HOME");
90 if (home != NULL)
91 (void)mkdir(home, S_IRWXU);
94 if (csv_env_open(home, 0) != 0)
115 "usage: %s [-v] [-F excel] [-f csv-file] [-h home]\
[all...]

Completed in 228 milliseconds

1234567891011>>