Searched refs:syntax (Results 76 - 100 of 256) sorted by relevance

1234567891011

/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Daeabi_cdcmp.S22 .syntax unified
70 .syntax unified
123 .syntax unified
H A Daeabi_cfcmp.S22 .syntax unified
70 .syntax unified
123 .syntax unified
H A Daeabi_dcmp.S29 .syntax unified SEPARATOR \
H A Dclzdi2.S15 .syntax unified
H A Daeabi_uldivmod.S22 .syntax unified
H A Dbswapdi2.S11 .syntax unified
H A Daeabi_uidivmod.S22 .syntax unified
H A Daeabi_fcmp.S29 .syntax unified SEPARATOR \
H A Daeabi_idivmod.S21 .syntax unified
H A Daeabi_ldivmod.S22 .syntax unified
H A Daeabi_memset.S14 .syntax unified
H A Dsync-ops.h27 .syntax unified; \
41 .syntax unified; \
/freebsd-current/contrib/kyua/integration/
H A Dcmd_config_test.sh43 syntax(2)
69 syntax(2)
87 syntax(2)
105 syntax(2)
131 syntax(2)
155 syntax(2)
171 syntax(2)
181 syntax(2)
192 syntax(2)
209 syntax(
[all...]
H A Dcmd_debug_test.sh33 syntax(2)
50 syntax(2)
70 syntax(2)
92 syntax(2)
112 syntax(2)
151 syntax(2)
180 syntax(2)
212 syntax(2)
221 syntax(2)
242 syntax(
[all...]
/freebsd-current/sys/contrib/openzfs/module/lua/setjmp/
H A Dsetjmp_arm.S42 .syntax unified; \
/freebsd-current/usr.bin/bmake/tests/syntax/enl/
H A DMakefile4 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/syntax/enl
/freebsd-current/usr.sbin/ppp/
H A Dcommand.h53 const char *syntax; member in struct:cmdtab
/freebsd-current/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h140 /// \param[in] syntax
141 /// The syntax to show as part of the help message of this command. This
149 const char *help, const char *syntax);
163 /// \param[in] syntax
164 /// The syntax to show as part of the help message of this command. This
179 const char *help, const char *syntax,
409 /// \param[in] syntax
410 /// The syntax to show as part of the help message of this command. This
418 const char *help, const char *syntax);
436 /// \param[in] syntax
[all...]
/freebsd-current/bin/test/tests/
H A Dlegacy_test.sh41 # check for syntax errors
42 syntax="`eval $test $2 2>&1`"
44 if test -n "$syntax"; then
45 printf "not ok %s - (syntax error)\n" "$count $2"
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThreadUtil.h53 const char *syntax, uint32_t flags);
85 const char *syntax, uint32_t flags);
/freebsd-current/contrib/ntp/sntp/libevent/sample/
H A Dle-proxy.c148 syntax(void) function
227 syntax();
235 syntax();
241 syntax();
250 syntax();
261 syntax();
/freebsd-current/contrib/libevent/sample/
H A Dle-proxy.c148 syntax(void) function
227 syntax();
235 syntax();
241 syntax();
250 syntax();
261 syntax();
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp43 const char *syntax = nullptr,
46 : CommandObjectParsed(interpreter, name, help, syntax, flags),
577 return AddCommand(name, impl, help, /*syntax=*/nullptr,
584 const char *help, const char *syntax) {
585 LLDB_INSTRUMENT_VA(this, name, impl, help, syntax);
586 return AddCommand(name, impl, help, syntax, /*auto_repeat_command=*/"");
591 const char *syntax, const char *auto_repeat_command) {
592 LLDB_INSTRUMENT_VA(this, name, impl, help, syntax, auto_repeat_command);
596 *m_opaque_ptr, name, impl, help, syntax, /*flags=*/0,
674 return AddCommand(name, impl, help, /*syntax
582 AddCommand(const char *name, lldb::SBCommandPluginInterface *impl, const char *help, const char *syntax) argument
589 AddCommand( const char *name, lldb::SBCommandPluginInterface *impl, const char *help, const char *syntax, const char *auto_repeat_command) argument
678 AddCommand(const char *name, lldb::SBCommandPluginInterface *impl, const char *help, const char *syntax) argument
685 AddCommand(const char *name, lldb::SBCommandPluginInterface *impl, const char *help, const char *syntax, const char *auto_repeat_command) argument
[all...]
/freebsd-current/contrib/bsnmp/gensnmptree/
H A Dgensnmptree.c199 enum snmp_syntax syntax; /* syntax for this leaf */ member in struct:node::__anon259::leaf
205 enum snmp_syntax syntax; /* syntax for this column */ member in struct:node::__anon259::column
228 u_int syntax; member in struct:type
629 val = t->syntax;
732 t->syntax = SNMP_SYNTAX_NULL;
748 u_int syntax; local
751 syntax = val;
760 t->syntax
835 u_int syntax = parse_type(&tok, NULL, node->name, &subtype); local
869 u_int syntax = parse_type(&tok, NULL, node->name, local
955 u_int syntax; local
1136 print_syntax(u_int syntax) argument
[all...]
/freebsd-current/crypto/heimdal/lib/com_err/
H A Dparse.c548 If YYTABLE_NINF, syntax error. */
603 yyerror (YY_("syntax error: cannot back up")); \
948 copied. As a special case, return 0 if an ordinary "syntax error"
972 YY_("syntax error, unexpected %s");
973 YY_("syntax error, unexpected %s, expecting %s");
974 YY_("syntax error, unexpected %s, expecting %s or %s");
975 YY_("syntax error, unexpected %s, expecting %s or %s or %s");
976 YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s");
980 static char const yyunexpected[] = "syntax error, unexpected %s";
1112 /* Number of syntax error
[all...]

Completed in 138 milliseconds

1234567891011