HomeSort by: relevance | last modified time | path
    Searched refs:STRUCT_REF_RE (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libevent/dist/
event_rpcgen.py 35 STRUCT_REF_RE = re.compile(r"^struct\[(?P<name>[a-zA-Z_][a-zA-Z0-9_]*)\]$")
1543 res = STRUCT_REF_RE.match(entry_type)
  /src/external/bsd/ntp/dist/sntp/libevent/
event_rpcgen.py 35 STRUCT_REF_RE = re.compile(r"^struct\[(?P<name>[a-zA-Z_][a-zA-Z0-9_]*)\]$")
1543 res = STRUCT_REF_RE.match(entry_type)

Completed in 55 milliseconds