Home | History | Annotate | Download | only in src

Lines Matching defs:con

401 	char *con;		/* matched context */
413 static int filespec_add(ino_t ino, const char *con, const char *file)
432 freecon(fl->con);
437 fl->con = strdup(con);
438 if (!fl->con)
443 if (strcmp(fl->con, con) == 0)
448 file, fl->file, fl->con);
464 fl->con = strdup(con);
465 if (!fl->con)
533 freecon(tmp->con);