Home | History | Annotate | Download | only in src

Lines Matching full:char

13 int security_compute_member_raw(const char * scon,
14 const char * tcon,
16 char ** newcon)
18 char path[PATH_MAX];
19 char *buf;
65 int security_compute_member(const char * scon,
66 const char * tcon,
68 char ** newcon)
71 char * rscon;
72 char * rtcon;
73 char * rnewcon;