Searched defs:string (Results 1 – 7 of 7) sorted by relevance
/security/smack/ |
D | smack_access.c | 255 static inline void smack_str_from_perm(char *string, int access) in smack_str_from_perm() 343 struct smack_known *smk_find_entry(const char *string) in smk_find_entry() 361 void smk_parse_smack(const char *string, int len, char *smack) in smk_parse_smack() 390 struct smack_known *smk_import_entry(const char *string, int len) in smk_import_entry() 433 char *smk_import(const char *string, int len) in smk_import()
|
/security/tomoyo/ |
D | util.c | 131 bool tomoyo_permstr(const char *string, const char *keyword) in tomoyo_permstr() 443 static bool tomoyo_correct_word2(const char *string, size_t len) in tomoyo_correct_word2() 520 bool tomoyo_correct_word(const char *string) in tomoyo_correct_word()
|
D | gc.c | 70 static bool tomoyo_name_used_by_io_buffer(const char *string) in tomoyo_name_used_by_io_buffer()
|
D | common.c | 256 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() 567 static void tomoyo_set_uint(unsigned int *i, const char *string, in tomoyo_set_uint()
|
/security/apparmor/ |
D | procattr.c | 36 int aa_getprocattr(struct aa_profile *profile, char **string) in aa_getprocattr()
|
D | policy_unpack.c | 252 static int unpack_str(struct aa_ext *e, const char **string, const char *name) in unpack_str() 274 static int unpack_strdup(struct aa_ext *e, char **string, const char *name) in unpack_strdup()
|
/security/apparmor/include/ |
D | apparmorfs.h | 35 char *string; member
|