Searched refs:entp (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/sn/kernel/sn2/
H A Dprominfo_proc.c227 struct proc_dir_entry **entp; local
243 entp = proc_entries;
246 *entp = proc_mkdir(name, sgi_prominfo_entry);
248 create_proc_read_entry("fit", 0, *entp, read_fit_entry,
250 create_proc_read_entry("version", 0, *entp,
252 entp++;
260 struct proc_dir_entry **entp; local
264 entp = proc_entries;
266 remove_proc_entry("fit", *entp);
267 remove_proc_entry("version", *entp);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/netkit-ftp-0.18-pre1/ftp/
H A Dglob.c97 static const char *entp; variable
415 sentp = entp;
416 entp = s;
418 entp = sentp;
496 s = entp;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfusermount.c138 struct mntent *entp; local
147 while ((entp = getmntent(fp)) != NULL) {
148 if (strcmp(entp->mnt_type, "fuse") == 0 ||
149 strncmp(entp->mnt_type, "fuse.", 5) == 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/atari/
H A Datari.c281 struct dirent *entp; local
307 while (depth > 0 && (entp = readdir(dirp)) != 0)
308 if (strcmp(entp->d_name,".") != 0 && strcmp(entp->d_name,"..") != 0) {
309 strcpy(p, entp->d_name);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/ad/
H A Dad_cp.c645 static int ftw_copy_file(const struct FTW *entp, argument

Completed in 113 milliseconds