Searched refs:mtoupath (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/bin/megatron/
H A Dmegatron.h98 #define mtoupath(s) (*_mtoupath)(s) macro
H A Dmacbin.c119 strncpy( bin.path, mtoupath( bin.path ), maxlen );
H A Dhqx.c135 strncpy( hqx.path, mtoupath( hqx.path ), maxlen );
H A Dnad.c475 strcpy( nad.adpath[0], mtoupath( nad.macname ));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Ddesktop.h43 extern char *mtoupath (const struct vol *, char *, cnid_t, int utf8);
H A Dfiledir.c357 if ((oldunixname = strdup(mtoupath(vol, oldname, sdir->d_did, utf8_encoding()))) == NULL)
423 if (NULL == (upath = mtoupath(vol, newname, curdir->d_did, utf8_encoding()))){
686 return absupath(vol, dir, mtoupath(vol, name, dir->d_did, utf8_encoding()));
785 char *upath = mtoupath(vol, newname, pdid, utf8_encoding());
H A Dfce_api.c492 if (NULL == (u_name = mtoupath(vol, of_name(ofork), ofork->of_did, utf8_encoding())))
H A Dcatsearch.c1031 if ((uname = mtoupath(vol, c1.utf8name, 0, utf8_encoding())) == NULL)
H A Ddesktop.c594 char *mtoupath(const struct vol *vol, char *mpath, cnid_t did, int utf8) function
627 LOG(log_debug9, logtype_afpd, "mtoupath: '%s':'%s'", mpath, upath);
H A Ddirectory.c392 if ((ret->u_name = mtoupath(vol, ret->m_name, dir->d_did, utf8_encoding())) == NULL) {
1372 ret.u_name = mtoupath(vol, ret.m_name, 0, 1); /* Force "." into a useable static buffer */
H A Dfile.c157 if (!(u = mtoupath(vol, name, pid, 1)) || !(m = utompath(vol, u, id, 0))) {
1377 if (NULL == (upath = mtoupath(d_vol, newname, curdir->d_did, utf8_encoding()))) {
H A Dfork.c77 if (NULL == (path.u_name = mtoupath(vol, of_name(ofork), dir->d_did, utf8_encoding()))) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/cnid_dbd/
H A Dcmd_dbd_scanvol.c111 static char *mtoupath(char *mpath) function
246 roundtripped = mtoupath(utompath(uname));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/vfs/
H A Dea.c73 static char *mtoupath(const struct vol *vol, const char *mpath) function
587 * macname (r) if != 0 call mtoupath on eaname
613 if ((eaname = mtoupath(ea->vol, eaname)) == NULL)

Completed in 145 milliseconds