HomeSort by: relevance | last modified time | path
    Searched defs:directory (Results 1 - 25 of 54) sorted by relevancy

1 2 3

  /src/bin/csh/
dir.h 38 * Structure for entries in directory stack.
40 struct directory { struct
41 struct directory *di_next; /* next in loop */
42 struct directory *di_prev; /* prev in loop */
46 extern struct directory *dcwd; /* the one we are in now */
  /src/external/gpl2/gettext/dist/gettext-tools/src/
dir-list.c 33 static string_list_ty *directory /* = NULL */; variable
36 /* Append a directory to the end of the list of directories. */
40 if (directory == NULL)
41 directory = string_list_alloc ();
42 string_list_append_unique (directory, s);
46 /* Return the nth directory, or NULL of n is out of range. */
50 /* The default value of the list consists of the single directory ".". */
51 if (directory == NULL)
54 if (n < 0 || n >= directory->nitems)
56 return directory->item[n]
    [all...]
  /src/external/gpl3/gcc/dist/contrib/mdcompact/
mdcompact-testsuite.el 28 (defconst mdcompat-test-directory (concat (file-name-directory
46 for f in (directory-files mdcompat-test-directory t "md$")
mdcompact.el 36 ;; Run 'M-x mdcomp-run-directory' to convert all convertible patterns
37 ;; in a directory.
40 ;; the arm backend from the GCC checkout directory:
41 ;; emacs -batch -l ./contrib/mdcompact/mdcompact.el -f mdcomp-run-directory ./gcc/config/arm/
274 (defun mdcomp-run-directory (folder &optional recursive)
286 (directory-files-recursively folder mdcomp-file-rx)
287 (directory-files folder t mdcomp-file-rx)))
290 (defun mdcomp-batch-run-directory ()
291 "Same as `mdcomp-run-directory' but use cmd line args."
292 (mdcomp-run-directory (nth 0 argv) (nth 1 argv))
    [all...]
  /src/sys/dev/microcode/aic7xxx/
aicasm.h 60 char *directory; member in struct:path_entry
  /src/external/gpl3/gdb/dist/gdbsupport/
check-defines.el 64 (defun check-directory (dir)
65 (dolist (file (directory-files dir t "\\.[ch]$"))
70 (check-directory ".")
71 (check-directory "../gdb/nat")
72 (check-directory "../gdb/target")
  /src/external/gpl3/gdb.old/dist/gdbsupport/
check-defines.el 64 (defun check-directory (dir)
65 (dolist (file (directory-files dir t "\\.[ch]$"))
70 (check-directory ".")
71 (check-directory "../gdb/nat")
72 (check-directory "../gdb/target")
  /src/external/bsd/atf/dist/atf-c++/detail/
fs.hpp 63 //! The path class represents the route to a file or directory in the
145 //! \brief Checks whether this path points to the root directory or not.
148 //! directory or not. The checks made by this are extremely simple (so
206 class directory;
327 // The "directory" class.
331 //! \brief A class representing a file system directory.
333 //! The directory class represents a group of files in the file system and
334 //! corresponds to exactly one directory.
336 class directory : public std::map< std::string, file_info > { class in namespace:atf::fs
339 //! \brief Constructs a new directory
    [all...]
fs.cpp 417 // The "directory" class.
420 impl::directory::directory(const path& p) function in class:impl::directory
424 throw system_error(IMPL_NAME "::directory::directory(" +
434 throw system_error(IMPL_NAME "::directory::directory(" +
439 impl::directory::names(void)
503 "Is a directory",
  /src/external/bsd/atf/dist/tools/
fs.hpp 55 //! The path class represents the route to a file or directory in the
122 //! \brief Checks whether this path points to the root directory or not.
125 //! directory or not. The checks made by this are extremely simple (so
178 class directory;
295 // The "directory" class.
299 //! \brief A class representing a file system directory.
301 //! The directory class represents a group of files in the file system and
302 //! corresponds to exactly one directory.
304 class directory : public std::map< std::string, file_info > { class in namespace:tools::fs
307 //! \brief Constructs a new directory
    [all...]
  /src/external/mpl/bind/dist/lib/dns/include/dns/
keystore.h 59 char *directory; member in struct:dns_keystore
66 #define DNS_KEYSTORE_KEYDIRECTORY "key-directory"
123 * Get keystore directory. If 'keystore' is NULL or 'keystore->directory' is
128 *\li directory of 'keystore'.
134 * Set keystore directory.
  /src/external/bsd/kyua-cli/dist/utils/fs/
auto_cleaners.cpp 44 /// The path to the directory being managed.
52 /// \param directory_ The directory to grab the ownership of.
65 LW(F("Failed to auto-cleanup directory '%s': %s") % _directory %
70 /// Removes the directory.
87 /// Constructs a new auto_directory and grabs ownership of a directory.
89 /// \param directory_ The directory to grab the ownership of.
96 /// Deletes the managed directory; must be empty.
105 /// Creates a self-destructing temporary directory.
111 /// \return The self-destructing directory.
128 /// Gets the directory managed by this auto_directory
132 fs::auto_directory::directory(void) const function in class:fs::auto_directory
    [all...]
  /src/external/gpl2/xcvs/dist/src/
root.h 33 char *directory; /* The directory name. */ member in struct:cvsroot_s
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
GsymCreator.cpp 28 llvm::StringRef directory = llvm::sys::path::parent_path(Path, Style); local
34 const uint32_t Dir = insertString(directory);
  /src/external/bsd/kyua-cli/dist/cli/
cmd_report_html.cpp 65 /// Creates the report's top directory and fails if it exists.
67 /// \param directory The directory to create.
68 /// \param force Whether to wipe an existing directory or not.
70 /// \throw std::runtime_error If the directory already exists; this is a user
72 /// \throw fs::error If the directory creation fails for any other reason.
74 create_top_directory(const fs::path& directory, const bool force)
77 if (fs::exists(directory))
78 fs::rm_r(directory);
82 fs::mkdir(directory, 0755)
426 const fs::path directory = local
    [all...]
  /src/external/gpl2/groff/dist/src/utils/indxbib/
indxbib.cpp 127 const char *directory = 0; local
143 directory = optarg;
195 if (!directory) {
201 store_filename(directory);
360 fatal("cannot get current working directory: %1", strerror(errno));
363 fatal("current working directory longer than INT_MAX");
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
fs_fwd.h 79 none = 0, not_found = -1, regular = 1, directory = 2, symlink = 3, member in class:filesystem::file_type
274 /// Bitmask type controlling directory iteration
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
fs_fwd.h 90 none = 0, not_found = -1, regular = 1, directory = 2, symlink = 3, member in class:experimental::filesystem::v1::file_type
229 /// Bitmask type controlling directory iteration
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
fs_fwd.h 79 none = 0, not_found = -1, regular = 1, directory = 2, symlink = 3, member in class:filesystem::file_type
262 /// Bitmask type controlling directory iteration
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
fs_fwd.h 90 none = 0, not_found = -1, regular = 1, directory = 2, symlink = 3, member in class:experimental::filesystem::v1::file_type
221 /// Bitmask type controlling directory iteration
  /src/external/gpl3/gdb/dist/readline/readline/
colors.h 1 /* `dir', `vdir' and `ls' directory listing programs for GNU.
108 directory, enumerator in enum:filetype
  /src/external/gpl3/gdb.old/dist/readline/readline/
colors.h 1 /* `dir', `vdir' and `ls' directory listing programs for GNU.
108 directory, enumerator in enum:filetype
  /src/external/mpl/bind/dist/bin/check/
named-checkconf.c 58 "usage: %s [-achijklvz] [-p [-x]] [-t directory] "
64 /*% directory callback */
68 const char *directory; local
70 REQUIRE(strcasecmp("directory", clausename) == 0);
76 * Change directory.
78 directory = cfg_obj_asstring(obj);
79 result = isc_dir_chdir(directory);
82 "change directory to '%s' failed: %s\n", directory,
  /src/external/mpl/bind/dist/bin/dnssec/
dnssec-keyfromlabel.c 73 fprintf(stderr, " -K directory: directory in which to place "
117 const char *directory = NULL; local
198 directory = isc_commandline_argument;
199 ret = try_dir(directory);
201 fatal("cannot open directory %s: %s", directory,
503 ret = dst_key_fromnamedfile(predecessor, directory,
606 if (directory == NULL) {
607 directory = "."
    [all...]
  /src/external/mpl/bind/dist/lib/dns/
dst_internal.h 96 char *directory; /*%< key directory */ member in struct:dst_key
183 isc_result_t (*tofile)(const dst_key_t *key, const char *directory);

Completed in 50 milliseconds

1 2 3