Searched refs:utompath (Results 1 - 25 of 28) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/ad/
H A Dad.h71 extern char *utompath(const struct volinfo *volinfo, const char *upath);
H A Dad_util.c156 char *utompath(const struct volinfo *volinfo, const char *upath) function
H A Dad_cp.c551 ad_setname(&ad, utompath(&dvolume.volinfo, basename(to.p_path)));
618 ad_setname(&ad, utompath(&dvolume.volinfo, basename(to.p_path)));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/megatron/
H A Dmegatron.h99 #define utompath(s) (*_utompath)(s) macro
H A Dnad.c516 strcpy(fh->name, utompath(nad.adpath[DATA]));
518 strcpy(fh->name, utompath(p));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Ddesktop.h44 extern char *utompath (const struct vol *, char *, cnid_t, int utf8);
H A Dmangle.c196 t = utompath(vol, u_name, file_id, utf8_encoding());
H A Dcatsearch.c280 * An other option would be to call get_id in utompath but
283 if (!(path->m_name = utompath(vol, path->u_name, 0 , utf8_encoding()) )) {
296 if (!(path->m_name = utompath(vol, path->u_name, id , utf8_encoding()))) {
778 path.m_name = utompath(vol, name, cnid, utf8_encoding());
H A Dappl.c179 if ((path = utompath(vol, uname, cnid, utf8_encoding())) == NULL) {
H A Denumerate.c120 if (NULL == (m_name = utompath(vol, name, 0, utf8_encoding())))
H A Ddirectory.c383 if ( (t = utompath(vol, ret->u_name, fileid, utf8_encoding())) ) {
698 if ( (mpath = utompath(vol, upath, did, utf8)) == NULL ) {
960 if ((path->m_name = utompath(vol, path->u_name, id, utf8_encoding())) == NULL) {
1545 if ((s_path->m_name = utompath(vol,
H A Dfile.c157 if (!(u = mtoupath(vol, name, pid, 1)) || !(m = utompath(vol, u, id, 0))) {
348 if ((path->m_name = utompath(vol, upath, id, utf8_encoding())) == NULL) {
349 LOG(log_error, logtype_afpd, "getmetadata: utompath error");
380 path->m_name = utompath(vol, upath, id, utf8_encoding());
1993 if (NULL == (path.m_name = utompath(vol, upath, cnid, utf8_encoding()))) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/ad/
H A Dad.h69 extern char *utompath(const struct volinfo *volinfo, const char *upath);
H A Dad_util.c156 char *utompath(const struct volinfo *volinfo, const char *upath) function
H A Dad_cp.c551 ad_setname(&ad, utompath(&dvolume.volinfo, basename(to.p_path)));
618 ad_setname(&ad, utompath(&dvolume.volinfo, basename(to.p_path)));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/megatron/
H A Dmegatron.h99 #define utompath(s) (*_utompath)(s) macro
H A Dnad.c516 strcpy(fh->name, utompath(nad.adpath[DATA]));
518 strcpy(fh->name, utompath(p));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Ddesktop.h44 extern char *utompath (const struct vol *, char *, cnid_t, int utf8);
H A Dmangle.c196 t = utompath(vol, u_name, file_id, utf8_encoding());
H A Dcatsearch.c266 * An other option would be to call get_id in utompath but
269 if (!(path->m_name = utompath(vol, path->u_name, 0 , utf8_encoding()) )) {
282 if (!(path->m_name = utompath(vol, path->u_name, id , utf8_encoding()))) {
775 path.m_name = utompath(vol, name, cnid, utf8_encoding());
H A Dappl.c179 if ((path = utompath(vol, uname, cnid, utf8_encoding())) == NULL) {
H A Denumerate.c120 if (NULL == (m_name = utompath(vol, name, 0, utf8_encoding())))
H A Ddirectory.c389 if ( (t = utompath(vol, ret->u_name, fileid, utf8_encoding())) ) {
717 if ( (mpath = utompath(vol, upath, did, utf8)) == NULL ) {
979 if ((path->m_name = utompath(vol, path->u_name, id, utf8_encoding())) == NULL) {
1564 if ((s_path->m_name = utompath(vol,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/cnid_dbd/
H A Dcmd_dbd_scanvol.c72 static char *utompath(char *upath) function
246 roundtripped = mtoupath(utompath(uname));
333 ad_setname(&ad, utompath((char *)fname));
503 mname = utompath(strrchr(cwdbuf, '/') + 1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/cnid_dbd/
H A Dcmd_dbd_scanvol.c72 static char *utompath(char *upath) function
246 roundtripped = mtoupath(utompath(uname));
333 ad_setname(&ad, utompath((char *)fname));
508 mname = utompath(strrchr(cwdbuf, '/') + 1);

Completed in 175 milliseconds

12