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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/sysfs/
H A Dgroup.c19 static void remove_files(struct sysfs_dirent *dir_sd, struct kobject *kobj, function
54 remove_files(dir_sd, kobj, grp);
144 remove_files(sd, kobj, grp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/vms/
H A Dstage_curl_install.com61 $ remove_files = 0
62 $ if remove_filesq .eqs. "R" then remove_files = 1
67 $ if remove_files .eq. 0
106 $ if remove_files .eq. 0
116 $ if remove_files .eq. 0
123 $ if remove_files .eq. 0
132 $ if remove_files .eq. 0
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/ipmi/
H A Dipmi_msghandler.c2205 static void remove_files(struct bmc_device *bmc) function
2242 remove_files(bmc);

Completed in 68 milliseconds