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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dextattrs.c88 static size_t attrbuflen = 0; local
106 attrbuflen = 0;
187 attrbuflen += strlen(ea_finderinfo) + 1;
196 strcpy(attrnamebuf + attrbuflen, ea_resourcefork);
197 attrbuflen += strlen(ea_resourcefork) + 1;
201 ret = vol->vfs->vfs_ea_list(vol, attrnamebuf, &attrbuflen, uname, oflag);
207 attrbuflen = 0;
212 attrbuflen = 0;
225 tmpattr = htonl(attrbuflen);
233 memcpy( rbuf, attrnamebuf, attrbuflen);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dextattrs.c88 static size_t attrbuflen = 0; local
106 attrbuflen = 0;
175 attrbuflen += strlen(ea_finderinfo) + 1;
184 strcpy(attrnamebuf + attrbuflen, ea_resourcefork);
185 attrbuflen += strlen(ea_resourcefork) + 1;
189 ret = vol->vfs->vfs_ea_list(vol, attrnamebuf, &attrbuflen, uname, oflag);
195 attrbuflen = 0;
200 attrbuflen = 0;
213 tmpattr = htonl(attrbuflen);
221 memcpy( rbuf, attrnamebuf, attrbuflen);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/vfs/
H A Dea_sys.c221 ssize_t attrbuflen = *buflen; local
258 if ( 0 >= ( nlen = convert_string(vol->v_volcharset, CH_UTF8_MAC, ptr, len, attrnamebuf + attrbuflen, 256)) ) {
265 attrbuflen += nlen + 1;
266 if (attrbuflen > (ATTRNAMEBUFSIZ - 256)) {
282 *buflen = attrbuflen;
H A Dea.c1144 int attrbuflen = *buflen, ret = AFP_OK, len; local
1165 buf + attrbuflen,
1173 attrnamebuf[attrbuflen + 255] = 0;
1178 attrbuflen += len + 1;
1179 if (attrbuflen > (ATTRNAMEBUFSIZ - 256)) {
1191 *buflen = attrbuflen;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/vfs/
H A Dea_sys.c221 ssize_t attrbuflen = *buflen; local
258 if ( 0 >= ( nlen = convert_string(vol->v_volcharset, CH_UTF8_MAC, ptr, len, attrnamebuf + attrbuflen, 256)) ) {
265 attrbuflen += nlen + 1;
266 if (attrbuflen > (ATTRNAMEBUFSIZ - 256)) {
282 *buflen = attrbuflen;
H A Dea.c1146 int attrbuflen = *buflen, ret = AFP_OK, len; local
1167 buf + attrbuflen,
1175 attrnamebuf[attrbuflen + 255] = 0;
1180 attrbuflen += len + 1;
1181 if (attrbuflen > (ATTRNAMEBUFSIZ - 256)) {
1193 *buflen = attrbuflen;

Completed in 108 milliseconds