Searched refs:files (Results 1 - 25 of 776) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/tests/
H A Dc-plus-plus-test-gen.py26 files = os.listdir("../%s" % dir)
27 files = filter(lambda fn: fn.endswith(".h") and not fn.startswith("."), files)
28 files.sort()
30 for f in files:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/
H A Dpy-compile38 files=
78 files="$files $1"
84 if test -z "$files"; then
85 echo "$0: No files given. Try \`$0 --help' for more information." 1>&2
108 files = '''$files'''
111 for file in string.split(files):
126 files = '''$files'''
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcramfs_fs_sb.h11 unsigned long files; member in struct:cramfs_sb_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A DMakefile.in216 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
218 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
219 END { for (dir in files) print dir, files[dir] }'
576 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
578 if ($$2 == $$4) files[d] = files[
[all...]
H A DMakefile216 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
218 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
219 END { for (dir in files) print dir, files[dir] }'
576 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
578 if ($$2 == $$4) files[d] = files[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-kde/admin/
H A DMakefile.common9 cvs dist cvs-clean configure.in configure.files subdirs package-messages package-merge:
29 configure.in: configure.files $(shell test -f configure.files && cat configure.files) subdirs
30 configure.files: subdirs
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/util/
H A Dclean-depend.pl12 my %files;
28 push @{$files{$thisfile}},@deps;
32 foreach $file (sort keys %files) {
38 push @{$files{$file}},$origfile;
40 foreach $dep (sort @{$files{$file}}) {
H A Dmklink.pl10 # For each of these files, we create in the "from" directory a link
19 my @files = @ARGV;
52 foreach $file (@files) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dclean-depend.pl12 my %files;
28 push @{$files{$thisfile}},@deps;
32 foreach $file (sort keys %files) {
38 push @{$files{$file}},$origfile;
40 foreach $dep (sort @{$files{$file}}) {
H A Dmklink.pl10 # For each of these files, we create in the "from" directory a link
21 my @files = @ARGV;
54 foreach $file (@files) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db_printlog/
H A Ddbname.awk11 files[nfiles] = -1
15 files[nfiles] = -1
50 files[$2] = 0;
52 files[$2] = 1;
58 } else if ($2 <= nreg && files[$2] == 1) {
H A Dfileid.awk9 files[nfiles] = substr(FILEID, 1, ndx - 1);
13 files[nfiles] = FILEID;
30 if ($2 == files[i])
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dtee.c20 FILE **files; local
41 /* gnu tee ignores SIGPIPE in case one of the output files is a pipe
46 fp = files = xzalloc(sizeof(FILE *) * (argc + 2));
49 files[0] = stdout;
66 fp = files;
77 fp = files;
85 * output files. Since we know that the first entry in the output
91 fp = files;
93 files[0] = stdin;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Duser-email89 # Find a list of email addresses from various mailer configuration files.
90 # All mailers use configuration files under $HOME. We handle them in a
93 files=""
98 files="$files .thunderbird/*/prefs.js"
101 files="$files .mozilla/*/prefs.js"
104 files="$files .netscape/liprefs.js .netscape/preferences.js"
107 files
[all...]
H A Duser-email.sh.in89 # Find a list of email addresses from various mailer configuration files.
90 # All mailers use configuration files under $HOME. We handle them in a
93 files=""
98 files="$files .thunderbird/*/prefs.js"
101 files="$files .mozilla/*/prefs.js"
104 files="$files .netscape/liprefs.js .netscape/preferences.js"
107 files
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/script/
H A Dinstalldat.sh7 echo Installing dat files in $DATDIR
18 The dat files have been installed.
H A Dinstallmsg.sh8 echo Installing msg files in $MSGDIR
19 The msg files have been installed.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr015/
H A Dtestall20 files="`find . -name \*.cpp -print`"
21 for file in $files; do
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Dprogs.pl28 push(@files,$_);
46 push(@files,$_);
67 push(@files,$_);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/VMS/
H A Dtest-includes.com1 $! Quick script to check how well including individual header files works
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/VMS/
H A Dtest-includes.com1 $! Quick script to check how well including individual header files works
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-ia64/
H A DMakefile11 clean-files := $(OBJS) link.ld
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/util/pl/
H A Dultrix.pl28 local($target,$files,$dep_libs,$libs)=@_;
33 $ret.="$target: $files $dep_libs\n";
34 $ret.="\t\$(LINK) ${efile}$target \$(LFLAGS) $files $libs\n\n";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/
H A Dsound_firmware.c27 filp_close(filp, current->files);
34 filp_close(filp, current->files);
42 filp_close(filp, current->files);
45 filp_close(filp, current->files);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/torture/
H A Dvfstest.h33 struct files_struct *files[1024]; member in struct:vfs_state

Completed in 162 milliseconds

1234567891011>>