Searched refs:adpath (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/megatron/
H A Dnad.c414 char adpath[ 2 ][ MAXPATHLEN + 1]; member in struct:nad_file_data
438 * Depending upon openflags, set up nad.adpath for the open. If it
447 strcpy( nad.adpath[0], path );
448 strcpy( nad.adpath[1],
449 nad.ad.ad_ops->ad_path( nad.adpath[0], ADFLAGS_HF ));
451 if ( stat( nad.adpath[ fork ], &st ) < 0 ) {
462 fprintf(stderr, "%s is adpath[0]\n", nad.adpath[0]);
463 fprintf(stderr, "%s is adpath[1]\n", nad.adpath[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dfiledir.c72 char *adpath; local
84 adpath = vol->vfs->ad_path( upath, ADFLAGS_HF );
117 else if (ochown(adpath, sb.st_uid, sb.st_gid, vol_syml_opt(vol)) < 0)
121 adpath, strerror(errno));
124 else if (ochmod(adpath,
131 adpath, strerror(errno));

Completed in 37 milliseconds