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

123456789

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Daeabi_dcmp.S29 .syntax unified SEPARATOR \
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 Daeabi_uidivmod.S22 .syntax unified
H A Daeabi_uldivmod.S22 .syntax unified
H A Dbswapdi2.S11 .syntax unified
H A Dclzdi2.S15 .syntax unified
H A Dsync-ops.h20 .syntax unified; \
35 .syntax unified; \
/freebsd-13-stable/sys/contrib/openzfs/module/lua/setjmp/
H A Dsetjmp_arm.S42 .syntax unified; \
/freebsd-13-stable/usr.sbin/ppp/
H A Dcommand.h55 const char *syntax; member in struct:cmdtab
/freebsd-13-stable/usr.bin/bmake/tests/syntax/enl/
H A DMakefile5 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/syntax/enl
/freebsd-13-stable/lib/libc/arm/string/
H A Dffs.S35 .syntax unified
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Ddirective-ifndef.mk5 # macro name, there is no such syntax in make. Therefore, it is more
H A Dcond-eof.mk11 # to expand the variable expression. This is because these syntax errors are
/freebsd-13-stable/bin/test/tests/
H A Dlegacy_test.sh42 # check for syntax errors
43 syntax="`eval $test $2 2>&1`"
45 if test -n "$syntax"; then
46 printf "not ok %s - (syntax error)\n" "$count $2"
/freebsd-13-stable/contrib/libevent/sample/
H A Dle-proxy.c147 syntax(void) function
218 syntax();
226 syntax();
232 syntax();
241 syntax();
252 syntax();
/freebsd-13-stable/contrib/kyua/integration/
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-13-stable/contrib/bsnmp/gensnmptree/
H A Dgensnmptree.c199 enum snmp_syntax syntax; /* syntax for this leaf */ member in struct:node::__anon337::leaf
205 enum snmp_syntax syntax; /* syntax for this column */ member in struct:node::__anon337::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-13-stable/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...]
/freebsd-13-stable/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmpimport.c463 val = t->syntax;
554 int32_t syntax, mem; local
556 syntax = val;
607 return (syntax);
646 int32_t syntax; local
653 if ((syntax = parse_type(snmptoolctx, &tok, &tc, &enums)) < 0) {
660 if (snmp_syntax_insert(&(entry->index_list), enums, syntax,
704 * Read everything after the syntax type that is certainly a leaf OID info.
710 int32_t i, syntax; local
712 if ((syntax
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h27 const char *syntax = nullptr, uint32_t flags = 0);
76 const char *help = nullptr, const char *syntax = nullptr,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObjectRegexCommand.cpp20 llvm::StringRef syntax, uint32_t max_matches, uint32_t completion_type_mask,
22 : CommandObjectRaw(interpreter, name, help, syntax),
18 CommandObjectRegexCommand( CommandInterpreter &interpreter, llvm::StringRef name, llvm::StringRef help, llvm::StringRef syntax, uint32_t max_matches, uint32_t completion_type_mask, bool is_removable) argument
/freebsd-13-stable/share/mk/
H A Dnetbsd-tests.test.mk39 # vim: syntax=make

Completed in 141 milliseconds

123456789