Searched refs:directory (Results 51 - 75 of 413) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ieee1394/
H A Dcsr1212.c142 for (pos = dir->value.directory.dentries_head;
181 * that can be used for a directory needs to be passed to
300 kv->value.directory.len = 0;
302 kv->value.directory.dentries_head = NULL;
303 kv->value.directory.dentries_tail = NULL;
349 dentry->prev = dir->value.directory.dentries_tail;
351 if (!dir->value.directory.dentries_head)
352 dir->value.directory.dentries_head = dentry;
354 if (dir->value.directory.dentries_tail)
355 dir->value.directory
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/os-Linux/
H A Dumid.c72 * Doesn't handle directory trees, so it's not like rm -rf, but almost such. We
78 DIR *directory; local
84 directory = opendir(dir);
85 if (directory == NULL) {
92 while ((ent = readdir(directory)) != NULL) {
115 closedir(directory);
119 /* This says that there isn't already a user of the specified directory even if
121 * happen, the directory is unusable by the pre-existing UML, so we might as
123 * the existing UML somehow corrupting its umid directory
124 * something other than UML sticking stuff in the directory
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/
H A Dredboot.c33 static int directory = CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK; variable
34 module_param(directory, int, 0);
67 if ( directory < 0 )
68 offset = master->size + directory*master->erasesize;
70 offset = directory*master->erasesize;
88 if (!memcmp(buf[i].name, "FIS directory", 14)) {
89 /* This is apparently the FIS directory entry for the
90 * FIS directory itself. The FIS directory size is
93 * a byte swapped FIS directory
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dmtools.h128 struct directory *mk_entry(const dos_name_t *filename, char attr,
130 struct directory *ndir);
132 struct directory *mk_entry_from_base(const char *base, char attr,
134 struct directory *ndir);
248 unsigned int getStart(Stream_t *Dir, struct directory *dir);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/scripts/
H A Dpatch-kernel4 # The source directory defaults to /usr/src/linux, and the patch
5 # directory defaults to the current directory.
8 # Update the kernel tree in the current directory using patches in the
9 # directory above to the latest Linus kernel
22 # It then looks for patches for the next sublevel in the patch directory.
23 # This is applied using "patch -p1 -s" from within the kernel directory.
71 source directory defaults to /usr/src/linux,
72 patch directory defaults to the current directory,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/script/
H A Dinstallscripts.sh17 echo Failed to make directory $d
H A Dinstallswat.sh21 echo Failed to make directory $d, does $USER have privileges?
101 echo Failed to make directory $SWATDIR/help/images, does $USER have privileges?
125 echo Failed to make directory $d, does $USER have privileges?
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dread-tcl.c50 msgdomain_read_tcl (const char *locale_name, const char *directory) argument
87 file_name = concatenated_filename (directory, frobbed_locale_name, ".msg");
H A Dwrite-tcl.c139 const char *directory)
207 file_name = concatenated_filename (directory, frobbed_locale_name, ".msg");
137 msgdomain_write_tcl(message_list_ty *mlp, const char *canon_encoding, const char *locale_name, const char *directory) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A DMakefile.am23 directory.c \
73 noinst_HEADERS = auth.h afp_config.h desktop.h directory.h fce_api_internal.h file.h \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A DMakefile.am9 zip.h ea.h acl.h unix.h directory.h hash.h volume.h
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Djavacomp.c76 All compilers support the option "-d DIRECTORY" for the base directory
204 const char *directory,
225 if (directory != NULL)
226 command_length += 4 + shell_quote_length (directory);
247 if (directory != NULL)
251 p = shell_quote_copy (p, directory);
287 const char *directory,
303 + (directory != NULL ? 2 : 0) + java_sources_count;
333 if (directory != NULL)
336 *argp++ = (char *) directory;
201 compile_using_envjavac(const char *javac, const char * const *java_sources, unsigned int java_sources_count, const char *directory, bool optimize, bool debug, bool verbose, bool null_stderr) argument
282 compile_using_gcj(const char * const *java_sources, unsigned int java_sources_count, bool no_assert_option, bool fsource_option, const char *source_version, bool ftarget_option, const char *target_version, const char *directory, bool optimize, bool debug, bool verbose, bool null_stderr) argument
368 compile_using_javac(const char * const *java_sources, unsigned int java_sources_count, bool source_option, const char *source_version, bool target_option, const char *target_version, const char *directory, bool optimize, bool debug, bool verbose, bool null_stderr) argument
435 compile_using_jikes(const char * const *java_sources, unsigned int java_sources_count, const char *directory, bool optimize, bool debug, bool verbose, bool null_stderr) argument
2069 compile_java_class(const char * const *java_sources, unsigned int java_sources_count, const char * const *classpaths, unsigned int classpaths_count, const char *source_version, const char *target_version, const char *directory, bool optimize, bool debug, bool use_minimal_classpath, bool verbose) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/test/
H A Dtestca.com51 $ deltree: subroutine ! P1 is a name of a directory
54 $ _dt_def = f$trnlnm("SYS$DISK")+f$directory()
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dtestca.com51 $ deltree: subroutine ! P1 is a name of a directory
54 $ _dt_def = f$trnlnm("SYS$DISK")+f$directory()
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/build-aux/
H A Dvc-list-files25 # list the version-controlled files in that directory.
27 # If there's an argument, it must be a single, "."-relative directory name.
36 SRCDIR (default .). SRCDIR must be the top directory of a checkout.
41 -C SRCDIR change directory to SRCDIR before generating list
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/test/afpd/
H A Dsubtests.c28 #include <atalk/directory.h>
33 #include "directory.h"
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/VMS/
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/openssl-0.9.8e/apps/
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/openssl/VMS/
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/openssl/apps/
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/src/router/busybox-1.x/util-linux/
H A Dfdisk_sgi.c70 } directory[15]; member in struct:__anon11390
342 if (sgilabel->directory[i].vol_file_size) {
343 uint32_t start = SGI_SSWAP32(sgilabel->directory[i].vol_file_start);
344 uint32_t len = SGI_SSWAP32(sgilabel->directory[i].vol_file_size);
345 unsigned char *name = sgilabel->directory[i].vol_file_name;
425 sgilabel->directory[0].vol_file_start = SGI_SSWAP32(2);
426 sgilabel->directory[0].vol_file_size = SGI_SSWAP32(sizeof(sgiinfo));
427 strncpy((char*)sgilabel->directory[0].vol_file_name, "sgilabel", 8);
445 if (!strncmp((char*)sgilabel->directory[0].vol_file_name, "sgilabel", 8)) {
451 int infostartblock = SGI_SSWAP32(sgilabel->directory[
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dtestrecurse.c53 const char *out; /* output directory */
82 char directory[500]; local
87 strncpy(directory, pattern, 499);
88 for (len = strlen(directory);len >= 0;len--) {
89 if (directory[len] == '/') {
91 directory[len] = 0;
111 strncpy(directory + len, FindFileData.cFileName, 499 - len);
112 ret->gl_pathv[ret->gl_pathc] = strdup(directory);
126 strncpy(directory + len, FindFileData.cFileName, 499 - len);
127 ret->gl_pathv[ret->gl_pathc] = strdup(directory);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/packages/vms/
H A Dbuild_vms.com41 $! 13-JAN-2004, MSK, moved this procedure to the [.packages.vms] directory
48 $! this build directory. They will be copied to the src
49 $! directory before build. The .msg file will be compiled
78 $! file destination directory, and to create the
79 $! directory if needed (obviating inclusion of these
111 $! Determine the main distribution directory ("[--]") in an
119 $! Define the architecture-specific product file destination directory
278 $! Create product directory, if needed.
282 $ create /directory 'exedir'
427 $! Copy the VMS-specific config file into the product directory
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/bftpd-1.6.6/
H A Doptions.c45 void create_options(FILE *configfile, struct bftpd_option **options, struct directory **directories)
49 struct directory *dir = NULL;
53 if ((strstr(str, "directory")) && (strchr(str, '{')) && (directories)) {
56 dir = dir->next = malloc(sizeof(struct directory));
58 *directories = dir = malloc(sizeof(struct directory));
203 char *getoption_directories(struct directory *dir, char *name) {
205 struct directory *longest = NULL;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/firewire/
H A Dfw-device.c53 static int match_unit_directory(u32 * directory, const struct fw_device_id *id) argument
59 fw_csr_iterator_init(&ci, directory);
85 if (match_unit_directory(unit->directory, &driver->id_table[i]))
115 fw_csr_iterator_init(&ci, unit->directory);
213 dir = fw_unit(dev)->directory;
240 dir = fw_unit(dev)->directory;
339 (int)(unit->directory - device->config_rom));
439 * directory structure so we parse it using a stack of
441 * push a reference to the root directory on the stack to
478 * Now read in the block. If this is a directory
[all...]

Completed in 133 milliseconds

1234567891011>>