Home | History | Annotate | Download | only in src

Lines Matching defs:in

16  *  This library is distributed in the hope that it will be useful,
130 /* A node used in a linked list of file contexts; used for sorting.
140 int meta; /* position of first meta char in path, -1 if none */
144 /* A node used in a linked list of buckets that contain
152 /* A node used in a linked list of netfilter rules.
419 /* THIS MUST BE THE FIRST FUNCTION CALLED IN THIS LIBRARY. If the
504 * configuration file. If semanage.conf file in the semanage
696 int in, out, retval = 0, amount_read, n, errsv = errno;
705 if ((in = open(src, O_RDONLY)) == -1) {
716 close(in);
721 while (retval == 0 && (amount_read = read(in, buf, sizeof(buf))) > 0) {
731 close(in);
1055 * handler has a transaction lock. Allocates and fills in *modinfos
1056 * with an array of module infos; length of array is stored in
1217 * argument pointer passed in. Returns -1 on error. Increments
1380 /* Take the arguments given in v->args and expand any $ macros within.
1712 * function then the store will be left in an
1722 * function then the store will be left in an
1753 /* Takes the kernel policy in a sandbox, move it to the active
1765 "No load_policy program specified in configuration file.");
1769 ERR(sh, "No setfiles program specified in configuration file.");
1774 ERR(sh, "No sefcontext_compile program specified in configuration file.");
2049 int semanage_read_policydb(semanage_handle_t * sh, sepol_policydb_t * in,
2074 if (sepol_policydb_read(in, pf) == -1) {
2244 * in order from most important to least important, given a and b:
2297 * The left list is assumed to represent nodes that came first in the original ordering.
2342 * A bucket linked list is passed in. Upon completion,
2344 * contains a linked list of all the file contexts in sorted order.
2378 * in the bucket because it has been
2388 * meta character in the path of the given node, if it exists.
2401 * spec_hasMetaChars in matchpathcon.c from
2448 /* Returns a pointer to the end of line character in the given buffer.
2449 * Used in the context of a file context char buffer that we will be
2655 type_len = 0; /* inode type did not exist in the file context */
2706 /* Detach the node in the bucket from the old list. */