Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libopts/
H A Dconfigfile.c572 static char const * dir_names[DIRECTIVE_TABLE 0]; in handle_directive() local
577 if (dir_names[0] == NULL) { in handle_directive()
579 # define _dt_(_s, _fn) dir_names[ix++] = _s; in handle_directive()
585 size_t len = strlen(dir_names[ix]); in handle_directive()
586 if ( (strncmp(txt, dir_names[ix], len) == 0) in handle_directive()