Searched refs:STRING (Results 51 - 75 of 89) sorted by relevance

1234

/freebsd-13-stable/usr.bin/dtc/
H A Dfdt.hh123 STRING, enumerator in enum:dtc::fdt::property_value::value_type
178 return is_type(STRING);
H A Dchecking.cc231 add_property_type_checker<property_value::STRING>(
H A Dfdt.cc101 case STRING:
129 type = STRING;
164 type = STRING;
628 case STRING:
1877 v.type = property_value::STRING;
2050 v.type = property_value::STRING;
2076 v.type = property_value::STRING;
/freebsd-13-stable/contrib/ncurses/ncurses/tinfo/
H A Dlib_termcap.c368 entry_ptr = _nc_find_type_entry(id, STRING, TRUE);
H A Dmake_hash.c68 {"BOOLEAN", "NUMBER", "STRING"};
332 SetType(nn, STRING);
/freebsd-13-stable/usr.bin/tip/tip/
H A Dtip.h113 #define STRING 01 /* string valued */ macro
/freebsd-13-stable/sys/contrib/libnv/
H A Dnvlist.c1445 NVLIST_EXISTS(string, STRING)
1642 NVLIST_APPEND_ARRAY(const char *, string, STRING)
1904 NVLIST_GET(const char *, string, STRING)
1939 NVLIST_GET_ARRAY(const char * const *, string, STRING)
1965 NVLIST_TAKE(char *, string, STRING)
2008 NVLIST_TAKE_ARRAY(char **, string, STRING)
2043 NVLIST_FREE(string, STRING)
/freebsd-13-stable/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_parse.y170 %token <string> STRING
210 | ASSIGN VARNAME STRING {set_var(ret_string, $2, $3);} eol
337 input : INPUT STRING eol {
385 | STRING { assign_rets(ret_string, $1); }
423 | STRING { assign_arg(arg_static, $1); } args
/freebsd-13-stable/crypto/heimdal/lib/asn1/
H A Dasn1parse.c154 STRING = 343, enumerator in enum:yytokentype
244 #define STRING 343 macro
719 "RANGE", "EEQUAL", "ELLIPSIS", "IDENTIFIER", "referencename", "STRING",
H A Dasn1parse.y172 %token <name> STRING
898 CharacterStringValue: STRING
/freebsd-13-stable/crypto/heimdal/lib/sl/
H A Dslc-gram.y64 %token <string> STRING
85 assignment : LITERAL '=' STRING
H A Dslc-gram.c70 STRING = 259 enumerator in enum:yytokentype
75 #define STRING 259 macro
468 "$end", "error", "$undefined", "LITERAL", "STRING", "'='", "'{'", "'}'",
/freebsd-13-stable/sbin/dhclient/
H A Dparse.c117 * string-parameter :== STRING SEMI
127 if (token != STRING) {
H A Dconflex.c261 return (STRING);
/freebsd-13-stable/contrib/netbsd-tests/bin/sh/
H A Dt_here.sh180 --STRING-- . '~~~' ')' '(' '#' '()' '(\)' '(\/)' '--' '\' '{' '}' \
/freebsd-13-stable/usr.bin/bc/
H A Dbc.y155 %token <str> NUMBER STRING
271 | STRING
757 | STRING
/freebsd-13-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c149 STRING = 338, enumerator in enum:yytokentype
234 #define STRING 338 macro
695 "LEXERR", "STRING", "NUMBER", "$accept", "cmd_list", "cmd", "rcmd",
2980 #define STR1 2 /* expect SP followed by STRING */
2981 #define STR2 3 /* expect STRING */
2982 #define OSTR 4 /* optional SP then STRING */
2983 #define ZSTR1 5 /* SP then optional STRING */
2984 #define ZSTR2 6 /* optional STRING after SP */
3291 return (STRING);
/freebsd-13-stable/contrib/file/src/
H A Dder.c81 #define DER_TAG_BIT STRING 0x03
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dspa_config.c617 ZFS_MODULE_PARAM(zfs_spa, spa_, config_path, STRING, ZMOD_RD,
/freebsd-13-stable/contrib/one-true-awk/
H A Dlex.c442 RET(STRING);
/freebsd-13-stable/crypto/heimdal/lib/com_err/
H A Dlex.c863 { yylval.string = strdup(yytext); return STRING; }
1877 return STRING;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.cpp1064 #define X86_VENDOR(ENUM, STRING) .Case(STRING, true)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp147 STRINGIFY_CODE(IDENTIFICATION_CODE, STRING)
202 STRINGIFY_CODE(CST_CODE, STRING)
/freebsd-13-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_value_fmts.c216 BHND_NVRAM_VAL_FMT_NATIVE(string, STRING);
/freebsd-13-stable/contrib/ntp/sntp/ag-tpl/0-old/
H A DMdoc.pm113 =item pp ( STRING )

Completed in 268 milliseconds

1234