Searched defs:ident_chars (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/syseventd/modules/sysevent_conf_mod/
H A Dsysevent_conf_mod.c908 static char ident_chars[] = "_"; variable
917 * those contained in ident_chars.
932 (isalnum(*id) || strchr(ident_chars, *id) != NULL)) {

Completed in 61 milliseconds