Searched refs:directory (Results 376 - 400 of 748) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/
H A DMakefile229 # This directory's subdirectories are mostly independent; you can cd
500 || { echo "ERROR: files left in build directory after distclean:" ; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlreader.c2114 char *directory = NULL; local
2125 if (ret->ctxt->directory == NULL)
2126 directory = xmlParserGetDirectory(URI);
2127 if ((ret->ctxt->directory == NULL) && (directory != NULL))
2128 ret->ctxt->directory = (char *) xmlStrdup((xmlChar *) directory);
2129 if (directory != NULL)
2130 xmlFree(directory);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlreader.c2150 char *directory = NULL; local
2161 if (ret->ctxt->directory == NULL)
2162 directory = xmlParserGetDirectory(URI);
2163 if ((ret->ctxt->directory == NULL) && (directory != NULL))
2164 ret->ctxt->directory = (char *) xmlStrdup((xmlChar *) directory);
2165 if (directory != NULL)
2166 xmlFree(directory);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dmakeapps.com13 $! The EXE's are placed in the directory [.xxx.EXE.APPS] where "xxx" denotes
53 $! P7, if defined, specifies a directory where ZLIB files (zlib.h,
120 $! Specify the destination directory in any /MAP option.
1147 $! Save directory information
1154 $! Set up the logical name OPENSSL to point at the include directory
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/objects/
H A Dobj_dat.pl214 * the apps directory (application code) you must include an acknowledgement:
H A Dobjects.pl162 * the apps directory (application code) you must include an acknowledgement:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/Documentation/
H A DMakefile120 PRINT_DIR = --no-print-directory
174 echo "No directory found in $(DESTDIR)$(infodir)" >&2 ; \
/netgear-R7000-V1.0.7.12_1.2.5/src/makefiles/
H A DWLAN_Common.mk146 # be 2 levels above the directory of this file.
196 # and the fact that linux mkdep throws an error when a directory
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dxmlreader.c2150 char *directory = NULL; local
2161 if (ret->ctxt->directory == NULL)
2162 directory = xmlParserGetDirectory(URI);
2163 if ((ret->ctxt->directory == NULL) && (directory != NULL))
2164 ret->ctxt->directory = (char *) xmlStrdup((xmlChar *) directory);
2165 if (directory != NULL)
2166 xmlFree(directory);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/
H A Dconfig.status98 # Find who we are. Look in the path if we contain no directory separator.
489 # Have a temporary directory for convenience. Make it in the build tree
493 # Note that there is a small window in which the directory will not be cleaned:
503 # Create a (secure) tmp directory for tmp files.
514 $as_echo "$as_me: cannot create a temporary directory in ." >&2
894 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
895 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
903 # A ".." for each directory in $ac_dir_suffix.
1139 # Make sure the directory exists.
1202 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dbinstr.S64 | file, README, in this same directory.
H A Dkernel_ex.S16 | file, README, in this same directory.
H A Dscale.S25 | file, README, in this same directory.
H A Dslog2.S100 | file, README, in this same directory.
H A Dx_store.S15 | file, README, in this same directory.
H A Dx_unfl.S25 | file, README, in this same directory.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlreader.c2114 char *directory = NULL; local
2125 if (ret->ctxt->directory == NULL)
2126 directory = xmlParserGetDirectory(URI);
2127 if ((ret->ctxt->directory == NULL) && (directory != NULL))
2128 ret->ctxt->directory = (char *) xmlStrdup((xmlChar *) directory);
2129 if (directory != NULL)
2130 xmlFree(directory);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/objects/
H A Dobj_dat.pl214 * the apps directory (application code) you must include an acknowledgement:
H A Dobjects.pl165 * the apps directory (application code) you must include an acknowledgement:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/objects/
H A Dobj_dat.pl214 * the apps directory (application code) you must include an acknowledgement:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dfunction.tex1020 This function does directory searching; returns the first file
1022 get the next matching file. Neither will report the current directory "." or the
1023 parent directory "..".
1059 the disk containing the directory {\it path} (it should exist). Both
1066 directory doesn't exist).
1104 Returns the Windows directory under Windows; on other platforms returns the empty string.
1119 Returns true if \arg{dirname} exists and is a directory.
1126 Returns the directory part of the filename.
1174 Returns a string containing the current (or working) directory.
1183 Copies the current working directory int
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/
H A Ddepcomp45 DEPDIR directory where to store dependencies.
232 # current directory. Also, the AIX compiler puts `$object:' at the
233 # start of each line; $object doesn't have directory information.
234 # Version 6 uses the directory in both cases.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/doc/
H A DMakefile269 # This directory's subdirectories are mostly independent; you can cd
589 $(AMTAR) --create --directory=$(top_srcdir)/doc/doxygen/html --verbose --file=- . | bzip2 -c -9 > $(top_srcdir)/../alsa-lib-doc.tar.bz2 ; \
591 $(TAR) --create --directory=$(top_srcdir)/doc/doxygen/html --verbose --file=- . | bzip2 -c -9 > $(top_srcdir)/../alsa-lib-doc.tar.bz2 ; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/confuse-2.7/po/
H A DMakefile.in1 # Makefile for PO directory in any package using GNU gettext.
138 $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/
H A Ddepcomp45 DEPDIR directory where to store dependencies.
247 # current directory. Also, the AIX compiler puts '$object:' at the
248 # start of each line; $object doesn't have directory information.
249 # Version 6 uses the directory in both cases.

Completed in 151 milliseconds

<<11121314151617181920>>