Searched refs:nonident (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/libevent/
H A Devent_rpcgen.py28 nonident = re.compile(r'[^a-zA-Z0-9_]') variable
1541 return 'EVENT_RPCOUT_' + nonident.sub('_', name).upper() + '_'
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Devent_rpcgen.py28 nonident = re.compile(r'[^a-zA-Z0-9_]') variable
1541 return 'EVENT_RPCOUT_' + nonident.sub('_', name).upper() + '_'

Completed in 170 milliseconds