Searched refs:T_Server (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/contrib/ntp/tests/ntpd/
H A Dt-ntp_scanner.c35 const char * temp = keyword(T_Server);
/freebsd-10.2-release/contrib/ntp/ntpd/
H A Dntp_parser.h193 T_Server = 403, enumerator in enum:yytokentype
392 #define T_Server 403 macro
H A Dntp_parser.c279 T_Server = 403, enumerator in enum:yytokentype
478 #define T_Server 403 macro
956 "T_Rlimit", "T_Saveconfigdir", "T_Server", "T_Setvar", "T_Source",
3662 * example: token_name(T_Server) returns "T_Server"
H A Dntp_scanner.c66 * Example: keyword(T_Server) returns "server"
67 * token_name(T_Server) returns "T_Server"
792 * T_Server is exceptional as it forces the
799 if (T_Server == token && !old_config_style)
H A Dkeyword-gen.c72 { "server", T_Server, FOLLBY_STRING },
H A Dntp_config.c3675 if ((T_Server == hmode || T_Peer == hmode || T_Pool == hmode)
3705 case T_Server:
3809 T_Server))
3827 ctx->host_mode = T_Server;

Completed in 57 milliseconds