Lines Matching defs:con
267 int selabel_lookup(struct selabel_handle *rec, char **con,
276 *con = strdup(lr->ctx_trans);
277 return *con ? 0 : -1;
280 int selabel_lookup_raw(struct selabel_handle *rec, char **con,
289 *con = strdup(lr->ctx_raw);
290 return *con ? 0 : -1;
330 int selabel_lookup_best_match(struct selabel_handle *rec, char **con,
344 *con = strdup(lr->ctx_trans);
345 return *con ? 0 : -1;
348 int selabel_lookup_best_match_raw(struct selabel_handle *rec, char **con,
362 *con = strdup(lr->ctx_raw);
363 return *con ? 0 : -1;