Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libopts/
H A Dload.c258 if (! IS_VALUE_NAME_CHAR(ch)) in add_env_val()
H A Dconfigfile.c587 && (! IS_VALUE_NAME_CHAR(txt[len])) ) in handle_directive()
H A Dag-char-map.h256 #define IS_VALUE_NAME_CHAR( _c) is_ag_char_map_char((char)(_c), 0x003B0060) macro