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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/sysfs/
H A Dgroup.c21 static void remove_files(struct dentry * dir, function
40 remove_files(dir,grp);
81 remove_files(dir,grp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Ddpkg.c1223 char **remove_files; local
1226 remove_files = xzalloc(sizeof(all_control_files));
1228 remove_files[i] = xasprintf("/var/lib/dpkg/info/%s.%s", package_name, all_control_files[i]);
1232 return remove_files;
1293 char **remove_files; local
1308 remove_files = create_list(list_name);
1314 while (remove_file_array(remove_files, exclude_files)) /*repeat */;
1316 free_array(remove_files);
1324 remove_files = all_control_list(package_name);
1326 remove_file_array(remove_files, exclude_file
1342 char **remove_files; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/ipmi/
H A Dipmi_msghandler.c2106 static void remove_files(struct bmc_device *bmc) function
2143 remove_files(bmc);

Completed in 107 milliseconds