Searched refs:dpath (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/modules/
H A Dvfs_netatalk.c149 char *dpath; local
162 if (!(dpath = talloc_asprintf(ctx, "%s/%s",
165 atalk_unlink_file(dpath);
200 char *dpath; local
213 if (!(dpath = talloc_asprintf(ctx, "%s/%s%s",
217 atalk_rrmdir(ctx, dpath);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Dalbumart.c100 char dpath[MAXPATHLEN]; local
122 strncpyt(dpath, path, sizeof(dpath));
123 dir = dirname(dpath);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Disar.c585 sendmsg(cs, SET_DPS(bcs->hw.isar.dpath) |
651 sendmsg(cs, SET_DPS(bcs->hw.isar.dpath) |
682 (bcs->hw.isar.dpath == 1 ? BSTAT_RDM1 : BSTAT_RDM2)))
713 sendmsg(cs, SET_DPS(bcs->hw.isar.dpath) | ISAR_HIS_SDATA,
717 sendmsg(cs, SET_DPS(bcs->hw.isar.dpath) | ISAR_HIS_SDATA,
725 sendmsg(cs, SET_DPS(bcs->hw.isar.dpath) | ISAR_HIS_SDATA,
728 sendmsg(cs, SET_DPS(bcs->hw.isar.dpath) | ISAR_HIS_SDATA,
744 struct BCState *sel_bcs_isar(struct IsdnCardState *cs, u_char dpath) argument
746 if ((!dpath) || (dpath
[all...]
H A Dhisax.h380 int dpath; member in struct:isar_hw
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Ddevfsd.c949 char *dpath; local
953 dpath = concat_path_file(mount_point, spath + rootlen);
954 lstat(dpath, &dest_stat);
955 free(dpath);
957 copy_inode(dpath, &dest_stat,(source_stat.st_mode & ~S_ISVTX) , spath, &source_stat);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Ddirectory.c231 char spath[MAXPATHLEN + 1], dpath[MAXPATHLEN + 1]; local
242 ((dlen = strlen(dst)) > sizeof(dpath) - 2) ||
258 strcpy(dpath, dst);
259 strcat(dpath, "/");
261 drem = sizeof(dpath) - dlen -1;
280 strcpy(dpath + dlen, de->d_name);
283 if (AFP_OK != (err = copydir(vol, dirfd, spath, dpath)))
285 } else if (AFP_OK != (err = copyfile(vol, vol, dirfd, spath, dpath, NULL, NULL))) {
291 utime(dpath, &ut);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Ddirectory.c231 char spath[MAXPATHLEN + 1], dpath[MAXPATHLEN + 1]; local
242 ((dlen = strlen(dst)) > sizeof(dpath) - 2) ||
258 strcpy(dpath, dst);
259 strcat(dpath, "/");
261 drem = sizeof(dpath) - dlen -1;
280 strcpy(dpath + dlen, de->d_name);
283 if (AFP_OK != (err = copydir(vol, dirfd, spath, dpath)))
285 } else if (AFP_OK != (err = copyfile(vol, vol, dirfd, spath, dpath, NULL, NULL))) {
291 utime(dpath, &ut);

Completed in 100 milliseconds