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

12345

/freebsd-10.0-release/contrib/ofed/management/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-10.0-release/contrib/binutils/bfd/
H A Dstab-syms.c30 #define __define_stab(NAME, CODE, STRING) __define_name(CODE, STRING)
31 #define __define_stab_duplicate(NAME, CODE, STRING)
/freebsd-10.0-release/contrib/gcc/
H A Dgstab.h4 #define __define_stab(NAME, CODE, STRING) NAME=CODE,
/freebsd-10.0-release/usr.bin/csup/
H A Drcsparse.h35 #define STRING 4 macro
H A Dparse.y46 %token <str> STRING
71 : STRING options
87 : NAME EQUAL STRING
H A Drcstokenizer.l60 return (STRING);
/freebsd-10.0-release/contrib/binutils/include/aout/
H A Dstab_gnu.h24 #define __define_stab(NAME, CODE, STRING) NAME=CODE,
25 #define __define_stab_duplicate(NAME, CODE, STRING) NAME=CODE,
/freebsd-10.0-release/crypto/heimdal/lib/sl/
H A Dslc-gram.h43 STRING = 259 enumerator in enum:yytokentype
48 #define STRING 259 macro
/freebsd-10.0-release/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-10.0-release/contrib/less/
H A Doption.h19 #define STRING 010 /* String-valued option */ macro
27 #define OTYPE (BOOL|TRIPLE|NUMBER|STRING|NOVAR)
H A Dopttbl.c130 * For STRING options, odesc[0] is the prompt to use when entering
179 STRING|REPAINT|NO_QUERY, 0, NULL, opt_D,
238 STRING, 0, NULL, opt_j,
255 STRING|NO_TOGGLE|NO_QUERY, 0, NULL, opt_k,
293 STRING, 0, NULL, opt_o,
297 STRING, 0, NULL, opt__O,
302 STRING|NO_TOGGLE|NO_QUERY, 0, NULL, opt_p,
306 STRING, 0, NULL, opt__P,
343 STRING|NO_QUERY, 0, NULL, opt_t,
347 STRING,
[all...]
/freebsd-10.0-release/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-10.0-release/usr.sbin/ndiscvt/
H A Dinf-parse.y49 %token <str> STRING
83 | STRING
87 | STRING COMMA assign
99 | STRING
103 | STRING COMMA regkey
/freebsd-10.0-release/sbin/devd/
H A Dparse.y48 %token <str> STRING
91 : DIRECTORY STRING SEMICOLON { add_directory($2); }
95 : PID_FILE STRING SEMICOLON { set_pidfile($2); }
99 : SET ID STRING SEMICOLON { set_variable($2, $3); }
138 : MATCH STRING STRING SEMICOLON { $$ = new_match($2, $3); }
139 | DEVICE_NAME STRING SEMICOLON
141 | MEDIA_TYPE STRING SEMICOLON
143 | CLASS STRING SEMICOLON
145 | SUBDEVICE STRING SEMICOLO
[all...]
/freebsd-10.0-release/usr.bin/tip/tip/
H A Dvars.c56 { "eofread", STRING|IREMOTE|INIT, (READ|WRITE)<<PUBLIC,
58 { "eofwrite", STRING|IREMOTE|INIT, (READ|WRITE)<<PUBLIC,
60 { "eol", STRING|IREMOTE|INIT, (READ|WRITE)<<PUBLIC,
64 { "exceptions", STRING|INIT|IREMOTE, (READ|WRITE)<<PUBLIC,
70 { "host", STRING|IREMOTE|INIT, READ<<PUBLIC,
72 { "log", STRING|INIT, (READ|WRITE)<<ROOT,
74 { "phones", STRING|INIT|IREMOTE, READ<<PUBLIC,
82 { "record", STRING|INIT|IREMOTE, (READ|WRITE)<<PUBLIC,
84 { "remote", STRING|INIT|IREMOTE, READ<<PUBLIC,
92 { "SHELL", STRING|ENVIRO
[all...]
/freebsd-10.0-release/contrib/gcc/config/arm/
H A Daout.h212 #define ASM_GENERATE_INTERNAL_LABEL(STRING, PREFIX, NUM) \
213 sprintf (STRING, "*%s%s%u", LOCAL_LABEL_PREFIX, PREFIX, (unsigned int)(NUM))
292 #define ASM_OUTPUT_IDENT(STREAM,STRING) \
293 asm_fprintf (STREAM, "%@ - - - ident %s\n", STRING)
/freebsd-10.0-release/contrib/groff/src/include/
H A Derrarg.h22 enum { EMPTY, STRING, CHAR, INTEGER, UNSIGNED_INTEGER, DOUBLE } type; enumerator in enum:errarg::__anon1431
/freebsd-10.0-release/lib/libc/net/
H A Dnslexer.l57 STRING [a-zA-Z][a-zA-Z0-9_]*
77 {STRING} {
91 return STRING;
H A Dnsparser.y60 %token <str> STRING
93 : STRING
107 : STRING
112 | STRING '[' { cursrc.flags = NS_SUCCESS; } Criteria ']'
/freebsd-10.0-release/lib/libfetch/
H A DMakefile37 | while read NUM CAT STRING; do \
38 echo " { $${NUM}, FETCH_$${CAT}, \"$${STRING}\" },"; \
48 | while read NUM CAT STRING; do \
49 echo " { $${NUM}, FETCH_$${CAT}, \"$${STRING}\" },"; \
/freebsd-10.0-release/contrib/groff/src/libs/libgroff/
H A Derrarg.cpp26 errarg::errarg(const char *p) : type(STRING)
82 case STRING:
/freebsd-10.0-release/sbin/dhclient/
H A Ddhctoken.h58 #define STRING 262 macro
134 (x) != STRING && \
/freebsd-10.0-release/contrib/byacc/test/
H A Dftp.tab.h2 #define STRING 258 macro
/freebsd-10.0-release/contrib/gcc/config/i386/
H A Dmingw32.h80 /* Output STRING, a string representing a filename, to FILE.
84 #define OUTPUT_QUOTED_STRING(FILE, STRING) \

Completed in 305 milliseconds

12345