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

/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/intl/
H A Dexplodename.c58 enum { undecided, xpg, cen } syntax; local
72 we use XPG4 style, and `_', `+', and `,' if we use CEN syntax. */
74 syntax = undecided;
97 syntax = xpg;
118 if (cp[0] == '@' || (syntax != xpg && cp[0] == '+'))
121 syntax = cp[0] == '@' ? xpg : cen;
125 while (syntax == cen && cp[0] != '\0' && cp[0] != '+'
132 if (syntax != xpg && (cp[0] == '+' || cp[0] == ',' || cp[0] == '_'))
134 syntax = cen;
138 /* Next is special application (CEN syntax)
[all...]
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dtest.c172 static void syntax();
222 syntax(*t_wp, "unknown operand");
228 syntax(op, msg) function
280 syntax(NULL, "argument expected");
284 syntax(NULL, "closing paren expected");
290 syntax(t_wp_op->op_text, "argument expected");
321 syntax(op->op_text, "argument expected");
H A Dhush.c68 * propagate syntax errors, die on resource errors?
313 error_msg("syntax error %s:%d", file, line);
315 #define syntax() __syntax(__FILE__, __LINE__) macro
1770 /* the src parameter allows us to peek forward to a possible &n syntax
1772 * Return code is 0 normally, 1 if a syntax error is detected in src.
1802 if (redir->dup == -2) return 1; /* syntax error */
1883 syntax();
1923 syntax();
1924 return 1; /* syntax error, groups and arglists don't mix */
2004 * returns either -2 (syntax erro
[all...]
H A Dash.c700 /* syntax table used when not in quotes */
769 /* syntax table used when in double quotes */
838 /* syntax table used when in single quotes */
907 /* syntax table used when in arithmetic */
4693 /* "$@" syntax adherence hack */
4882 error("syntax error: \"%s\"\n", p+2);
4916 char const *syntax = quoted? DQSYNTAX : BASESYNTAX; local
4926 (void) &syntax;
4973 if (quotes && syntax[(int)lastc] == CCTL)
5174 strtodest(p, syntax, quote
5202 char const *syntax; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter/
H A Dip_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;
718 (*obj)->syntax.l[0] = l;
734 memcpy((*obj)->syntax.c, p, len);
769 memcpy((*obj)->syntax.ul, lp, len);
790 memcpy((*obj)->syntax
642 snmp_tag_cls2syntax(unsigned int tag, unsigned int cls, unsigned short *syntax) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter.noQoS/
H A Dip_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;
718 (*obj)->syntax.l[0] = l;
734 memcpy((*obj)->syntax.c, p, len);
769 memcpy((*obj)->syntax.ul, lp, len);
790 memcpy((*obj)->syntax
642 snmp_tag_cls2syntax(unsigned int tag, unsigned int cls, unsigned short *syntax) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/sn/xtalk/
H A Dxwidget.h302 #define v_widget_s_is_really_empty and using this would be a syntax error.
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/sn/xtalk/
H A Dxwidget.h302 #define v_widget_s_is_really_empty and using this would be a syntax error.
/asus-wl-520gu-7.0.1.45/src/router/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

Completed in 321 milliseconds