Searched refs:ufile (Results 1 - 5 of 5) sorted by relevance
/third_party/ltp/testcases/kernel/security/prot_hsymlinks/ |
H A D | prot_hsymlinks.c | 160 static int create_check_hlinks(const struct user_file *ufile, int owner); 161 static int create_check_slinks(const struct user_file *ufile, int owner); 243 const struct user_file *ufile; in test_run() local 251 ufile = &users[usr].file[file]; in test_run() 252 result_slink |= create_check_slinks(ufile, usr); in test_run() 253 result_hlink |= create_check_hlinks(ufile, usr); in test_run() 413 struct user_file *ufile = &users[usr].file[file]; in ufiles_add() local 420 strcpy(ufile->path, path); in ufiles_add() 422 ufile->is_dir = (type == IS_DIRECTORY); in ufiles_add() 436 static int create_check_slinks(const struct user_file *ufile, in argument 462 create_check_hlinks(const struct user_file *ufile, int owner) create_check_hlinks() argument [all...] |
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsundelete.c | 902 static void free_file(struct ufile *file) in free_file() 1147 static int get_filenames(struct ufile *file, ntfs_volume* vol) in get_filenames() 1262 static int get_data(struct ufile *file, ntfs_volume *vol) in get_data() 1337 * Return: Pointer A ufile object containing the results 1340 static struct ufile * read_record(ntfs_volume *vol, long long record) in read_record() 1343 struct ufile *file; in read_record() 1438 static int calc_percentage(struct ufile *file, ntfs_volume *vol) in calc_percentage() 1563 static void dump_record(struct ufile *file) in dump_record() 1687 static void list_record(struct ufile *file) in list_record() 1749 static int name_match(regex_t *re, struct ufile *fil [all...] |
H A D | ntfsundelete.h | 98 struct ufile { struct
|
H A D | ntfswipe.c | 115 struct ufile { struct 1580 static void free_file (struct ufile *file) in free_file() 1716 struct ufile *file = NULL; in destroy_record() 1727 file = (struct ufile *) malloc(sizeof(struct ufile)); in destroy_record()
|
/third_party/lwip/src/netif/ppp/ |
H A D | auth.c | 419 FILE *ufile; 436 ufile = fopen(fname, "r"); 439 if (ufile == NULL) { 443 check_access(ufile, fname); 447 if (fgets(u, MAXNAMELEN - 1, ufile) == NULL 448 || fgets(p, MAXSECRETLEN - 1, ufile) == NULL) { 449 fclose(ufile); 453 fclose(ufile);
|
Completed in 9 milliseconds