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

1 2 3 4 5 6 7 8 91011>>

  /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/mkhybrid/dist/
write.h 22 struct directory;
26 extern void adj_size_other(struct directory *);
volume.h 22 extern int make_mac_volume(struct directory *, int);
  /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...]
read-csharp.h 29 const char *directory);
read-tcl.h 24 /* Read the Tcl msg file given by locale_name and directory.
27 msgdomain_read_tcl (const char *locale_name, const char *directory);
write-tcl.h 25 locale_name is the locale name (with underscore separators), directory is
26 the base directory.
31 const char *directory);
write-csharp.h 27 separators) or NULL, directory is the base directory.
34 const char *directory);
dir-list.h 25 list consists of the single directory ".". */
33 /* Append a directory to the end of the list of directories. */
34 extern void dir_list_append (const char *directory);
36 /* Return the nth directory, or NULL of n is out of range. */
  /src/usr.bin/make/unit-tests/
opt-where-am-i.exp 1 make: Entering directory `/'
2 make: Leaving directory `/'
3 make: Leaving directory `<curdir>'
  /src/external/gpl2/gettext/dist/gettext-tools/examples/po/
mmsmallpo.sh 7 directory=$1
10 msgmerge --force-po $language.po $directory.pot -o - | \
12 sed -e "s, $directory/, ,g" | sed -e "s,gettext-examples,$directory," | \
24 > ../$directory/po/$language.po
xsmallpot.sh 11 directory=$2
12 potfile=${3-$directory.pot}
17 rm -rf tmp-$directory
18 cp -p -r "$abs_srcdir"/../$directory tmp-$directory
19 chmod -R u+w tmp-$directory
20 cd tmp-$directory
21 case $directory in
43 s, \\([^ ]\\), $directory/\\1,g
47 rm -rf tmp-$directory
    [all...]
  /src/external/gpl2/diffutils/dist/
exgettext 42 # Find the files to be scanned, and the directory to scan them from.
43 directory=.
48 --directory=*)
49 directory=`expr " $i" : ' --directory=\(.*\)'`;;
88 cd $directory &&
114 (cd $directory &&
116 ) > $directory/$tmp || exit
123 rm -f $directory/$tmp
  /src/external/mpl/bind/dist/bin/tests/system/rollover/ns3/
kasp.conf.j2 18 ksk key-directory lifetime unlimited algorithm @DEFAULT_ALGORITHM@;
19 zsk key-directory lifetime unlimited algorithm @DEFAULT_ALGORITHM@;
  /src/external/mpl/bind/dist/bin/tests/system/kasp/ns3/policies/
kasp-rsasha1.conf.j2 18 ksk key-directory lifetime P10Y algorithm 5;
19 zsk key-directory lifetime P5Y algorithm 5;
20 zsk key-directory lifetime P1Y algorithm 5 2000;
28 ksk key-directory lifetime P10Y algorithm 7;
29 zsk key-directory lifetime P5Y algorithm 7;
30 zsk key-directory lifetime P1Y algorithm 7 2000;
kasp-fips.conf.j2 18 csk key-directory lifetime unlimited algorithm @DEFAULT_ALGORITHM@;
30 ksk key-directory lifetime P6M algorithm 8;
31 zsk key-directory lifetime P6M algorithm 8;
39 ksk key-directory lifetime P10Y algorithm 8;
40 zsk key-directory lifetime P5Y algorithm 8;
41 zsk key-directory lifetime P1Y algorithm 8 3072;
49 ksk key-directory lifetime P10Y algorithm 10;
50 zsk key-directory lifetime P5Y algorithm 10;
51 zsk key-directory lifetime P1Y algorithm 10 3072;
59 ksk key-directory lifetime P10Y algorithm 13
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
concatpath.c 1 /* Construct a full pathname from a directory and a filename.
31 /* Concatenate a directory pathname, a relative pathname and an optional
32 suffix. The directory may end with the directory separator. The second
33 argument may not start with the directory separator (it is relative).
36 concatenated_pathname (const char *directory, const char *filename,
42 if (strcmp (directory, ".") == 0)
44 /* No need to prepend the directory. */
52 size_t directory_len = strlen (directory);
54 (directory_len > FILE_SYSTEM_PREFIX_LEN (directory)
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
concatpath.c 1 /* Construct a full pathname from a directory and a filename.
31 /* Concatenate a directory pathname, a relative pathname and an optional
32 suffix. The directory may end with the directory separator. The second
33 argument may not start with the directory separator (it is relative).
36 concatenated_pathname (const char *directory, const char *filename,
42 if (strcmp (directory, ".") == 0)
44 /* No need to prepend the directory. */
52 size_t directory_len = strlen (directory);
54 (directory_len > FILE_SYSTEM_PREFIX_LEN (directory)
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/
LPdir_nyi.c 46 const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory)
  /src/crypto/external/apache2/openssl/dist/include/internal/
o_dir.h 46 * returns NULL on error or end-of-directory. If it is end-of-directory,
49 const char *OPENSSL_DIR_read(OPENSSL_DIR_CTX **ctx, const char *directory);
  /src/crypto/external/bsd/openssl/dist/crypto/
LPdir_nyi.c 46 const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory)
  /src/crypto/external/bsd/openssl/dist/include/internal/
o_dir.h 46 * returns NULL on error or end-of-directory. If it is end-of-directory,
49 const char *OPENSSL_DIR_read(OPENSSL_DIR_CTX **ctx, const char *directory);
  /src/crypto/external/bsd/openssl.old/dist/crypto/
LPdir_nyi.c 46 const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory)
  /src/crypto/external/bsd/openssl.old/dist/include/internal/
o_dir.h 45 * returns NULL on error or end-of-directory. If it is end-of-directory,
48 const char *OPENSSL_DIR_read(OPENSSL_DIR_CTX **ctx, const char *directory);
  /src/external/bsd/zstd/dist/contrib/VS2005/
README.md 3 The VS2005 Project directory has been moved to the contrib directory in order to indicate that it will no longer be supported.

Completed in 26 milliseconds

1 2 3 4 5 6 7 8 91011>>