Searched refs:first (Results 1 - 3 of 3) sorted by relevance

/security/tomoyo/
H A Dutil.c194 * The @src is updated to point the first character after the value
346 * @c1: The first character.
389 * The @src is updated to point the first character after the @find
418 bool first = true; local
423 if (!first)
425 first = false;
806 bool first = true; local
817 if (first)
821 first = false;
826 return first
[all...]
H A Dcommon.c1364 bool first = true; local
1383 if (first) {
1385 first = false;
1391 if (first)
1409 if (first) {
1411 first = false;
1418 if (first)
1429 if (first) {
1431 first = false;
1438 if (first)
[all...]
/security/selinux/
H A Dhooks.c427 the first boot of the SELinux kernel before we have
653 * This does open a hole in which we will not notice if the first
655 * this sb does not set any security options. (The first options
1267 /* The inode's security attributes must be initialized before first use. */
2497 static inline void take_option(char **to, char *from, int *first, int len) argument
2499 if (!*first) {
2503 *first = 0;
2508 static inline void take_selinux_option(char **to, char *from, int *first, argument
2513 if (!*first) {
2517 *first
[all...]

Completed in 67 milliseconds