Searched refs:exclude (Results 1 - 25 of 29) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/package/
H A DMakefile5 TAR_IGNORE := --exclude SCCS --exclude BitKeeper --exclude .svn --exclude CVS
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/scripts/
H A Dtgz27 # due to use of --exclude, --totals and -S.
82 tar -cvS --totals --exclude "$dest" -f - -- $src | gzip -9v > "$dest"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/arm/
H A Dqueue.h43 * Function: struct scsi_cmnd *queue_remove_exclude_ref (queue, exclude)
46 * exclude - array of busy LUNs
50 unsigned long *exclude);
H A Dqueue.c155 * Function: struct scsi_cmnd *queue_remove_exclude (queue, exclude)
158 * exclude - bit array of target&lun which is busy
161 struct scsi_cmnd *queue_remove_exclude(Queue_t *queue, unsigned long *exclude) argument
170 if (!test_bit(q->SCpnt->device->id * 8 + q->SCpnt->device->lun, exclude)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Fedora/
H A Dmakerpms.sh42 ( cd ../../.. ; tar --exclude=CVS -cf - samba-${VERSION}/. | bzip2 > ${SRCDIR}/samba-${VERSION}.tar.bz2 )
H A Dmakerpms.sh.tmpl42 ( cd ../../.. ; tar --exclude=CVS -cf - samba-${VERSION}/. | bzip2 > ${SRCDIR}/samba-${VERSION}.tar.bz2 )
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/RedHat/
H A Dmakerpms.sh59 ( cd ../../.. ; tar --exclude=CVS -cf - samba-${VERSION}/. | bzip2 > ${SRCDIR}/samba-${VERSION}.tar.bz2 )
H A Dmakerpms.sh.tmpl59 ( cd ../../.. ; tar --exclude=CVS -cf - samba-${VERSION}/. | bzip2 > ${SRCDIR}/samba-${VERSION}.tar.bz2 )
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Mandrake/
H A Dmakerpms.sh50 ( cd ../../.. ; tar --exclude=CVS -cjf ${SRCDIR}/samba-${VERSION}.tar.bz2 samba-${VERSION} )
H A Dmakerpms.sh.tmpl50 ( cd ../../.. ; tar --exclude=CVS -cjf ${SRCDIR}/samba-${VERSION}.tar.bz2 samba-${VERSION} )
H A Dsamba2.spec1493 %exclude %{_libdir}/%{name}/vfs/vscan*.so
1572 %exclude %{_bindir}/smb*m*nt%{samba_major}
1573 %exclude %{_mandir}/man8/smb*m*nt*.8*
1630 %exclude %{_mandir}/man1/log2pcap*.1*
1632 %exclude %{_mandir}/man1/vfstest%{samba_major}*.1*
1633 %exclude %{_mandir}/man1/log2pcap*.1*
1641 %exclude %{_libdir}/libsmbclient.so.*
1651 %exclude %{_includedir}/*
1652 %exclude %{_libdir}/libsmbclient.so
1660 %exclude
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-po.c68 /* See whether we shall exclude this message. */
69 if (exclude != NULL && message_list_search (exclude, msgctxt, msgid) != NULL)
H A Dxgettext.h168 extern message_list_ty *exclude;
H A Dxgettext.c109 message_list_ty *exclude; variable
201 { "exclude-file", required_argument, NULL, 'x' },
824 -x, --exclude-file=FILE.po entries from FILE.po are not extracted\n"));
959 if (exclude == NULL)
960 exclude = message_list_alloc (true);
961 mp = message_list_search (exclude, msgctxt, msgid);
968 message_list_append (exclude, mp);
2022 /* See whether we shall exclude this message. */
2023 if (exclude != NULL && message_list_search (exclude, msgctx
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/doc/
H A DMakefile.am69 rsync -vr --exclude='.svn' . \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/selinux/
H A Dsetfiles.c121 bb_error_msg_and_die("full path required for exclude: %s", directory);
145 static bool exclude(const char *file) function
166 if (excludeCtr > 0 && exclude(name)) {
214 if (excludeCtr > 0 && exclude(name))
225 if (excludeCtr > 0 && exclude(name))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/
H A DMakefile331 export RCS_TAR_IGNORE := --exclude SCCS --exclude BitKeeper --exclude .svn --exclude CVS --exclude .pc --exclude .hg --exclude .git
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/
H A DMakefile376 export RCS_TAR_IGNORE := --exclude SCCS --exclude BitKeeper --exclude .svn --exclude CVS --exclude .pc --exclude .hg --exclude .git
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dtar.c489 const llist_t *exclude, const int gzip)
562 tbInfo.excludeList = exclude;
606 const llist_t *exclude, const int gzip);
739 "exclude-from\0" Required_argument "X"
749 /* --exclude takes next bit position in option mask, */
753 "exclude\0" Required_argument "\xff"
783 "\xff::" // cumulative lists for --exclude
804 , &excludes // --exclude
487 writeTarFile(const int tar_fd, const int verboseFlag, const unsigned long dereferenceFlag, const llist_t *include, const llist_t *exclude, const int gzip) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A DMakefile.am1144 (cd $(srcdir) ; tar -cf - --exclude CVS --exclude .svn win32 macos vms bakefile test result) | (cd $(distdir); tar xf -)
1147 $(AMTAR) -chof - --exclude Tests --exclude test --exclude result $(distdir) | GZIP=$(GZIP_ENV) gzip -c >`echo "$(distdir)" | sed "s+libxml2+libxml2-sources+"`.tar.gz
1151 (cd $(srcdir) ; tar -cf - --exclude CVS --exclude .svn xstc/Tests) | (cd $(distdir); tar xf -)
H A DMakefile.in2532 (cd $(srcdir) ; tar -cf - --exclude CVS --exclude .svn win32 macos vms bakefile test result) | (cd $(distdir); tar xf -)
2535 $(AMTAR) -chof - --exclude Tests --exclude test --exclude result $(distdir) | GZIP=$(GZIP_ENV) gzip -c >`echo "$(distdir)" | sed "s+libxml2+libxml2-sources+"`.tar.gz
2539 (cd $(srcdir) ; tar -cf - --exclude CVS --exclude .svn xstc/Tests) | (cd $(distdir); tar xf -)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dsg.c167 volatile char exclude; /* opened for exclusive access */ member in struct:sg_device
264 ((sdp->headfp || sdp->exclude) ? 0 : (sdp->exclude = 1)), res);
269 } else if (sdp->exclude) { /* some other fd has an exclusive lock on dev */
275 __wait_event_interruptible(sdp->o_excl_wait, (!sdp->exclude),
296 sdp->exclude = 0; /* undo if error */
322 sdp->exclude = 0;
2960 sdp->sg_tablesize, sdp->exclude);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dhead.S561 # GR9 region top pointer updated to exclude new tile
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D05-comment.tex161 concession to simplicity not an attempt to exclude the majority of
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/squashfs/
H A Dmksquashfs.c169 /* list of exclude dirs/files */
176 int exclude = 0; variable
2631 for(i = 0; i < exclude; i++)
2639 if(exclude % EXCLUDE_SIZE == 0) {\
2640 if((exclude_paths = (struct exclude_info *) realloc(exclude_paths, (exclude + EXCLUDE_SIZE) * sizeof(struct exclude_info))) == NULL)\
2641 BAD_ERROR("Out of memory in exclude dir/file table\n");\
2643 exclude_paths[exclude].st_dev = buf.st_dev;\
2644 exclude_paths[exclude++].st_ino = buf.st_ino;
2653 sprintf(buffer, "Cannot stat exclude dir/file %s, ignoring", path);
2665 sprintf(buffer, "Cannot stat exclude di
[all...]

Completed in 236 milliseconds

12