Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/praudit/
H A Dprintaudit.c161 if (is_file_token(tokenid) || is_header_token(tokenid)) { in checkpoint_progress()
167 if (is_file_token(tokenid)) { in checkpoint_progress()
H A Dpraudit.h180 extern int is_file_token(int);
H A Dformat.c312 if (is_header_token(tagnum) || is_file_token(tagnum)) { in open_tag()
364 if ((is_header_token(tagnum) || is_file_token(tagnum)) && in check_close_rec()
1854 if (is_file_token(context->tokenid)) in pa_file_string()
H A Dtoken.c88 is_file_token(int tokenid) in is_file_token() function