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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/package/
H A Dbuilddeb16 local pname="$1" pdir="$2"
18 cp debian/copyright "$pdir/usr/share/doc/$pname/"
19 cp debian/changelog "$pdir/usr/share/doc/$pname/changelog.Debian"
20 gzip -9 "$pdir/usr/share/doc/$pname/changelog.Debian"
21 sh -c "cd '$pdir'; find . -type f ! -path './DEBIAN/*' -printf '%P\0' \
25 chown -R root:root "$pdir"
26 chmod -R go-w "$pdir"
29 dpkg-gencontrol -isp -p$pname -P"$pdir"
30 dpkg --build "$pdir" ..
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dpalinfo.c977 struct proc_dir_entry **pdir; local
998 pdir = &palinfo_proc_entries[cpu*(NR_PALINFO_ENTRIES+1)];
999 *pdir++ = cpu_dir;
1002 *pdir = create_proc_read_entry(
1005 pdir++;
1013 struct proc_dir_entry *cpu_dir, **pdir; local
1015 pdir = &palinfo_proc_entries[hcpu*(NR_PALINFO_ENTRIES+1)];
1016 cpu_dir = *pdir;
1017 *pdir++=NULL;
1019 if ((*pdir)) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Ddirectory.c595 struct dir *ret = NULL, *pdir; local
676 if ((pdir = dirlookup(vol, pdid)) == NULL) {
682 if ((fullpath = bstrcpy(pdir->d_fullpath)) == NULL
2502 struct dir *fdir, *pdir; local
2508 if ((pdir = dirlookup(vol, curdir->d_pdid)) == NULL) {
2553 if (movecwd(vol, pdir) < 0) {

Completed in 65 milliseconds