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

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Ddir-list.c32 static string_list_ty *directory /* = NULL */; variable
35 /* Append a directory to the end of the list of directories. */
39 if (directory == NULL)
40 directory = string_list_alloc ();
41 string_list_append_unique (directory, s);
45 /* Return the nth directory, or NULL of n is out of range. */
49 /* The default value of the list consists of the single directory ".". */
50 if (directory == NULL)
53 if (n < 0 || n >= directory->nitems)
55 return directory
[all...]
H A Dread-csharp.h28 const char *directory);
H A Dread-tcl.h23 /* Read the Tcl msg file given by locale_name and directory.
26 msgdomain_read_tcl (const char *locale_name, const char *directory);
H A Dwrite-tcl.h24 locale_name is the locale name (with underscore separators), directory is
25 the base directory.
30 const char *directory);
H A Dwrite-csharp.h26 separators) or NULL, directory is the base directory.
33 const char *directory);
H A Ddir-list.h24 list consists of the single directory ".". */
32 /* Append a directory to the end of the list of directories. */
33 extern void dir_list_append (const char *directory);
35 /* Return the nth directory, or NULL of n is out of range. */
H A Dwrite-java.h28 separators) or NULL, directory is the base directory.
35 const char *directory,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dconcat-filename.c1 /* Construct a full pathname from a directory and a filename.
28 /* Concatenate a directory filename, a relative filename and an optional
29 suffix. The directory may end with the directory separator. The second
30 argument may not start with the directory separator (it is relative).
33 concatenated_filename (const char *directory, const char *filename, argument
39 if (strcmp (directory, ".") == 0)
41 /* No need to prepend the directory. */
50 size_t directory_len = strlen (directory);
52 (directory_len > FILE_SYSTEM_PREFIX_LEN (directory)
[all...]
H A Djavacomp.h55 directory is the target directory. The .class file for class X.Y.Z is
56 written at directory/X/Y/Z.class. If directory is NULL, the .class
57 file is written in the source's directory.
70 const char *directory,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dconcat-filename.c1 /* Construct a full pathname from a directory and a filename.
28 /* Concatenate a directory filename, a relative filename and an optional
29 suffix. The directory may end with the directory separator. The second
30 argument may not start with the directory separator (it is relative).
33 concatenated_filename (const char *directory, const char *filename, argument
39 if (strcmp (directory, ".") == 0)
41 /* No need to prepend the directory. */
50 size_t directory_len = strlen (directory);
52 (directory_len > FILE_SYSTEM_PREFIX_LEN (directory)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/confuse-2.7/examples/
H A Dftp.conf11 directory = "/pub/gnu"
18 directory = "/pub/linux/kernel/v2.6"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A DLPdir_nyi.c37 const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory) argument
H A Do_dir.h44 * returns NULL on error or end-of-directory. If it is end-of-directory,
47 const char *OPENSSL_DIR_read(OPENSSL_DIR_CTX **ctx, const char *directory);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A DLPdir_nyi.c37 const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory) argument
H A Do_dir.h44 * returns NULL on error or end-of-directory. If it is end-of-directory,
47 const char *OPENSSL_DIR_read(OPENSSL_DIR_CTX **ctx, const char *directory);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A DLPdir_nyi.c33 const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory) argument
H A Do_dir.h43 /* returns NULL on error or end-of-directory.
44 If it is end-of-directory, errno will be zero */
45 const char *OPENSSL_DIR_read(OPENSSL_DIR_CTX **ctx, const char *directory);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/
H A Doptions.h34 struct directory { struct
37 struct directory *next;
41 struct directory *directories;
48 struct directory *directories;
54 struct directory *directories;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/man/
H A DMakefile.vms27 create /directory $(prefix)]
28 create /directory $(datadir)]
29 create /directory $(mandir)]
30 create /directory $(man1dir)]
32 create /directory $(man3dir)]
36 create /directory $(datadir).doc]
37 create /directory $(docdir)]
44 create /directory $(prefix)]
45 create /directory $(datadir)]
46 create /directory
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/man/
H A DMakefile.vms27 create /directory $(prefix)]
28 create /directory $(datadir)]
29 create /directory $(mandir)]
30 create /directory $(man1dir)]
32 create /directory $(man3dir)]
36 create /directory $(datadir).doc]
37 create /directory $(docdir)]
44 create /directory $(prefix)]
45 create /directory $(datadir)]
46 create /directory
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/vms/
H A Dfind_bzip2_lib.com6 $! destination directory. (We assume, initially, that the BZIP2
7 $! directory has a destination directory structure like ours.)
9 $! Set the P4 logical name to the directory where it was found.
33 $! Candidate 1 = the actual analogue destination directory.
42 $! Candidate 2 = the actual analogue destination directory + "L".
51 $! Candidate 3 = the actual user-specified directory.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/vms/
H A Dfind_bzip2_lib.com6 $! destination directory. (We assume, initially, that the BZIP2
7 $! directory has a destination directory structure like ours.)
9 $! Set the P4 logical name to the directory where it was found.
33 $! Candidate 1 = the actual analogue destination directory.
42 $! Candidate 2 = the actual analogue destination directory + "L".
51 $! Candidate 3 = the actual user-specified directory.
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dswitch_root.c31 static void delete_contents(const char *directory) argument
38 if (lstat(directory, &st) || st.st_dev != rootdev) return;
42 dir = opendir(directory);
52 newdir = alloca(strlen(directory) + strlen(d->d_name) + 2);
53 sprintf(newdir, "%s/%s", directory, d->d_name);
59 rmdir(directory);
62 // It wasn't a directory. Zap it.
64 } else unlink(directory);
80 // Change to new root directory and verify it's a different fs.

Completed in 269 milliseconds

1234567891011>>