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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dnfsquota.c114 char *hostpath; local
117 if ((hostpath = strchr(vol->v_gvs, ':')) == NULL) {
122 if (*(hostpath + 1) != '/')
125 /* separate host from hostpath */
126 *hostpath = '\0';
128 gq_args.gqa_pathp = hostpath + 1;
136 *hostpath = ':';
176 *hostpath = ':';
185 *hostpath = ':';
H A Dquota.c684 char *hostpath; local
689 if ((hostpath = strchr(vol->v_gvs,'@')) != NULL ) {
693 *hostpath = '\0';
694 sprintf(pathstring,"%s:%s",hostpath+1,vol->v_gvs);
699 hostpath = strchr(vol->v_gvs,':');
700 *hostpath = '\0';
701 sprintf(pathstring,"%s@%s",hostpath+1,vol->v_gvs);

Completed in 103 milliseconds