Searched refs:syntax (Results 176 - 200 of 256) sorted by relevance

1234567891011

/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-gmtime.mk181 # Slightly contorted syntax to convert a UTC timestamp from an expression to a
H A Ddirective-for-escape.mk207 # silent syntax error, the '$' is skipped. The variable name is thus '', and
218 # leading to syntax errors such as "Unclosed variable expression" in the upper
H A Dvar-op-sunsh.mk85 # Parse_Var completely trusts Parse_IsVar to properly verify the syntax.
/freebsd-current/contrib/cortex-strings/src/thumb/
H A Daeabi_idiv.S114 .syntax unified
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Daddsf3.S19 .syntax unified
/freebsd-current/contrib/tcsh/
H A Dsh.decls.h308 extern struct command *syntax (const struct wordent *,
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Deapol_test.c40 char syntax; member in struct:extra_radius_attr
111 switch (attr->syntax) {
141 printf("Incorrect extra attribute syntax specification\n");
1281 " attr_id:syntax:value or attr_id\n"
1283 " syntax - one of: s, d, x\n"
1410 p->syntax = 'n';
1422 p->syntax = pos[0];
/freebsd-current/crypto/openssl/crypto/
H A Darmv4cpuid.pl28 .syntax unified
/freebsd-current/sys/crypto/openssl/arm/
H A Darmv4cpuid.S5 .syntax unified
H A Darmv4-gf2m.S5 .syntax unified
H A Dghashv8-armx.S7 .syntax unified
/freebsd-current/contrib/kyua/integration/
H A Dcmd_report_junit_test.sh42 syntax(2)
H A Dcmd_report_test.sh42 syntax(2)
/freebsd-current/contrib/wpa/src/ap/
H A Dap_config.c563 char syntax; local
589 syntax = *pos++;
592 switch (syntax) {
/freebsd-current/contrib/cortex-strings/src/arm/
H A Dstrcmp.S48 .syntax unified
/freebsd-current/crypto/openssl/crypto/bn/asm/
H A Darmv4-gf2m.pl63 .syntax unified
/freebsd-current/tools/regression/compat32/aarch64/
H A Dswp_test_impl.S21 .syntax unified
/freebsd-current/tests/sys/compat32/aarch64/
H A Dswp_cond_test_impl.S17 .syntax unified
/freebsd-current/contrib/bsnmp/snmpd/
H A Dconfig.c873 report("bad NULL syntax");
880 report("bad INTEGER syntax");
892 report("bad COUNTER64 syntax");
912 /* XX:XX:XX syntax */
928 report("bad OCTETSTRING syntax");
957 report("bad OID syntax");
997 report("bad ip address syntax");
1005 report("bad number syntax");
1036 switch (value.syntax = node->syntax) {
[all...]
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dchrono.inc182 // [time.cal.operators], civil calendar conventional syntax operators
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_lex.l598 <S0>. yyerror("syntax error near \"%c\"\n", yytext[0]);
661 <S2>. yyerror("syntax error near \"%c\"\n", yytext[0]);
690 <S3>. yyerror("syntax error near \"%c\"\n", yytext[0]);
696 * We use two main states for lexing because probe descriptions use a syntax
808 * wrong: a type_name followed by ++, --, [, or = is a syntax error.
/freebsd-current/crypto/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm627 # Use a different template file syntax:
658 # Parse template with different template file syntax:
749 start by inventing a special syntax for substitutions. For example,
752 they put in some special syntax for formatting. Then they need a
753 loop, so they invent a loop syntax. Pretty soon they have a new
832 That is all the syntax there is.
1254 (3+4)*5 = Program fragment delivered error ``syntax error at template line 1''
1900 was C<"\"> which is a syntax error. If you wanted a backslash, you
1925 This is a syntax error:
2318 out of adding any new syntax
[all...]
/freebsd-current/contrib/arm-optimized-routines/string/arm/
H A Dstrcmp.S36 .syntax unified
/freebsd-current/crypto/openssl/crypto/modes/asm/
H A Dghash-armv4.pl148 .syntax unified
/freebsd-current/usr.sbin/ypldap/
H A Dparse.y576 yyerror("syntax error");

Completed in 221 milliseconds

1234567891011