Searched refs:SKIP (Results 1 - 25 of 46) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/netfilter/
H A Dnf_conntrack_h323_types.c11 {FNAME("port") INT, WORD, 0, 0, SKIP, 0, NULL},
15 {FNAME("item") OCTSTR, FIXD, 4, 0, SKIP, 0, NULL},
19 {FNAME("strict") NUL, FIXD, 0, 0, SKIP, 0, NULL},
20 {FNAME("loose") NUL, FIXD, 0, 0, SKIP, 0, NULL},
24 {FNAME("ip") OCTSTR, FIXD, 4, 0, SKIP, 0, NULL},
25 {FNAME("port") INT, WORD, 0, 0, SKIP, 0, NULL},
26 {FNAME("route") SEQOF, SEMI, 0, 0, SKIP, 0,
28 {FNAME("routing") CHOICE, 1, 2, 2, SKIP | EXT, 0,
33 {FNAME("node") OCTSTR, FIXD, 6, 0, SKIP, 0, NULL},
34 {FNAME("netnum") OCTSTR, FIXD, 4, 0, SKIP,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A Dclientid.c48 #define SKIP(p) while(*p && isspace(*p)) p++; macro
56 SKIP(q);
64 SKIP(c);
87 #undef SKIP macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/testsuite/
H A Dtesting.sh13 # SKIP - do not perform this test (this is set by "optionflag")
31 # which is either empty (in which case it always clears SKIP) or
33 # clears SKIP if the flag was found, or sets it to 1 if the flag was not found).
36 export SKIP=
46 SKIP=""
49 SKIP=1
67 if [ -n "$SKIP" ]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Deata.c563 #define SKIP ULONG_MAX macro
848 SKIP, SKIP, SKIP, SKIP, SKIP, SKIP, SKIP, SKIP,
849 SKIP, SKI
[all...]
H A Du14-34f.c364 #define SKIP ULONG_MAX macro
481 SKIP, SKIP, SKIP, SKIP, SKIP, SKIP, SKIP, SKIP,
482 SKIP, SKI
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/debianutils/
H A Drun_parts.c95 return SKIP;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/libbb/
H A Drecursive_action.c35 * if !depthFirst, dirAction return value of 0 (FALSE) or 2 (SKIP)
37 * recursive_action() returns 0 (if FALSE) or 1 (if SKIP).
88 if (status == SKIP)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drep065.tcl177 SKIP \
185 SKIP \
222 SKIP \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/findutils/
H A Dfind.c133 * bit 1=1: prune (use SKIP constant for setting it)
158 * (1) make SKIP (-prune) bit stick; and (2) detect 'failure'.
337 return SKIP + TRUE;
380 if (depth > maxdepth) return SKIP;
390 return SKIP;
399 return (i & SKIP) ? SKIP : TRUE;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/lib/
H A Dll_types.c86 __PF(SKIP,skip)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/networking/libiproute/
H A Dll_types.c69 __PF(SKIP,skip)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/Test/
H A DMore.pm83 SKIP: {
831 =item B<SKIP: BLOCK>
833 SKIP: {
843 SKIP: {
860 in the SKIP block so the # of tests run will match up with your plan.
863 It's perfectly safe to nest SKIP blocks. Each SKIP block must have
864 the label C<SKIP>, or Test::More can't work its magic.
888 last SKIP;
947 The syntax and behavior is similar to a C<SKIP
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/tests/
H A DMakefile290 echo "SKIP: $$tst"; \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/util-linux/
H A Dmdev.c222 return (depth >= MAX_SYSFS_DEPTH ? SKIP : TRUE);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DHTMLparser.c224 * SKIP(n) Skip n xmlChar, and must also be used only to skip ASCII defined
239 #define SKIP(val) ctxt->nbChars += (val),ctxt->input->cur += (val),ctxt->input->col+=(val) macro
2825 SKIP(6);
2839 SKIP(6);
2883 SKIP(2);
2893 SKIP(1);
2951 SKIP(1);
2997 SKIP(4);
3077 SKIP(3);
3096 SKIP(
[all...]
H A Dparser.c1475 * SKIP(n) Skip n xmlChar, and must also be used only to skip ASCII defined
1515 #define SKIP(val) do { \ macro
1726 SKIP(3);
1751 /* on purpose to avoid reentrancy problems with NEXT and SKIP */
1757 SKIP(2);
1778 /* on purpose to avoid reentrancy problems with NEXT and SKIP */
3727 SKIP(6);
3738 SKIP(6);
3907 SKIP(4);
3997 SKIP(
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A DHTMLparser.c224 * SKIP(n) Skip n xmlChar, and must also be used only to skip ASCII defined
239 #define SKIP(val) ctxt->nbChars += (val),ctxt->input->cur += (val),ctxt->input->col+=(val) macro
2864 SKIP(6);
2878 SKIP(6);
2922 SKIP(2);
2932 SKIP(1);
2990 SKIP(1);
3036 SKIP(4);
3116 SKIP(3);
3135 SKIP(
[all...]
H A Dparser.c1769 * SKIP(n) Skip n xmlChar, and must also be used only to skip ASCII defined
1809 #define SKIP(val) do { \ macro
2023 SKIP(3);
2048 /* on purpose to avoid reentrancy problems with NEXT and SKIP */
2054 SKIP(2);
2075 /* on purpose to avoid reentrancy problems with NEXT and SKIP */
4291 SKIP(6);
4302 SKIP(6);
4494 SKIP(4);
4588 SKIP(
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DHTMLparser.c224 * SKIP(n) Skip n xmlChar, and must also be used only to skip ASCII defined
239 #define SKIP(val) ctxt->nbChars += (val),ctxt->input->cur += (val),ctxt->input->col+=(val) macro
2825 SKIP(6);
2839 SKIP(6);
2883 SKIP(2);
2893 SKIP(1);
2951 SKIP(1);
2997 SKIP(4);
3077 SKIP(3);
3096 SKIP(
[all...]
H A Dparser.c1475 * SKIP(n) Skip n xmlChar, and must also be used only to skip ASCII defined
1515 #define SKIP(val) do { \ macro
1726 SKIP(3);
1751 /* on purpose to avoid reentrancy problems with NEXT and SKIP */
1757 SKIP(2);
1778 /* on purpose to avoid reentrancy problems with NEXT and SKIP */
3727 SKIP(6);
3738 SKIP(6);
3907 SKIP(4);
3997 SKIP(
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/selinux/
H A Dsetfiles.c400 return SKIP;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/include/
H A Dlibbb.h131 #undef SKIP macro
132 #define SKIP ((int) 2) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/archival/
H A Dtar.c440 return SKIP;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/test/afpd/
H A DMakefile.in1074 echo "SKIP: $$tst"; \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A DMakefile.in1172 echo "SKIP: $$tst"; \

Completed in 402 milliseconds

12