Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libuutil/common/
H A Duu_ident.c53 is_valid_ident(const char *s, const char *e, int allowdot) in is_valid_ident() argument
66 (allowdot && c == '.')) in is_valid_ident()