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

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/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-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/udf/
H A DMakefile9 crc.o directory.o misc.o udftime.o unicode.o
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
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);
H A Ddirectory.c29 * Read a directory entry into caller supplied buffer
31 struct directory *dir_read(direntry_t *entry, int *error)
88 * Make a directory entry. Builds a directory entry based on the
90 * to a static directory structure.
93 struct directory *mk_entry(const dos_name_t *dn, char attr,
95 struct directory *ndir)
126 * Make a directory entry from base name. This is supposed to be used
130 struct directory *mk_entry_from_base(const char *base, char attr,
132 struct directory *ndi
[all...]
H A Dfat_free.c51 int fatFreeWithDir(Stream_t *Dir, struct directory *dir)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/
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);
H A DLPdir_vms.c63 const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory) argument
73 if (ctx == NULL || directory == NULL)
82 size_t filespeclen = strlen(directory);
85 /* MUST be a VMS directory specification! Let's estimate if it is. */
86 if (directory[filespeclen-1] != ']'
87 && directory[filespeclen-1] != '>'
88 && directory[filespeclen-1] != ':')
116 strcpy((*ctx)->filespec,directory);
150 /* Quick, cheap and dirty way to discard any device and directory,
/netgear-WNDR4500-V1.0.1.40_1.0.68/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)]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Ddircache.h21 #include <atalk/directory.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/test/afpd/
H A Dsubtests.h32 #include <atalk/directory.h>
37 #include "directory.h"
H A Dafpfunc_helpers.h32 #include <atalk/directory.h>
39 #include "directory.h"
H A Dtest.h32 #include <atalk/directory.h>
37 #include "directory.h"
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/Netware/
H A Dcpy_tests.bat5 rem This batch file will create an "opensssl" directory at the root of the
17 rem CAUTION: If a directory named OpenSSL exists on the target drive
24 rem Assume running in \openssl directory unless cpy_tests.bat exists then
25 rem it must be the \openssl\netware directory
35 rem If an OpenSSL directory exists on the target drive, remove it
41 echo OpenSSL directory exists on %2 - it will be removed!
46 rem make an "openssl" directory and others at the root of the NetWare drive
60 rem copy the certs directory stuff
63 rem copy the test directory stuff
77 rem copy the apps directory stuf
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/libcharset/
H A DMakefile.vms38 create /directory $(prefix)]
39 create /directory $(includedir)]
47 create /directory $(prefix)]
48 create /directory $(includedir)]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/selinux/
H A Dsetfiles.c15 char *directory; member in struct:edir
115 static void add_exclude(const char *const directory) argument
120 if (directory == NULL || directory[0] != '/') {
121 bb_error_msg_and_die("full path required for exclude: %s", directory);
124 if (lstat(directory, &sb)) {
125 bb_error_msg("directory \"%s\" not found, ignoring", directory);
129 bb_error_msg("\"%s\" is not a directory: mode %o, ignoring",
130 directory, s
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/smbd/
H A Dreply.c78 * No mb char starts with '.' so we're safe checking the directory separator here.
578 * the parent directory is valid but not the
627 /* dos smetimes asks for a stat of "" - it returns a "hidden directory"
803 pstring directory; local
826 *mask = *directory = *fname = 0;
854 pstrcpy(directory,path);
856 unix_convert(directory,conn,0,&bad_path,&sbuf);
859 if (!check_name(directory,conn))
871 p = strrchr_m(directory,'/');
873 *directory
1597 pstring directory; local
3380 mkdir_internal(connection_struct *conn, pstring directory) argument
3419 pstring directory; local
3451 recursive_rmdir(connection_struct *conn, char *directory) argument
3509 rmdir_internals(connection_struct *conn, char *directory) argument
3594 pstring directory; local
3862 pstring directory; local
4328 pstring directory; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dfilename.h26 ISSLASH(C) tests whether C is a directory separator character.
28 it may be concatenated to a directory pathname.
29 IS_PATH_WITH_DIR(P) tests whether P contains a directory specification.
49 /* Concatenate a directory filename, a relative filename and an optional
51 extern char *concatenated_filename (const char *directory,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/fips/
H A Dinstall.com1 $! INSTALL.COM -- Installs the files in a given directory tree
6 $! P1 root of the directory tree
11 $ WRITE SYS$OUTPUT "Should be the directory where you want things installed."
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dfilename.h26 ISSLASH(C) tests whether C is a directory separator character.
28 it may be concatenated to a directory pathname.
29 IS_PATH_WITH_DIR(P) tests whether P contains a directory specification.
49 /* Concatenate a directory filename, a relative filename and an optional
51 extern char *concatenated_filename (const char *directory,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.h60 char *directory; member in struct:path_entry
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dread-csharp.c91 const char *directory)
135 args[0] = directory;
90 msgdomain_read_csharp(const char *resource_name, const char *locale_name, const char *directory) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/
H A Dsmb.conf62 directory mask = 0750
80 directory mask = 0775
92 directory mask = 0700
123 directory mask = 0775
131 directory mask = 0775
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wl/
H A Dwl_generic.mk12 # If source directory (src/wl/sys) exists and REUSE_PREBUILT_WL is undefined,
44 # If source directory (src/wl/sys) exists, use sources to build objects
58 # need -I. to pick up wlconf.h in build directory
69 # If the PHY_HAL flag is defined we look in directory wl/phy for the
84 # Otherwise, assume prebuilt object module(s) in src/wl/linux directory

Completed in 320 milliseconds

1234567891011>>