Searched refs:directory (Results 1 - 25 of 952) sorted by relevance

1234567891011>>

/netbsd-current/bin/csh/
H A Ddir.h38 * 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 */
/netbsd-current/external/gpl2/mkhybrid/dist/
H A Dwrite.h22 struct directory;
26 extern void adj_size_other(struct directory *);
H A Dvolume.h22 extern int make_mac_volume(struct directory *, int);
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Ddir-list.c33 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
[all...]
H A Dread-csharp.h29 const char *directory);
H A Dread-tcl.h24 /* Read the Tcl msg file given by locale_name and directory.
27 msgdomain_read_tcl (const char *locale_name, const char *directory);
H A Dwrite-tcl.h25 locale_name is the locale name (with underscore separators), directory is
26 the base directory.
31 const char *directory);
H A Dwrite-csharp.h27 separators) or NULL, directory is the base directory.
34 const char *directory);
H A Ddir-list.h25 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. */
H A Dwrite-java.h29 separators) or NULL, directory is the base directory.
36 const char *directory,
/netbsd-current/external/mpl/bind/dist/bin/tests/system/
H A Dparallel.sh30 for directory in $PARALLELDIRS; do
32 echo "test-$(echo "$directory" | tr _ -): check_interfaces"
33 echo " @${SHELL} ./legacy.run.sh -r $directory 2>&1 | tee test.output.$directory"
/netbsd-current/usr.bin/make/unit-tests/
H A Dopt-where-am-i.exp1 make: Entering directory `/'
2 make: Leaving directory `/'
3 make: Leaving directory `<curdir>'
H A Dopt-jobs-internal.exp3 [-C directory] [-D variable] [-d flags] [-f makefile]
4 [-I directory] [-J private] [-j max_jobs] [-m directory] [-T file]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/po/
H A Dmmsmallpo.sh7 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
H A Dxsmallpot.sh11 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...]
/netbsd-current/external/gpl2/diffutils/dist/
H A Dexgettext42 # 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
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dconcatpath.c1 /* 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, argument
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...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dconcatpath.c1 /* 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, argument
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...]
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Ddownload_prerequisites64 directory='.'
73 --directory=DIR download and unpack packages into DIR instead of '.'
137 --directory)
138 argnext='directory'
140 --directory=*)
141 directory="${arg#--directory=}"
199 directory)
200 directory="${arg}"
213 || die "You must run this script in the top-level GCC source directory"
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/
H A DLPdir_nyi.c46 const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory) argument
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/internal/
H A Do_dir.h45 * 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);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/
H A DLPdir_nyi.c46 const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory) argument
/netbsd-current/crypto/external/bsd/openssl/dist/include/internal/
H A Do_dir.h46 * 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);
/netbsd-current/external/bsd/am-utils/dist/m4/
H A Dmk-aclocal8 echo no macros directory found!
/netbsd-current/external/bsd/unbound/dist/pythonmod/
H A Dtest-resip.conf9 directory: ""

Completed in 317 milliseconds

1234567891011>>