Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/ntp/ntpd/
H A Dntp_parser.h229 T_String = 430, /* T_String */ enumerator
450 #define T_String 430 macro
H A Dntp_scanner.c667 return T_String; in create_string_token()
H A Dntp_config.c600 case T_String: in dump_config_tree()
897 case T_String: in dump_config_tree()
933 case T_String: in dump_config_tree()
1262 if (T_String == av->type) in destroy_attr_val()
1351 my_val->type = T_String; in create_attr_sval()
1918 if (addr->type == T_String) { in get_next_address()
H A Dntp_parser.c321 T_String = 430, /* T_String */ enumerator
542 #define T_String 430 macro
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h316 Value(std::string V) : Type(T_String) { in Value()
394 case T_String: in kind()
456 if (Type == T_String) in getAsString()
516 T_String, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp122 case T_String: in copyFrom()
147 case T_String: in moveFrom()
173 case T_String: in destroy()