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

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dconfig.c193 static void syntax(const char *msg, int thisLine) function
234 syntax("line too long", 1);
246 syntax("end of file unexpected", 1);
283 syntax(buf, 1);
294 syntax(" \" expected", 0);
298 syntax("unterminated string constant", 1);
313 syntax("numeral expected", 0);
328 syntax("numeral expected", 0);
399 syntax("missing filename", 0);
406 syntax("incomplet
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dregex.c76 # define re_set_syntax(syntax) __re_set_syntax (syntax)
103 # include "syntax.h"
153 /* Define the syntax stuff for \<, \>, etc. */
210 /* Get the interface, including the syntax bits. */
521 /* Matches any character whose syntax is specified. Followed by
522 a byte which contains a syntax code, e.g., Sword. */
525 /* Matches any character whose syntax is not that specified. */
928 printf ("syntax: %lx\n", bufp->syntax);
5669 reg_syntax_t syntax local
[all...]
H A Dregex-gnu.h47 /* The following bits are used to determine the regexp syntax we
48 recognize. The set/not-set meanings are chosen so that Emacs syntax
163 /* This global variable defines the particular regexp syntax to use (for
164 some interfaces). When a regexp is compiled, the syntax used is
210 /* Syntax bits common to both basic and extended POSIX regex syntax. */
252 /* If this bit is set, then use extended regular expression syntax.
253 If not set, then use basic regular expression syntax. */
341 reg_syntax_t syntax;
447 /* Sets the current default syntax to SYNTAX, and return the old syntax
338 reg_syntax_t syntax; member in struct:re_pattern_buffer
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dtest.c249 static void syntax(const char *op, const char *msg) ATTRIBUTE_NORETURN;
250 static void syntax(const char *op, const char *msg) function
295 syntax(NULL, "argument expected");
300 syntax(NULL, "closing paren expected");
306 syntax(t_wp_op->op_text, "argument expected");
336 syntax(op->op_text, "argument expected");
495 syntax(s, "out of range");
498 syntax(s, "bad number");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.c65 # define re_set_syntax(syntax) __re_set_syntax (syntax)
109 # include "syntax.h"
144 /* Define the syntax stuff for \<, \>, etc. */
167 /* Get the interface, including the syntax bits. */
356 reg_syntax_t syntax,
374 reg_syntax_t syntax,
545 /* Matches any character whose syntax is specified. Followed by
546 a byte which contains a syntax code, e.g., Sword. */
549 /* Matches any character whose syntax i
1274 re_set_syntax(reg_syntax_t syntax) argument
2286 regex_compile(const char *ARG_PREFIX(pattern), size_t ARG_PREFIX(size), reg_syntax_t syntax, struct re_pattern_buffer *bufp) argument
4285 at_begline_loc_p(const CHAR_T *pattern, const CHAR_T *p, reg_syntax_t syntax) argument
4303 at_endline_loc_p(const CHAR_T *p, const CHAR_T *pend, reg_syntax_t syntax) argument
4358 wcs_compile_range(CHAR_T range_start_char, const CHAR_T **p_ptr, const CHAR_T *pend, RE_TRANSLATE_TYPE translate, reg_syntax_t syntax, CHAR_T *b, CHAR_T *char_set) argument
4442 byte_compile_range(unsigned int range_start_char, const char **p_ptr, const char *pend, RE_TRANSLATE_TYPE translate, reg_syntax_t syntax, unsigned char *b) argument
[all...]
H A Dregex.h46 /* The following bits are used to determine the regexp syntax we
47 recognize. The set/not-set meanings are chosen so that Emacs syntax
171 /* This global variable defines the particular regexp syntax to use (for
172 some interfaces). When a regexp is compiled, the syntax used is
220 /* Syntax bits common to both basic and extended POSIX regex syntax. */
262 /* If this bit is set, then use extended regular expression syntax.
263 If not set, then use basic regular expression syntax. */
351 reg_syntax_t syntax;
441 /* Sets the current default syntax to SYNTAX, and return the old syntax
348 reg_syntax_t syntax; member in struct:re_pattern_buffer
[all...]
H A Dm-regex.c142 GNU regex should have raise a syntax error. The same for backref, where
207 reg_syntax_t syntax)
223 re_set_syntax (syntax);
224 dfasyntax (syntax, match_icase, eolbyte);
228 GNU regex should have raise a syntax error. The same for backref, where
205 compile(const char *pattern, size_t pattern_size, bool match_icase, bool match_words, bool match_lines, char eolbyte, reg_syntax_t syntax) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bftpd-1.6.6/
H A Dcommands.h74 char *syntax; member in struct:command
H A Dcommands.c2039 control_printf(SL_SUCCESS, "214 Syntax: %s", commands[i].syntax);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dmatroskadec.c702 EbmlSyntax *syntax, void *data);
704 static int ebml_parse_id(MatroskaDemuxContext *matroska, EbmlSyntax *syntax, argument
708 for (i=0; syntax[i].id; i++)
709 if (id == syntax[i].id)
711 if (!syntax[i].id && id != EBML_ID_VOID && id != EBML_ID_CRC32)
713 return ebml_parse_elem(matroska, &syntax[i], data);
716 static int ebml_parse(MatroskaDemuxContext *matroska, EbmlSyntax *syntax, argument
722 return res < 0 ? res : ebml_parse_id(matroska, syntax, id, data);
725 static int ebml_parse_nest(MatroskaDemuxContext *matroska, EbmlSyntax *syntax, argument
730 for (i=0; syntax[
750 ebml_parse_elem(MatroskaDemuxContext *matroska, EbmlSyntax *syntax, void *data) argument
793 ebml_free(EbmlSyntax *syntax, void *data) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dplural.c626 If YYTABLE_NINF, syntax error. */
687 yyerror (YY_("syntax error: cannot back up")); \
1035 copied. As a special case, return 0 if an ordinary "syntax error"
1059 YY_("syntax error, unexpected %s");
1060 YY_("syntax error, unexpected %s, expecting %s");
1061 YY_("syntax error, unexpected %s, expecting %s or %s");
1062 YY_("syntax error, unexpected %s, expecting %s or %s or %s");
1063 YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s");
1067 static char const yyunexpected[] = "syntax error, unexpected %s";
1228 /* Number of syntax error
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/radvd/
H A Dgram.c726 If YYTABLE_NINF, syntax error. */
827 yyerror (YY_("syntax error: cannot back up")); \
1172 copied. As a special case, return 0 if an ordinary "syntax error"
1196 YY_("syntax error, unexpected %s");
1197 YY_("syntax error, unexpected %s, expecting %s");
1198 YY_("syntax error, unexpected %s, expecting %s or %s");
1199 YY_("syntax error, unexpected %s, expecting %s or %s or %s");
1200 YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s");
1204 static char const yyunexpected[] = "syntax error, unexpected %s";
1336 /* Number of syntax error
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dnf_nat_snmp_basic.c576 union snmp_syntax syntax; member in struct:snmp_object
617 int syntax; member in struct:snmp_cnv
644 unsigned short *syntax)
650 while (cnv->syntax != -1) {
652 *syntax = cnv->syntax;
720 (*obj)->syntax.l[0] = l;
736 memcpy((*obj)->syntax.c, p, len);
772 memcpy((*obj)->syntax.ul, lp, len);
793 memcpy((*obj)->syntax
642 snmp_tag_cls2syntax(unsigned int tag, unsigned int cls, unsigned short *syntax) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dpo-gram-gen.c643 If YYTABLE_NINF, syntax error. */
704 yyerror (YY_("syntax error: cannot back up")); \
1049 copied. As a special case, return 0 if an ordinary "syntax error"
1073 YY_("syntax error, unexpected %s");
1074 YY_("syntax error, unexpected %s, expecting %s");
1075 YY_("syntax error, unexpected %s, expecting %s or %s");
1076 YY_("syntax error, unexpected %s, expecting %s or %s or %s");
1077 YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s");
1081 static char const yyunexpected[] = "syntax error, unexpected %s";
1213 /* Number of syntax error
[all...]
H A Dx-java.c46 /* The Java syntax is defined in the
962 /* Don't need to verify the complicated syntax of integers and
964 The simplified syntax that we recognize as number is: any
H A Dx-csharp.c50 /* The C# syntax is defined in ECMA-334, second edition. */
1601 /* Don't need to verify the complicated syntax of integers and
1603 The simplified syntax that we recognize as number is: any
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/dvb/
H A Dget_dvb_firmware30 syntax() if (scalar(@ARGV) != 1);
49 syntax();
443 sub syntax() {
444 print STDERR "syntax: get_dvb_firmware <component>\n";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/
H A DMakefile.am35 mpih-lshift-asm.S mpih-rshift-asm.S mpih-sub1-asm.S asm-syntax.h \
H A DMakefile292 mpih-lshift-asm.S mpih-rshift-asm.S mpih-sub1-asm.S asm-syntax.h \
H A DMakefile.in292 mpih-lshift-asm.S mpih-rshift-asm.S mpih-sub1-asm.S asm-syntax.h \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dhush.c68 * propagate syntax errors, die on resource errors?
432 static void syntax(const char *msg) function
440 fp(msg ? "%s: %s" : "syntax error", "syntax error", msg);
1931 /* check syntax for "for" */
1936 syntax("malformed for"); /* no IN or no commands after IN */
1944 syntax("malformed for"); /* 2nd condition: not followed by IN */
2748 /* the src parameter allows us to peek forward to a possible &n syntax
2750 * Return code is 0 normally, 1 if a syntax error is detected in src.
2780 if (redir->dup == -2) return 1; /* syntax erro
[all...]
H A Dash.c2482 /* number syntax index */
2541 SIT(int c, int syntax) argument
2581 return S_I_T[indx][syntax];
2883 #define SIT(c, syntax) (S_I_T[(int)syntax_index_table[((int)c)+SYNBASE]][syntax])
3510 * negative pids with "kill -SIGNAL_NO" syntax */
5077 memtodest(const char *p, size_t len, int syntax, int quotes) argument
5087 if (quotes && (SIT(c, syntax) == CCTL || SIT(c, syntax) == CBACK))
5096 strtodest(const char *p, int syntax, in argument
5288 int syntax = quoted? DQSYNTAX : BASESYNTAX; local
5710 int syntax; local
9863 readtoken1(int firstc, int syntax, char *eofmark, int striptabs) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/arm/
H A Ddsputil_vfp.S24 .fpu neon @ required for gas to accept UAL syntax
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex41 \section{{\tt ip} --- command syntax}
132 out a list of available commands and argument syntax conventions.
163 A syntax error on the command line: an unknown keyword, incorrectly formatted
195 syntax errors). However, as a rule, their meaning is clear
1330 with its own syntax similar to the top level argument lists:
1516 --- the same syntax as for \verb|to|, but it binds the source address range
1576 The output has the same syntax as arguments given to {\tt ip route add},
1676 \paragraph{Arguments:} the arguments have the same syntax and semantics
2510 \verb|rtmon| utility. This utility has a command line syntax similar to
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/Test/
H A DMore.pm947 The syntax and behavior is similar to a C<SKIP: BLOCK> except the

Completed in 391 milliseconds

12