search for: _check

Displaying 9 results from an estimated 9 matches for "_check".

Did you mean: check
2007 Sep 03
3
Classes do not receive any traffic ?
...roto skypetoskype -j ${dev[2]}_CON_VOIP iptables -t mangle -A ${dev[2]}_SKYPE -m layer7 --l7proto skypeout -j ${dev[2]}_CON_VOIP>/dev/null 1>/dev/null 2>/dev/null 3>/dev/null 4>/dev/null iptables -t mangle -A ${dev[2]}_SKYPE -j RETURN } ipt_int() { iptables -t mangle -N ${dev[2]}_CHECK iptables -t mangle -N ${dev[2]}_IMQ iptables -t mangle -N ${dev[2]}_PRIO if [[ ${dev[0]} =~ ''imq0'' ]] ; then iptables -t mangle -A ${dev[2]}_PRIO -j MARK --set-mark 3 elif [[ ${dev[0]} =~ ''eth0'' ]] ; then iptables -t mangle -A ${dev[2]}_PRIO -j CLASSIFY --set-...
2016 Dec 14
4
[FileCheck] Fix --strict-whitespace --match-full-lines
...'s/ /_/g' DUMP bla1 bla2 _bla3 bla4_ _bla5_ ... and a FileCheck file CHECK to match DUMP: ... $ cat CHECK // CHECK-LABEL:bla1 // CHECK-NEXT:bla2 // CHECK-NEXT: bla3 // CHECK-NEXT:bla4 // CHECK-NEXT: bla5 ... with whitespace made more visible like this: ... $ sed 's/ /_/g' CHECK //_CHECK-LABEL:bla1 //_CHECK-NEXT:bla2 //_CHECK-NEXT:_bla3 //_CHECK-NEXT:bla4_ //_CHECK-NEXT:_bla5_ ... When trying the match, it fails: ... $ cat DUMP | FileCheck CHECK --strict-whitespace --match-full-lines CHECK:3:16: error: expected string not found in input // CHECK-NEXT: bla3 ^ <st...
2016 Dec 14
0
[FileCheck] Fix --strict-whitespace --match-full-lines
...ileCheck file CHECK to match DUMP: > ... > $ cat CHECK > // CHECK-LABEL:bla1 > // CHECK-NEXT:bla2 > // CHECK-NEXT: bla3 > // CHECK-NEXT:bla4 > // CHECK-NEXT: bla5 > ... > > with whitespace made more visible like this: > ... > $ sed 's/ /_/g' CHECK > //_CHECK-LABEL:bla1 > //_CHECK-NEXT:bla2 > //_CHECK-NEXT:_bla3 > //_CHECK-NEXT:bla4_ > //_CHECK-NEXT:_bla5_ > ... > > When trying the match, it fails: > ... > $ cat DUMP | FileCheck CHECK --strict-whitespace --match-full-lines > CHECK:3:16: error: expected string not found in...
2005 Oct 31
2
What is the history of CONFIG_EXT{2,3}_CHECK?
Can anyone tell me the history of CONFIG_EXT{2,3}_CHECK? There is code for a "check" option for mount if these options are enabled, but there's no way to enable them. TIA Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. &q...
2016 Dec 15
3
[FileCheck] Fix --strict-whitespace --match-full-lines
...;> $ cat CHECK >> // CHECK-LABEL:bla1 >> // CHECK-NEXT:bla2 >> // CHECK-NEXT: bla3 >> // CHECK-NEXT:bla4 >> // CHECK-NEXT: bla5 >> ... >> >> with whitespace made more visible like this: >> ... >> $ sed 's/ /_/g' CHECK >> //_CHECK-LABEL:bla1 >> //_CHECK-NEXT:bla2 >> //_CHECK-NEXT:_bla3 >> //_CHECK-NEXT:bla4_ >> //_CHECK-NEXT:_bla5_ >> ... >> >> When trying the match, it fails: >> ... >> $ cat DUMP | FileCheck CHECK --strict-whitespace --match-full-lines >> CHECK:3:1...
2016 Dec 15
0
[FileCheck] Fix --strict-whitespace --match-full-lines
...; >> // CHECK-NEXT:bla2 > >> // CHECK-NEXT: bla3 > >> // CHECK-NEXT:bla4 > >> // CHECK-NEXT: bla5 > >> ... > >> > >> with whitespace made more visible like this: > >> ... > >> $ sed 's/ /_/g' CHECK > >> //_CHECK-LABEL:bla1 > >> //_CHECK-NEXT:bla2 > >> //_CHECK-NEXT:_bla3 > >> //_CHECK-NEXT:bla4_ > >> //_CHECK-NEXT:_bla5_ > >> ... > >> > >> When trying the match, it fails: > >> ... > >> $ cat DUMP | FileCheck CHECK --strict-whi...
2013 Feb 14
3
[PATCH] tools/xend: Only add cpuid and cpuid_check to sexpr once
# HG changeset patch # User Jim Fehlig <jfehlig@suse.com> # Date 1360861948 -3600 # Node ID 0f9c7503650fa1b1103b769e1129d66ff614b2ad # Parent cffb489a6df37d8d114e7d2d53a7a85d14e8f968 tools/xend: Only add cpuid and cpuid_check to sexpr once When converting a XendConfig object to sexpr, cpuid and cpuid_check were being emitted twice in the resulting sexpr. The first conversion writes incorrect sexpr, causing parsing of the sexpr to fail when xend is restarted and domain sexpr files in /var/lib/xend/domains/<dom-uuid&...
2007 Aug 22
0
8 commits - libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_player.c libswfdec/swfdec_player_internal.h libswfdec/swfdec_sprite_movie_as.c vivified/core
...double * x, + double * y); G_END_DECLS diff-tree 17de193746f320b9307eff2613404aa8548e2e5d (from bd1f7a67b87e053796d017c7c3d0e8da4c71112a) Author: Benjamin Otte <otte at gnome.org> Date: Wed Aug 22 18:31:45 2007 +0200 don't have our own init function, ut call it from _check() Since the init function can potentially call back into the Flash engine, this is a dangerous thing to call. diff --git a/vivified/core/vivi_application.c b/vivified/core/vivi_application.c index 0805396..b9b2811 100644 --- a/vivified/core/vivi_application.c +++ b/vivified/core/vivi_...
2007 Aug 26
0
Changes to 'refs/tags/0.5.2'
...the right movies on rewind only check as many Flash versions as we have functions for set to inited before initing, because initing can cause breakpoints to happen copy x0 and y0 immediately or their values will get lost don't have our own init function, ut call it from _check() add swfdec_player_stage_to_global/global_to_stage() fix coordinate systems add swfdec_movie_rect_global_to_local/local_to_global() implement hitTest in a much nicer form make swfdec_movie_mouse_in() check children It's a swfdec-gtk function, so use that pre...