Searched refs:STRING (Results 1 - 25 of 89) sorted by relevance

1234

/freebsd-13-stable/contrib/ofed/opensm/include/complib/
H A Dcl_debug.h230 * CL_PRINT( DBG_LVL, CHK_LVL, STRING );
239 * STRING
273 #define CL_PRINT( DBG_LVL, CHK_LVL, STRING ) \
276 cl_dbg_out STRING; \
278 cl_dbg_out STRING; \
408 * CL_TRACE( DBG_LVL, CHK_LVL, STRING );
417 * STRING
451 * an "!ERROR!" statement between the function name and STRING.
463 #define CL_TRACE( DBG_LVL, CHK_LVL, STRING ) \
474 CL_PRINT( DBG_LVL, CHK_LVL, STRING ); \
[all...]
/freebsd-13-stable/crypto/heimdal/lib/sl/
H A Dslc-gram.h43 STRING = 259 enumerator in enum:yytokentype
48 #define STRING 259 macro
/freebsd-13-stable/crypto/heimdal/lib/com_err/
H A Dparse.h48 STRING = 264, enumerator in enum:yytokentype
59 #define STRING 264 macro
H A Dparse.y60 %token <string> STRING
73 id : ID STRING
79 et : ET STRING
85 | ET STRING STRING
102 | PREFIX STRING
117 | EC STRING ',' STRING
/freebsd-13-stable/contrib/com_err/
H A Dparse.y60 %token <string> STRING
73 id : ID STRING
79 et : ET STRING
85 | ET STRING STRING
102 | PREFIX STRING
117 | EC STRING ',' STRING
/freebsd-13-stable/usr.sbin/ndiscvt/
H A Dinf-parse.y51 %token <str> STRING
85 | STRING
89 | STRING COMMA assign
101 | STRING
105 | STRING COMMA regkey
/freebsd-13-stable/sbin/devd/
H A Dparse.y49 %token <str> STRING
92 : DIRECTORY STRING SEMICOLON { add_directory($2); }
96 : PID_FILE STRING SEMICOLON { set_pidfile($2); }
100 : SET ID STRING SEMICOLON { set_variable($2, $3); }
139 : MATCH STRING STRING SEMICOLON { $$ = new_match($2, $3); }
140 | DEVICE_NAME STRING SEMICOLON
142 | MEDIA_TYPE STRING SEMICOLON
144 | CLASS STRING SEMICOLON
146 | SUBDEVICE STRING SEMICOLO
[all...]
/freebsd-13-stable/usr.bin/tip/tip/
H A Dvars.c58 { "eofread", STRING|IREMOTE|INIT, (READ|WRITE)<<PUBLIC,
60 { "eofwrite", STRING|IREMOTE|INIT, (READ|WRITE)<<PUBLIC,
62 { "eol", STRING|IREMOTE|INIT, (READ|WRITE)<<PUBLIC,
66 { "exceptions", STRING|INIT|IREMOTE, (READ|WRITE)<<PUBLIC,
72 { "host", STRING|IREMOTE|INIT, READ<<PUBLIC,
74 { "log", STRING|INIT, (READ|WRITE)<<ROOT,
76 { "phones", STRING|INIT|IREMOTE, READ<<PUBLIC,
84 { "record", STRING|INIT|IREMOTE, (READ|WRITE)<<PUBLIC,
86 { "remote", STRING|INIT|IREMOTE, READ<<PUBLIC,
94 { "SHELL", STRING|ENVIRO
[all...]
/freebsd-13-stable/contrib/less/
H A Doption.h19 #define STRING 010 /* String-valued option */ macro
27 #define OTYPE (BOOL|TRIPLE|NUMBER|STRING|NOVAR)
H A Dopttbl.c151 * For STRING options, odesc[0] is the prompt to use when entering
199 STRING|REPAINT|NO_QUERY, 0, NULL, opt_D,
257 STRING, 0, NULL, opt_j,
274 STRING|NO_TOGGLE|NO_QUERY, 0, NULL, opt_k,
312 STRING, 0, NULL, opt_o,
316 STRING, 0, NULL, opt__O,
321 STRING|NO_TOGGLE|NO_QUERY, 0, NULL, opt_p,
325 STRING, 0, NULL, opt__P,
362 STRING|NO_QUERY, 0, NULL, opt_t,
366 STRING,
[all...]
H A Doption.c96 case STRING:
209 (o->otype & OTYPE) != STRING &&
254 case STRING:
267 * All processing of STRING options is done by
347 case STRING:
404 case STRING:
475 case STRING:
523 if (o == NULL || (o->otype & (STRING|NUMBER)) == 0)
572 * Print error message if a STRING type option is not followed by a string.
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DX86TargetParser.h27 #define X86_VENDOR(ENUM, STRING) \
37 #define X86_CPU_TYPE(ENUM, STRING) \
47 #define X86_CPU_SUBTYPE(ENUM, STRING) \
56 #define X86_FEATURE(ENUM, STRING) FEATURE_##ENUM,
/freebsd-13-stable/lib/libc/net/
H A Dnslexer.l60 STRING [a-zA-Z][a-zA-Z0-9_]*
80 {STRING} {
94 return STRING;
H A Dnsparser.y62 %token <str> STRING
95 : STRING
109 : STRING
114 | STRING '[' { cursrc.flags = NS_SUCCESS; } Criteria ']'
/freebsd-13-stable/lib/libfetch/
H A DMakefile33 | while read NUM CAT STRING; do \
34 echo " { $${NUM}, FETCH_$${CAT}, \"$${STRING}\" },"; \
44 | while read NUM CAT STRING; do \
45 echo " { $${NUM}, FETCH_$${CAT}, \"$${STRING}\" },"; \
/freebsd-13-stable/sbin/dhclient/
H A Ddhctoken.h62 #define STRING 262 macro
138 (x) != STRING && \
/freebsd-13-stable/usr.sbin/ypldap/
H A Dparse.y107 %token <v.string> STRING
131 include : INCLUDE STRING {
146 varset : STRING '=' STRING {
163 | PORT STRING { $$ = $2; }
187 diropt : BINDDN STRING {
198 | BINDCRED STRING {
209 | BASEDN STRING {
219 | GROUPDN STRING {
229 | opcode FILTER STRING {
[all...]
/freebsd-13-stable/sbin/veriexec/
H A Dmanifest_parser.y100 %token <string> STRING
119 attr: STRING EQ STRING
155 flag: STRING
/freebsd-13-stable/crypto/heimdal/lib/hx509/
H A Dsel-gram.y66 %token <string> STRING
102 string : STRING { $$ = _hx509_make_expr(expr_STRING, $1, NULL); };
/freebsd-13-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.y118 %token <s> STRING
175 | EPRT SP STRING CRLF check_secure
191 | EPSV SP STRING CRLF check_login
306 | NLST SP STRING CRLF check_login
385 | HELP SP STRING CRLF check_secure
441 | OPTS SP STRING CRLF check_secure
453 | SITE SP HELP SP STRING CRLF check_secure
517 | SITE SP KAUTH SP STRING CRLF check_login
530 | SITE SP KRBTKFILE SP STRING CRLF check_login
545 | SITE SP AFSLOG SP STRING CRL
[all...]
/freebsd-13-stable/crypto/heimdal/lib/asn1/
H A Dasn1parse.h127 STRING = 343, enumerator in enum:yytokentype
217 #define STRING 343 macro
/freebsd-13-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm_scan.l88 %x STRING
147 BEGIN STRING;
149 <STRING>[^"]+ {
156 <STRING>\" {
/freebsd-13-stable/contrib/ncurses/progs/
H A Dtput.c132 case STRING:
212 case STRING:
273 return exit_code(STRING, 0);
275 return exit_code(STRING, 1);
/freebsd-13-stable/usr.sbin/apmd/
H A Dapmdparse.y66 %token <str> STRING UNKNOWN
198 : STRING { $$ = $1; }
/freebsd-13-stable/contrib/ncurses/ncurses/tinfo/
H A Dalloc_ttype.c195 case STRING:
221 case STRING:
262 case STRING:
301 case STRING:
357 case STRING:
386 if (_nc_del_ext_name(to, name, STRING)
394 if (_nc_del_ext_name(to, name, STRING)
401 } else if (_nc_find_ext_name(from, to->ext_Names[j], STRING) >= 0) {
404 k = _nc_ins_ext_name(to, name, STRING);

Completed in 296 milliseconds

1234