Home
last modified time | relevance | path

Searched refs:T_String (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/ntp/ntpd/
H A Dntp_parser.h217 T_String = 427, enumerator
429 #define T_String 427 macro
H A Dntp_scanner.c667 return T_String; in create_string_token()
H A Dntp_config.c603 case T_String: in dump_config_tree()
900 case T_String: in dump_config_tree()
1197 if (T_String == av->type) in destroy_attr_val()
1286 my_val->type = T_String; in create_attr_sval()
1849 if (addr->type == T_String) { in get_next_address()
H A Dntp_parser.c304 T_String = 427, enumerator
516 #define T_String 427 macro
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h317 Value(std::string V) : Type(T_String) { in Value()
386 case T_String: in kind()
429 if (Type == T_String) in getAsString()
476 T_String, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp117 case T_String: in copyFrom()
141 case T_String: in moveFrom()
166 case T_String: in destroy()