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

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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);
H A DLPdir_win.c55 const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory) argument
59 if (ctx == NULL || directory == NULL)
80 size_t index = 0,len_0 = strlen(directory) + 1;
92 if (!MultiByteToWideChar(CP_ACP, 0, directory, len_0, (WCHAR *)wdir, len_0))
95 wdir[index] = (TCHAR)directory[index];
102 (*ctx)->handle = FindFirstFile((TCHAR *)directory, &(*ctx)->ctx);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/script/
H A Dinstalldirs.sh11 echo Failed to make directory $1
H A Dinstallmodules.sh14 echo Failed to make directory $d
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/data/
H A Dsmb.conf7 directory mask = 0776
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/libcharset/lib/
H A DMakefile.vms56 create /directory $(prefix)]
57 create /directory $(exec_prefix)]
58 create /directory $(libdir)]
62 create /directory $(prefix)]
63 create /directory $(exec_prefix)]
64 create /directory $(libdir)]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/src/
H A DMakefile.vms49 create /directory $(prefix)]
50 create /directory $(exec_prefix)]
51 create /directory $(bindir)]
55 create /directory $(prefix)]
56 create /directory $(exec_prefix)]
57 create /directory $(bindir)]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Delisp-comp41 Emacs, and put the resulting `.elc' files into the current directory,
66 # Cleanup the temporary directory on exit.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A DdirCache.h34 struct directory dir;
51 struct directory *dir);

Completed in 199 milliseconds

1234567891011>>