• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/etc/afpd/

Lines Matching refs:cfrombstr

389         memcpy(ret->m_name, cfrombstr(dir->d_m_name), blength(dir->d_m_name) + 1); /* 3 */
394 memcpy(ret->u_name, cfrombstr(dir->d_u_name), blength(dir->d_u_name) + 1);
400 cfrombstr(dir->d_fullpath),
401 cfrombstr(curdir->d_fullpath),
410 memcpy(ret->m_name, cfrombstr(dir->d_m_name), blength(dir->d_m_name) + 1);
415 memcpy(ret->u_name, cfrombstr(dir->d_u_name), blength(dir->d_u_name) + 1);
481 LOG(log_debug, logtype_afpd, "dirlookup_bypath: rpath: \"%s\"", cfrombstr(rpath));
491 LOG(log_debug, logtype_afpd, "dirlookup_bypath: statpath: \"%s\"", cfrombstr(statpath));
493 EC_ZERO_LOGSTR(lstat(cfrombstr(statpath), &st),
495 cfrombstr(rpath), cfrombstr(l->entry[i]),
496 cfrombstr(statpath), strerror(errno));
503 cfrombstr(l->entry[i]),
510 cfrombstr(l->entry[i]),
530 cfrombstr(dir->d_fullpath));
589 if (lstat(cfrombstr(ret->d_fullpath), &st) != 0) {
591 ntohl(did), cfrombstr(ret->d_fullpath), strerror(errno));
657 ntohl(did), cfrombstr(fullpath));
659 if (ostat(cfrombstr(fullpath), &st, vol_syml_opt(vol)) != 0) { /* 5a */
716 ntohl(ret->d_did), ntohl(ret->d_pdid), cfrombstr(ret->d_fullpath));
841 ntohl(dir->d_did), cfrombstr(dir->d_fullpath), path->u_name,
842 ntohl(cdir->d_did), cfrombstr(dir->d_fullpath));
894 LOG(log_error, logtype_afpd, "dir_add: fatal dircache error: %s", cfrombstr(fullpath));
901 cfrombstr(dir->d_u_name), path->u_name, err);
913 ntohl(dir->d_did), cfrombstr(dir->d_fullpath), path->u_name,
914 ntohl(cdir->d_did), cfrombstr(cdir->d_fullpath));
953 ntohl(dir->d_did), cfrombstr(dir->d_u_name));
1086 LOG(log_maxdebug, logtype_afpd, "came('%s'): {start}", cfrombstr(dir->d_fullpath));
1127 ntohl(dir->d_did), cfrombstr(dir->d_fullpath));
1168 LOG(log_maxdebug, logtype_afpd, "came('%s'): {node: '%s}", cfrombstr(dir->d_fullpath), ret.u_name);
1192 if ((strcmp(cfrombstr(vol->v_root->d_m_name), ret.m_name)) == 0)
1220 cfrombstr(dir->d_fullpath), ret.u_name);
1227 cfrombstr(dir->d_fullpath), ret.u_name);
1236 cfrombstr(dir->d_fullpath), ret.u_name);
1239 cfrombstr(dir->d_fullpath), ret.u_name);
1268 cfrombstr(curdir->d_fullpath), cfrombstr(cdir->d_fullpath), strerror(errno));
1290 cfrombstr(dir->d_fullpath),
1291 cfrombstr(curdir->d_fullpath),
1313 curdir ? cfrombstr(curdir->d_fullpath) : "INVALID", getcwdpath());
1321 ntohl(dir->d_did), cfrombstr(dir->d_fullpath));
1323 if ((ret = ochdir(cfrombstr(dir->d_fullpath), vol_syml_opt(vol))) != 0 ) {
1325 cfrombstr(dir->d_fullpath), strerror(errno));
1456 cfrombstr(dir->d_fullpath));
1485 } else if (invisible_dots(vol, cfrombstr(dir->d_u_name))) {
1527 if (invisible_dots(vol, cfrombstr(dir->d_u_name))) {
1651 data = set_name(vol, data, pdid, cfrombstr(dir->d_m_name), dir->d_did, 0);
1656 data = set_name(vol, data, pdid, cfrombstr(dir->d_m_name), dir->d_did, utf8);
1859 ad_setname(&ad, cfrombstr(curdir->d_m_name));
2143 vol->ad_path(cfrombstr(dir->d_u_name), ADFLAGS_DIR), strerror(errno) );
2314 cfrombstr(curdir->d_fullpath));
2324 cfrombstr(curdir->d_fullpath));
2326 err = netatalk_rmdir_all_errors(-1, cfrombstr(fdir->d_u_name));
2339 cfrombstr(curdir->d_fullpath));