HomeSort by: relevance | last modified time | path
    Searched refs:STRING (Results 1 - 25 of 248) sorted by relevancy

1 2 3 4 5 6 7 8 910

  /src/external/bsd/flex/dist/examples/manual/
yymore.lex 16 %x STRING
19 \" BEGIN(STRING);
21 <STRING>[^\\\n"]* yymore();
22 <STRING><<EOF>> yyerror("EOF in string."); BEGIN(INITIAL);
23 <STRING>\n yyerror("Unterminated string."); BEGIN(INITIAL);
24 <STRING>\\\n yymore();
25 <STRING>\" {
27 printf("string = \"%s\"",yytext); BEGIN(INITIAL)
    [all...]
yymore2.lex 16 %x STRING
19 \" BEGIN(STRING);
21 <STRING>[^\\\n"]* yymore();
22 <STRING><<EOF>> yyerror("EOF in string."); BEGIN(INITIAL);
23 <STRING>\n yyerror("Unterminated string."); BEGIN(INITIAL);
24 <STRING>\\\n {
29 <STRING>\" {
31 printf("string = \"%s\"",yytext); BEGIN(INITIAL)
    [all...]
myname2.lex 10 %x STRING
12 \" ECHO; BEGIN(STRING);
13 <STRING>[^\"\n]* ECHO;
14 <STRING>\" ECHO; BEGIN(INITIAL);
string2.lex 23 %x STRING
33 BEGIN(STRING);
35 <STRING>\n {
36 yyerror("Unterminated string");
40 <STRING><<EOF>> {
41 yyerror("EOF in string");
45 <STRING>[^\\\n"] {
50 <STRING>\\\n /* ignore this */
51 <STRING>\\{hex} {
62 <STRING>\\{oct}
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
stab-syms.c 29 /* Ignore duplicate stab codes; just return the string for the first
31 #define __define_stab(NAME, CODE, STRING) __define_name(CODE, STRING)
32 #define __define_stab_duplicate(NAME, CODE, STRING)
  /src/external/gpl3/binutils.old/dist/bfd/
stab-syms.c 29 /* Ignore duplicate stab codes; just return the string for the first
31 #define __define_stab(NAME, CODE, STRING) __define_name(CODE, STRING)
32 #define __define_stab_duplicate(NAME, CODE, STRING)
  /src/external/gpl3/gdb.old/dist/bfd/
stab-syms.c 29 /* Ignore duplicate stab codes; just return the string for the first
31 #define __define_stab(NAME, CODE, STRING) __define_name(CODE, STRING)
32 #define __define_stab_duplicate(NAME, CODE, STRING)
  /src/external/gpl3/gdb/dist/bfd/
stab-syms.c 29 /* Ignore duplicate stab codes; just return the string for the first
31 #define __define_stab(NAME, CODE, STRING) __define_name(CODE, STRING)
32 #define __define_stab_duplicate(NAME, CODE, STRING)
  /src/external/gpl3/gcc.old/dist/gcc/
gstab.h 22 #define __define_stab(NAME, CODE, STRING) NAME=CODE,
  /src/external/gpl3/binutils/dist/include/aout/
stab_gnu.h 25 #define __define_stab(NAME, CODE, STRING) NAME=CODE,
26 #define __define_stab_duplicate(NAME, CODE, STRING) NAME=CODE,
  /src/external/gpl3/binutils.old/dist/include/aout/
stab_gnu.h 25 #define __define_stab(NAME, CODE, STRING) NAME=CODE,
26 #define __define_stab_duplicate(NAME, CODE, STRING) NAME=CODE,
  /src/external/gpl3/gdb.old/dist/include/aout/
stab_gnu.h 25 #define __define_stab(NAME, CODE, STRING) NAME=CODE,
26 #define __define_stab_duplicate(NAME, CODE, STRING) NAME=CODE,
  /src/external/gpl3/gdb/dist/include/aout/
stab_gnu.h 25 #define __define_stab(NAME, CODE, STRING) NAME=CODE,
26 #define __define_stab_duplicate(NAME, CODE, STRING) NAME=CODE,
  /src/usr.bin/tip/
vars.c 54 { "eofread", STRING|IREMOTE|INIT, (READ|WRITE)<<PUBLIC,
56 { "eofwrite", STRING|IREMOTE|INIT, (READ|WRITE)<<PUBLIC,
58 { "eol", STRING|IREMOTE|INIT, (READ|WRITE)<<PUBLIC,
62 { "exceptions", STRING|INIT|IREMOTE, (READ|WRITE)<<PUBLIC,
68 { "host", STRING|IREMOTE|INIT, READ<<PUBLIC,
70 { "phones", STRING|INIT|IREMOTE, READ<<PUBLIC,
78 { "record", STRING|INIT|IREMOTE, (READ|WRITE)<<PUBLIC,
80 { "remote", STRING|INIT|IREMOTE, READ<<PUBLIC,
88 { "SHELL", STRING|ENVIRON|INIT, (READ|WRITE)<<PUBLIC,
90 { "HOME", STRING|ENVIRON, (READ|WRITE)<<PUBLIC
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/com_err/
parse.y 57 char *string;
62 %token <string> STRING
75 id : ID STRING
81 et : ET STRING
87 | ET STRING STRING
104 | PREFIX STRING
119 | EC STRING ',' STRING
    [all...]
parse.h 65 STRING = 264, /* STRING */
81 #define STRING 264
90 char *string; member in union:YYSTYPE
  /src/crypto/external/bsd/heimdal/dist/lib/sl/
slc-gram.h 60 STRING = 259 /* STRING */
70 #define STRING 259
78 char *string; member in union:YYSTYPE
  /src/external/bsd/less/dist/
option.h 21 #define STRING 010 /* String-valued option */
29 #define OTYPE (BOOL|TRIPLE|NUMBER|STRING|NOVAR)
  /src/external/gpl3/gcc/dist/libcody/
packet.cc 14 case STRING:
16 using S = std::string;
17 string.~S ();
21 using V = std::vector<std::string>;
36 case STRING:
37 new (&string) std::string (std::move (t.string));
41 new (&vector) std::vector<std::string> (std::move (t.vector));
  /src/external/gpl3/gcc.old/dist/libcody/
packet.cc 14 case STRING:
16 using S = std::string;
17 string.~S ();
21 using V = std::vector<std::string>;
36 case STRING:
37 new (&string) std::string (std::move (t.string));
41 new (&vector) std::vector<std::string> (std::move (t.vector));
  /src/external/bsd/openldap/dist/contrib/ldapc++/src/
TlsOptions.cpp 19 STRING,
29 { LDAP_OPT_X_TLS_CACERTFILE, STRING },
30 { LDAP_OPT_X_TLS_CACERTDIR, STRING },
31 { LDAP_OPT_X_TLS_CERTFILE, STRING },
32 { LDAP_OPT_X_TLS_KEYFILE, STRING },
35 { LDAP_OPT_X_TLS_CIPHER_SUITE, STRING },
36 { LDAP_OPT_X_TLS_RANDOM_FILE, STRING },
38 { LDAP_OPT_X_TLS_DHFILE, STRING },
54 throw( LDAPException( LDAP_PARAM_ERROR, "not a string option" ) );
62 void TlsOptions::setOption( tls_option opt, const std::string& value ) const
    [all...]
  /src/usr.sbin/envstat/
config_yacc.y 36 #include <string.h>
59 %token STRING NUMBER SENSOR
61 %token <string> SENSOR STRING SENSOR_PROP DEVICE_PROP
63 char *string;
76 device : STRING LBRACE props RBRACE
95 prop : SENSOR_PROP EQUAL STRING EOL
99 devprop : DEVICE_PROP EQUAL STRING EOL
  /src/external/bsd/nsd/dist/
configparser.y 16 #include <string.h>
60 %token <str> STRING
336 | VAR_DATABASE STRING
338 | VAR_IDENTITY STRING
340 | VAR_VERSION STRING
342 | VAR_NSID STRING
356 yyerror("the NSID must be a hex string of an even length.");
362 yyerror("hex string cannot be parsed in NSID.");
372 | VAR_LOGFILE STRING
394 | VAR_TCP_LISTEN_QUEUE STRING
    [all...]
  /src/external/gpl2/dtc/dist/tests/
trees.S 57 .string str ; \
63 .string name ; \
69 #define STRING(tree, name, str) \
71 .string str ;
100 PROP_STR(test_tree1, placeholder, "this is a placeholder string\0string2")
133 STRING(test_tree1, compatible, "compatible")
134 STRING(test_tree1, prop_int, "prop-int")
135 STRING(test_tree1, prop_int64, "prop-int64")
136 STRING(test_tree1, prop_str, "prop-str")
137 STRING(test_tree1, linux_phandle, "linux,phandle"
    [all...]
  /src/sbin/veriexecctl/
veriexecctl_conf.l 36 #include <string.h>
81 STRING [0-9a-zA-Z]+
91 if ((yylval.string = dequote(yytext)) == NULL)
92 err(1, "Cannot allocate string");
96 /* string (fingerprint, type, options) */
97 {STRING} {
98 if ((yylval.string = strdup(yytext)) == NULL)
99 err(1, "Cannot allocate string");
100 return STRING;

Completed in 74 milliseconds

1 2 3 4 5 6 7 8 910