Home
last modified time | relevance | path

Searched refs:create_string_node (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/bsd/ntp/dist/include/
H A Dntp_config.h320 string_node *create_string_node(char *str);
/netbsd/external/bsd/ntp/dist/ntpd/
H A Dntp_parser.y1591 APPEND_G_FIFO($$, create_string_node($2));
1596 APPEND_G_FIFO($$, create_string_node($1));
H A Dntp_config.c1319 create_string_node( in create_string_node() function