Home
last modified time | relevance | path

Searched refs:shutup (Results 1 – 25 of 164) sorted by relevance

1234567

/dports/misc/lastools/LAStools-8ff2694/src/
H A Dlasdiff.cpp110 int shutup = 5; in main() local
177 shutup = atoi(argv[i]);; in main()
740 …if (different_points < shutup) fprintf(stderr, " x: %d %d\n", lasreader1->point.get_X(), lasreade… in main()
745 …if (different_points < shutup) fprintf(stderr, " y: %d %d\n", lasreader1->point.get_Y(), lasreade… in main()
750 …if (different_points < shutup) fprintf(stderr, " z: %d %d\n", lasreader1->point.get_Z(), lasreade… in main()
756 …if (different_points < shutup) fprintf(stderr, " intensity: %d %d\n", lasreader1->point.intensity… in main()
761 …if (different_points < shutup) fprintf(stderr, " return_number: %d %d\n", lasreader1->point.retur… in main()
806 …if (different_points < shutup) fprintf(stderr, " user_data: %d %d\n", lasreader1->point.user_data… in main()
855 if (different_points < shutup) in main()
897 if (different_points < shutup) in main()
[all …]
/dports/sysutils/docker-compose/docker-compose-1.24.0/compose/cli/
H A Dutils.py62 with open(os.devnull, 'w') as shutup:
64 return subprocess.call(*args, stdout=shutup, stderr=shutup, **kwargs)
/dports/sysutils/py-zdaemon/zdaemon-4.1.0/src/zdaemon/tests/
H A Dparent.py15 shutup()
37 def shutup(): function
/dports/irc/infobot/infobot-0.45.3/conf/
H A Dinfobot.channels6 shutup TRUE;
H A Dinfobot.config-dist122 # "shutup" determines whether you can switch modes on the
124 # probably want to comment out the shutup line.
127 # shutup TRUE
/dports/games/aisleriot/aisleriot-3.22.19/cards/
H A Dsvgcrush.c107 shutup (gpointer data G_GNUC_UNUSED) in shutup() function
140 shutup /* pngcrush is very noisy */, NULL, in crush()
/dports/deskutils/ical/ical-tcl/
H A Dalarm.tcl155 method Alarmer shutup {item} {
278 catch {alarmer shutup [$object item]}
/dports/audio/lmms/lmms-1.2.2/plugins/zynaddsubfx/zynaddsubfx/src/Misc/
H A DMaster.h105 int shutup; variable
H A DMaster.cpp63 shutup = 0; in Master()
468 if(shutup) { in AudioOut()
583 shutup = 0; in ShutUp()
/dports/security/p5-Crypt-OpenSSL-DSA/Crypt-OpenSSL-DSA-0.20/t/
H A D90-openssl-compat.t74 # FIXME: shutup openssl from spewing to STDOUT the "Verification
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/src/Misc/
H A DMaster.h116 int shutup; variable
H A DMaster.cpp795 shutup = 0;
1423 if(shutup) {
1438 shutup = true;
1555 shutup = 0;
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/pci/hda/
H A Dpatch_realtek.c890 if (spec && spec->shutup) in alc_shutup()
891 spec->shutup(codec); in alc_shutup()
1854 spec->shutup = alc_eapd_shutup; in patch_alc260()
2806 spec->shutup = alc_eapd_shutup; in patch_alc262()
2961 spec->shutup = alc_eapd_shutup; in patch_alc268()
9151 spec->shutup = alc269_shutup; in patch_alc269()
9162 spec->shutup = alc282_shutup; in patch_alc269()
9168 spec->shutup = alc283_shutup; in patch_alc269()
9188 spec->shutup = alc256_shutup; in patch_alc269()
9194 spec->shutup = alc256_shutup; in patch_alc269()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/sound/pci/hda/
H A Dpatch_realtek.c890 if (spec && spec->shutup) in alc_shutup()
891 spec->shutup(codec); in alc_shutup()
1854 spec->shutup = alc_eapd_shutup; in patch_alc260()
2806 spec->shutup = alc_eapd_shutup; in patch_alc262()
2961 spec->shutup = alc_eapd_shutup; in patch_alc268()
9151 spec->shutup = alc269_shutup; in patch_alc269()
9162 spec->shutup = alc282_shutup; in patch_alc269()
9168 spec->shutup = alc283_shutup; in patch_alc269()
9188 spec->shutup = alc256_shutup; in patch_alc269()
9194 spec->shutup = alc256_shutup; in patch_alc269()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/pci/hda/
H A Dpatch_realtek.c890 if (spec && spec->shutup) in alc_shutup()
891 spec->shutup(codec); in alc_shutup()
1854 spec->shutup = alc_eapd_shutup; in patch_alc260()
2806 spec->shutup = alc_eapd_shutup; in patch_alc262()
2961 spec->shutup = alc_eapd_shutup; in patch_alc268()
9151 spec->shutup = alc269_shutup; in patch_alc269()
9162 spec->shutup = alc282_shutup; in patch_alc269()
9168 spec->shutup = alc283_shutup; in patch_alc269()
9188 spec->shutup = alc256_shutup; in patch_alc269()
9194 spec->shutup = alc256_shutup; in patch_alc269()
[all …]
/dports/net-mgmt/libsmi/libsmi-0.4.8/lib/
H A Dcheck.c633 int shutup = 0; in smiCheckNamedNumbersOrder() local
665 if (!shutup) { in smiCheckNamedNumbersOrder()
669 shutup = 1; in smiCheckNamedNumbersOrder()
695 if (!shutup) { in smiCheckNamedNumbersOrder()
699 shutup = 1; in smiCheckNamedNumbersOrder()
/dports/sysutils/samefile/samefile-2.15/
H A DMakefile.in27 SOURCE = $(CSOURCE) error.h fgetline.h options.h shutup.h
/dports/security/logcheck/logcheck/docs/
H A DREADME.keywords49 A final note...(really and then I'll shutup)..
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/Package/
H A Dbabel.def.ltxml53 # And just shutup about hyphenation patterns
/dports/irc/hexchat/hexchat-2.16.0/src/common/
H A Dserver.c986 gboolean shutup = FALSE; in server_disconnect() local
1007 shutup = TRUE; /* won't print "disconnected" in channels */ in server_disconnect()
1018 if (!shutup || sess->type == SESS_SERVER) in server_disconnect()
/dports/security/unicornscan/unicornscan-0.4.2/selinux/
H A Dunicornscan_macros.te66 # shutup
/dports/chinese/bitchx/bitchx-1.2.1/dll/europa/
H A DREADME111 NICK: shutup
/dports/irc/bitchx/bitchx-1.2.1/dll/europa/
H A DREADME111 NICK: shutup
/dports/devel/performance/Performance-0.5.0/
H A DChangeLog35 shutup clang warnings
/dports/net/drawterm/drawterm/gui-x11/
H A Dx11.c682 shutup(XDisplay *d, XErrorEvent *e) in shutup() function
731 XSetErrorHandler(shutup); in xinitscreen()

1234567