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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/etc/afpd/
H A Dnfsquota.c100 char *hostpath; local
103 if ((hostpath = strchr(vol->v_gvs, ':')) == NULL) {
108 if (*(hostpath + 1) != '/')
111 /* separate host from hostpath */
112 *hostpath = '\0';
114 gq_args.gqa_pathp = hostpath + 1;
122 *hostpath = ':';
162 *hostpath = ':';
171 *hostpath = ':';
H A Dquota.c656 char *hostpath;
661 if ((hostpath = strchr(vol->v_gvs,'@')) != NULL ) {
665 *hostpath = '\0';
666 sprintf(pathstring,"%s:%s",hostpath+1,vol->v_gvs);
671 hostpath = strchr(vol->v_gvs,':');
672 *hostpath = '\0';
673 sprintf(pathstring,"%s@%s",hostpath+1,vol->v_gvs);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/etc/afpd/
H A Dnfsquota.c100 char *hostpath; local
103 if ((hostpath = strchr(vol->v_gvs, ':')) == NULL) {
108 if (*(hostpath + 1) != '/')
111 /* separate host from hostpath */
112 *hostpath = '\0';
114 gq_args.gqa_pathp = hostpath + 1;
122 *hostpath = ':';
162 *hostpath = ':';
171 *hostpath = ':';
H A Dquota.c656 char *hostpath;
661 if ((hostpath = strchr(vol->v_gvs,'@')) != NULL ) {
665 *hostpath = '\0';
666 sprintf(pathstring,"%s:%s",hostpath+1,vol->v_gvs);
671 hostpath = strchr(vol->v_gvs,':');
672 *hostpath = '\0';
673 sprintf(pathstring,"%s@%s",hostpath+1,vol->v_gvs);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/etc/afpd/
H A Dnfsquota.c100 char *hostpath; local
103 if ((hostpath = strchr(vol->v_gvs, ':')) == NULL) {
108 if (*(hostpath + 1) != '/')
111 /* separate host from hostpath */
112 *hostpath = '\0';
114 gq_args.gqa_pathp = hostpath + 1;
122 *hostpath = ':';
162 *hostpath = ':';
171 *hostpath = ':';
H A Dquota.c656 char *hostpath;
661 if ((hostpath = strchr(vol->v_gvs,'@')) != NULL ) {
665 *hostpath = '\0';
666 sprintf(pathstring,"%s:%s",hostpath+1,vol->v_gvs);
671 hostpath = strchr(vol->v_gvs,':');
672 *hostpath = '\0';
673 sprintf(pathstring,"%s@%s",hostpath+1,vol->v_gvs);

Completed in 117 milliseconds