Searched refs:noisy (Results 1 - 25 of 26) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/macos/source/
H A Drecurse.c224 if ((noisy) && (MacZip.DataForkOnly))
230 if (noisy) leftStatusString("Build File List; Items done:");
231 if (noisy) printf("\n Collecting Filenames ...");
235 if (noisy) printf("\n... done \n\n %6d matched files found \n",
237 if (noisy) printf(" %6d folders found in %d Levels \n",
241 if (noisy) printf(" %4.3f MBytes unzipped size\n\n",
244 if (noisy) printf(" %4.3f KBytes unzipped size\n\n",
H A Dhelpers.c36 extern int noisy;
H A Dmacos.c465 if (noisy) printf("%s \n\n",GetZipVersionsInfo());
502 if (noisy) {
807 if (noisy) printf("\n%32s -> %s",filename, buffer);
829 if (!noisy) return; /* do no output if noisy is false */
879 if (noisy)
H A Dunixlike.c253 if (noisy)
H A Dextrafld.c128 if (noisy)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Dinode.c86 static int noisy = 5; local
101 if (!special_file(inode->i_mode) && noisy) {
105 noisy--;
178 static int noisy = 5; local
181 if (!special_file(inode->i_mode) && noisy) {
187 noisy--;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bzip2/
H A Dbzip2.c185 Bool forceOverwrite, testFailsExist, unzFailsExist, noisy; variable
537 if (noisy)
631 if (noisy)
661 if (noisy)
676 if (noisy)
703 if (noisy)
732 if (noisy && numFileNames > 0 && numFilesProcessed < numFileNames) {
776 if (noisy) {
1162 if (noisy)
1176 if (noisy)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dsetup-pci.c384 * @noisy: verbose flag
392 const struct ide_port_info *d, int noisy)
397 if (noisy)
478 u8 noisy)
498 if (noisy)
502 } else if (!pciirq && noisy) {
505 } else if (noisy) {
391 ide_setup_pci_controller(struct pci_dev *dev, const struct ide_port_info *d, int noisy) argument
476 do_ide_setup_pci_device(struct pci_dev *dev, const struct ide_port_info *d, u8 noisy) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/macos/source/
H A Dhelpers.c36 extern int noisy;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dzip.c473 if (noisy) {
510 if (noisy) {
530 if (noisy) {
1509 if (noisy) {
1691 if (noisy) {
1701 if (noisy) {
1714 if (noisy) {
1724 if (noisy)
1730 if (noisy)
1736 if (noisy)
[all...]
H A Dzipcloak.c108 if (noisy) {
125 if (noisy) {
438 noisy = 0; break;
520 noisy = 0; break;
H A Dzipup.c458 if (noisy && display_usize) {
894 if (noisy && dot_count == -1) {
906 if ((verbose || noisy) && dot_size && !dot_count) {
1080 if (noisy)
1498 if (verbose || noisy)
1504 if (noisy && dot_count == -1) {
1516 if (noisy && dot_size && !dot_count) {
1807 if (verbose || noisy)
1819 if (noisy && dot_count == -1) {
1831 if (noisy
[all...]
H A Dzipnote.c127 if (noisy) {
144 if (noisy) {
495 noisy = 0; break;
H A Dglobals.c106 int noisy = 1; /* 0=quiet operation */ variable
H A Dzipsplit.c157 if (noisy) {
174 if (noisy) {
641 noisy = 0;
H A Ddeflate.c643 if (noisy && dot_count == -1) {
655 if ((verbose || noisy) && dot_size && !dot_count) {
H A Dzipfile.c1840 if (noisy) fprintf(mesg, "\tzip info: %s%s\n", errbuf, z->oname);
1843 /* in noisy mode, extra field sizes are always reported */
1844 else if (noisy)
1849 else if (noisy && ((z->vem >> 8) != (OS_CODE >> 8)))
2036 if (noisy) fprintf(mesg, "zip: reading %s\n", z->zname);
2127 if (LG(b) != CENSIG && noisy) {
2140 if (zipbeg && noisy)
2806 if (noisy)
2901 if (zipbeg && noisy)
3449 if (!noisy)
[all...]
H A Dzip.h439 extern int noisy; /* False for quiet operation */
H A Dfileio.c605 if (noisy) {
870 if (noisy) {
1820 if (noisy && dot_count == -1) {
1832 if ((verbose || noisy) && dot_size && !dot_count) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dpsytune.c198 static int noisy=0; variable
200 if(noisy){
260 noisy=0;
266 noisy=1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/hdparm-9.43/
H A Dhdparm.c58 static int do_identity = 0, get_geom = 0, noisy = 1, quiet = 0; variable
2417 *getparm = noisy;
2418 noisy = 1;
2435 #define SET_FLAG1(VAR) get_##VAR=noisy;noisy=1;set_##VAR=1
2437 #define DO_FLAG(CH,VAR) CH:VAR=1;noisy=1;break
2438 #define INCR_FLAG(CH,VAR) CH:VAR++;noisy=1;break
2509 get_native_max_sectors = noisy;
2510 noisy = 1;
2797 case 'q': quiet = 1; noisy
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/os2/
H A Dos2zip.c69 extern int noisy;
752 if (noisy)
913 if (noisy)
967 if (noisy)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/
H A Ddpkg.c1287 static void remove_package(const unsigned package_num, int noisy) argument
1298 if (noisy)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/unix/
H A Dunix.c215 if (noisy) zipwarn("Reading FIFO (Named Pipe): ", n);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dwin32.c54 extern int noisy;

Completed in 124 milliseconds

12