Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/praudit/
H A Dformat.c2978 } cntrl_map[] = { variable
2989 static int cntrl_map_entries = sizeof (cntrl_map)
3005 if (cntrl_map[j].from == uc) { in convertascii()
3007 *p++ = cntrl_map[j].to; in convertascii()