Searched refs:directory (Results 26 - 50 of 748) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A DLPdir_win.c54 const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory) argument
56 if (ctx == NULL || directory == NULL) {
63 const char *extdir = directory;
65 size_t dirlen = strlen(directory);
79 if (directory[dirlen - 1] != '*') {
87 if (directory[dirlen - 1] != '/' && directory[dirlen - 1] != '\\')
88 extdir = strcat(strcpy(extdirbuf, directory), "/*");
90 extdir = strcat(strcpy(extdirbuf, directory), "*");
H A DLPdir_unix.c70 const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory) argument
74 if (ctx == NULL || directory == NULL) {
88 (*ctx)->dir = opendir(directory);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A DLPdir_win.c54 const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory) argument
56 if (ctx == NULL || directory == NULL) {
63 const char *extdir = directory;
65 size_t dirlen = strlen(directory);
79 if (directory[dirlen - 1] != '*') {
87 if (directory[dirlen - 1] != '/' && directory[dirlen - 1] != '\\')
88 extdir = strcat(strcpy(extdirbuf, directory), "/*");
90 extdir = strcat(strcpy(extdirbuf, directory), "*");
H A DLPdir_unix.c70 const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory) argument
74 if (ctx == NULL || directory == NULL) {
88 (*ctx)->dir = opendir(directory);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/libcharset/lib/
H A DMakefile.vms56 create /directory $(prefix)]
57 create /directory $(exec_prefix)]
58 create /directory $(libdir)]
62 create /directory $(prefix)]
63 create /directory $(exec_prefix)]
64 create /directory $(libdir)]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/src/
H A DMakefile.vms49 create /directory $(prefix)]
50 create /directory $(exec_prefix)]
51 create /directory $(bindir)]
55 create /directory $(prefix)]
56 create /directory $(exec_prefix)]
57 create /directory $(bindir)]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/libcharset/lib/
H A DMakefile.vms56 create /directory $(prefix)]
57 create /directory $(exec_prefix)]
58 create /directory $(libdir)]
62 create /directory $(prefix)]
63 create /directory $(exec_prefix)]
64 create /directory $(libdir)]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/src/
H A DMakefile.vms49 create /directory $(prefix)]
50 create /directory $(exec_prefix)]
51 create /directory $(bindir)]
55 create /directory $(prefix)]
56 create /directory $(exec_prefix)]
57 create /directory $(bindir)]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/doc/manl/
H A Dcsc_file.l13 CSCfileGetHomeDir - find home directory pathname
14 CSCfileGetUserHomeDir - find home directory pathname of specific user
15 CSCfileBaseName - strip directory from pathname
H A Dcsc_string.l12 CSCstringBasename - strip directory from a filename
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/
H A Dinstall.com1 $! INSTALL.COM -- Installs the files in a given directory tree
6 $! P1 root of the directory tree
24 "It should be the directory where you want things installed."
55 $ root_dir = f$parse( root, , , "directory", "syntax_only") -
67 $! Exhibit the destination directory.
74 create /directory /log wrk_sslroot:[000000]
76 create /directory /log wrk_sslxexe:
78 create /directory /log wrk_sslxlib:
80 create /directory /log wrk_ssllib:
82 create /directory /lo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/
H A Dinstall.com1 $! INSTALL.COM -- Installs the files in a given directory tree
6 $! P1 root of the directory tree
24 "It should be the directory where you want things installed."
55 $ root_dir = f$parse( root, , , "directory", "syntax_only") -
67 $! Exhibit the destination directory.
74 create /directory /log wrk_sslroot:[000000]
76 create /directory /log wrk_sslxexe:
78 create /directory /log wrk_sslxlib:
80 create /directory /log wrk_ssllib:
82 create /directory /lo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/VMS/
H A Dinstall-vms.com1 $! install-vms.com -- Installs the files in a given directory tree
6 $! P1 root of the directory tree
22 "Should be the directory where you want things installed."
36 $ root_dir = f$parse( root, , , "directory", "syntax_only") - -
44 create /directory /log wrk_sslroot:[000000]
46 create /directory /log wrk_sslinclude:
48 create /directory /log wrk_sslroot:[vms]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/VMS/
H A Dinstall-vms.com1 $! install-vms.com -- Installs the files in a given directory tree
6 $! P1 root of the directory tree
22 "Should be the directory where you want things installed."
36 $ root_dir = f$parse( root, , , "directory", "syntax_only") - -
44 create /directory /log wrk_sslroot:[000000]
46 create /directory /log wrk_sslinclude:
48 create /directory /log wrk_sslroot:[vms]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A DLPdir_win.c55 const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory) argument
59 if (ctx == NULL || directory == NULL)
80 size_t index = 0,len_0 = strlen(directory) + 1;
92 if (!MultiByteToWideChar(CP_ACP, 0, directory, len_0, (WCHAR *)wdir, len_0))
95 wdir[index] = (TCHAR)directory[index];
102 (*ctx)->handle = FindFirstFile((TCHAR *)directory, &(*ctx)->ctx);
H A DLPdir_unix.c65 const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory) argument
69 if (ctx == NULL || directory == NULL)
86 (*ctx)->dir = opendir(directory);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A DdirCache.h34 struct directory dir;
51 struct directory *dir);
H A Dfs.h38 int fatFreeWithDir(Stream_t *Dir, struct directory *dir);
H A DmtoolsDirentry.h25 int entry; /* slot in parent directory (-3 if root) */
26 struct directory dir; /* descriptor in parent directory (random if
28 wchar_t name[MAX_VNAMELEN+1]; /* name in its parent directory, or
39 struct directory *dir_read(direntry_t *entry, int *error);
58 void dosnameToDirentry(const struct dos_name_t *n, struct directory *dir);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Delisp-comp41 Emacs, and put the resulting `.elc' files into the current directory,
66 # Cleanup the temporary directory on exit.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/
H A DMakefile.vms133 create /directory $(prefix)]
134 create /directory $(exec_prefix)]
135 create /directory $(bindir)]
137 create /directory $(datadir)]
138 create /directory $(mandir)]
139 create /directory $(man1dir)]
141 create /directory $(datadir).doc]
142 create /directory $(docdir)]
146 create /directory $(prefix)]
147 create /directory
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/
H A Dmkmakefile3 # directory, to allow make to be started from there.
7 # $1 - Kernel src directory
8 # $2 - Output directory
25 MAKEFLAGS += --no-print-directory
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/udf/
H A DMakefile9 directory.o misc.o udftime.o unicode.o
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/lib/
H A DMakefile.vms62 create /directory $(prefix)]
63 create /directory $(exec_prefix)]
64 create /directory $(libdir)]
68 create /directory $(prefix)]
69 create /directory $(exec_prefix)]
70 create /directory $(libdir)]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/lib/
H A DMakefile.vms62 create /directory $(prefix)]
63 create /directory $(exec_prefix)]
64 create /directory $(libdir)]
68 create /directory $(prefix)]
69 create /directory $(exec_prefix)]
70 create /directory $(libdir)]

Completed in 306 milliseconds

1234567891011>>