Searched refs:attrnamebuf (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dvfs.h83 #define VFS_FUNC_ARGS_EA_LIST const struct vol * __restrict vol, char * __restrict attrnamebuf, size_t * __restrict buflen, const char * __restrict uname, int oflag
84 #define VFS_FUNC_VARS_EA_LIST vol, attrnamebuf, buflen, uname, oflag
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dextattrs.c43 static char attrnamebuf[ATTRNAMEBUFSIZ]; variable
186 strcpy(attrnamebuf, ea_finderinfo);
196 strcpy(attrnamebuf + attrbuflen, ea_resourcefork);
201 ret = vol->vfs->vfs_ea_list(vol, attrnamebuf, &attrbuflen, uname, oflag);
233 memcpy( rbuf, attrnamebuf, attrbuflen);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/vfs/
H A Dea_sys.c202 * Purpose: copy names of native EAs into attrnamebuf
207 * attrnamebuf (w) store names a consecutive C strings here
208 * buflen (rw) length of names in attrnamebuf
258 if ( 0 >= ( nlen = convert_string(vol->v_volcharset, CH_UTF8_MAC, ptr, len, attrnamebuf + attrbuflen, 256)) ) {
H A Dea.c1124 * Purpose: copy names of EAs into attrnamebuf
1129 * attrnamebuf (w) store names a consecutive C strings here
1130 * buflen (rw) length of names in attrnamebuf
1145 char *buf = attrnamebuf;
1173 attrnamebuf[attrbuflen + 255] = 0;

Completed in 106 milliseconds