Searched defs:string (Results 1 – 9 of 9) sorted by relevance
| /security/smack/ |
| D | smack_access.c | 286 static inline void smack_str_from_perm(char *string, int access) in smack_str_from_perm() 421 struct smack_known *smk_find_entry(const char *string) in smk_find_entry() 444 char *smk_parse_smack(const char *string, int len) in smk_parse_smack() 557 struct smack_known *smk_import_entry(const char *string, int len) in smk_import_entry()
|
| D | smackfs.c | 261 static int smk_perm_from_str(const char *string) in smk_perm_from_str()
|
| /security/apparmor/ |
| D | policy_unpack_test.c | 234 const char *string = NULL; in policy_unpack_test_unpack_str_with_null_name() local 247 const char *string = NULL; in policy_unpack_test_unpack_str_with_name() local 259 const char *string = NULL; in policy_unpack_test_unpack_str_out_of_bounds() local 275 char *string = NULL; in policy_unpack_test_unpack_strdup_with_null_name() local 293 char *string = NULL; in policy_unpack_test_unpack_strdup_with_name() local 311 char *string = NULL; in policy_unpack_test_unpack_strdup_out_of_bounds() local
|
| D | procattr.c | 31 int aa_getprocattr(struct aa_label *label, char **string, bool newline) in aa_getprocattr()
|
| D | policy_unpack.c | 372 VISIBLE_IF_KUNIT int aa_unpack_str(struct aa_ext *e, const char **string, const char *name) in aa_unpack_str() 396 VISIBLE_IF_KUNIT int aa_unpack_strdup(struct aa_ext *e, char **string, const char *name) in aa_unpack_strdup()
|
| /security/tomoyo/ |
| D | util.c | 114 bool tomoyo_permstr(const char *string, const char *keyword) in tomoyo_permstr() 435 static bool tomoyo_correct_word2(const char *string, size_t len) in tomoyo_correct_word2() 518 bool tomoyo_correct_word(const char *string) in tomoyo_correct_word()
|
| D | gc.c | 71 static bool tomoyo_name_used_by_io_buffer(const char *string) in tomoyo_name_used_by_io_buffer()
|
| D | common.c | 251 static void tomoyo_set_string(struct tomoyo_io_buffer *head, const char *string) in tomoyo_set_string() 545 static s8 tomoyo_find_yesno(const char *string, const char *find) in tomoyo_find_yesno() 568 static void tomoyo_set_uint(unsigned int *i, const char *string, in tomoyo_set_uint()
|
| /security/apparmor/include/ |
| D | apparmorfs.h | 33 char *string; member
|