Searched refs:syntax (Results 126 - 150 of 256) sorted by relevance

1234567891011

/freebsd-current/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmptools.h68 uint32_t syntax; member in struct:enum_type
79 enum snmp_syntax syntax; member in struct:index
99 enum snmp_syntax syntax; member in struct:snmp_oid2str
106 * for INTEGER syntax only.
121 /* A snmp value to hold the actual oid, syntax and value. */
138 * Keep a list for every syntax type.
H A Dbsnmptc.c275 value->syntax = SNMP_SYNTAX_OCTETSTRING;
577 sv->syntax = SNMP_SYNTAX_OCTETSTRING;
686 sv->syntax = SNMP_SYNTAX_OCTETSTRING;
831 sv->syntax = SNMP_SYNTAX_OCTETSTRING;
994 sv->syntax = SNMP_SYNTAX_OCTETSTRING;
1105 value->syntax = SNMP_SYNTAX_OCTETSTRING;
1131 * When this textual convention is used as the syntax of an
1295 value->syntax = SNMP_SYNTAX_OCTETSTRING;
/freebsd-current/contrib/cortex-strings/src/arm/
H A Dmemset.S40 .syntax unified
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Dumodsi3.S16 .syntax unified
H A Dudivmodsi4.S16 .syntax unified
H A Dcomparesf2.S41 .syntax unified
/freebsd-current/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DNodes.h1 //===- Nodes.h - syntax nodes for C/C++ grammar constructs ----*- C++ -*-=====//
27 namespace syntax { namespace in namespace:clang
29 /// A kind of a syntax node, used for implementing casts. The ordering and
31 /// of syntax::Node.
121 std::vector<List::ElementAndDelimiter<syntax::NameSpecifier>>
134 /// syntax tree.
215 /// A statement of an unknown kind, i.e. one not currently handled by the syntax
360 /// Declaration of an unknown kind, e.g. not yet supported in syntax trees.
398 std::vector<List::ElementAndDelimiter<syntax::SimpleDeclarator>>
545 std::vector<List::ElementAndDelimiter<syntax
[all...]
/freebsd-current/contrib/arm-optimized-routines/string/arm/
H A Dmemset.S16 .syntax unified
H A Dstrlen-armv6t2.S33 .syntax unified
H A Dstrcmp-armv6m.S13 .syntax unified
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp23 const char *syntax,
25 : CommandObject(interpreter, name, help, syntax, flags),
303 const char *syntax, uint32_t flags)
304 : CommandObject(interpreter, name, help, syntax, flags) {}
20 CommandObjectMultiword(CommandInterpreter &interpreter, const char *name, const char *help, const char *syntax, uint32_t flags) argument
301 CommandObjectProxy(CommandInterpreter &interpreter, const char *name, const char *help, const char *syntax, uint32_t flags) argument
/freebsd-current/crypto/heimdal/lib/sl/
H A Dslc-gram.c527 If YYTABLE_NINF, syntax error. */
577 yyerror (YY_("syntax error: cannot back up")); \
922 copied. As a special case, return 0 if an ordinary "syntax error"
946 YY_("syntax error, unexpected %s");
947 YY_("syntax error, unexpected %s, expecting %s");
948 YY_("syntax error, unexpected %s, expecting %s or %s");
949 YY_("syntax error, unexpected %s, expecting %s or %s or %s");
950 YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s");
954 static char const yyunexpected[] = "syntax error, unexpected %s";
1086 /* Number of syntax error
[all...]
/freebsd-current/contrib/bmake/unit-tests/
H A Descape.mk114 # generate syntax errors regardless of whether or not they are
141 # generate syntax errors regardless of whether or not they are
191 # of a syntax error if the preceding line is parsed incorrectly.
193 # target instead of a syntax error if the first line is parsed incorrectly.
H A Ddirective-ifndef.mk5 # macro name, there is no such syntax in make. Therefore, it is more
/freebsd-current/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp81 llvm::StringRef help, llvm::StringRef syntax,
83 : CommandObject(interpreter, name, help, syntax, flags),
78 CommandAlias(CommandInterpreter &interpreter, lldb::CommandObjectSP cmd_sp, llvm::StringRef options_args, llvm::StringRef name, llvm::StringRef help, llvm::StringRef syntax, uint32_t flags) argument
/freebsd-current/usr.sbin/ppp/
H A Dnat_cmd.c220 arg->cmd->syntax);
228 arg->cmd->syntax);
275 arg->cmd->syntax);
286 arg->cmd->syntax);
297 arg->cmd->syntax);
/freebsd-current/bin/sh/
H A Dexpand.c62 #include "syntax.h"
150 stputs_quotes(const char *data, const char *syntax, char *p) argument
154 if (syntax[(int)*data] == CCTL)
160 #define STPUTS_QUOTES(data, syntax, p) p = stputs_quotes((data), syntax, p)
187 stputs_split(const char *data, const char *syntax, int flag, char *p, argument
201 if (flag & EXP_GLOB && syntax[(int)c] == CCTL)
207 #define STPUTS_SPLIT(data, syntax, flag, p, dst) p = stputs_split((data), syntax, flag, p, dst)
289 /* "$@" syntax adherenc
460 char const *syntax = quoted? DQSYNTAX : BASESYNTAX; local
[all...]
/freebsd-current/contrib/cortex-strings/src/thumb-2/
H A Dstrlen.S56 .syntax unified
/freebsd-current/contrib/cortex-strings/src/thumb/
H A Dstrcmp-armv6m.S34 .syntax unified
/freebsd-current/contrib/bsnmp/lib/
H A Dsnmp.h73 enum snmp_syntax syntax; member in struct:snmp_value
/freebsd-current/contrib/nvi/ex/
H A Dex.h30 char *syntax; /* Syntax script. */ member in struct:_excmdlist
/freebsd-current/sys/fs/tarfs/
H A Dtarfs_subr.c300 goto syntax;
320 goto syntax;
325 goto syntax;
370 syntax:
371 TARFS_DPF(MAP, "%s: syntax error in block map\n", __func__);
/freebsd-current/contrib/kyua/integration/
H A Dcmd_db_exec_test.sh35 syntax(2)
/freebsd-current/lib/libc/arm/aeabi/
H A Daeabi_vfp_float.S32 .syntax unified
/freebsd-current/lib/libc/arm/string/
H A Dmemset.S70 .syntax unified

Completed in 268 milliseconds

1234567891011