fs_remove_attr
extern int fs_remove_attr(int fd, const char *attribute);
extern int fs_remove_attr(int fd, const char *attribute);
return (fs_remove_attr(fFD, name) == 0 ? B_OK : errno);
fs_remove_attr(fd, name);
fs_remove_attr(toFileFD, toAttr);
if (fs_remove_attr(fromFileFD, fromAttr) < 0)
fs_remove_attr(toFileFD, toAttr);
return fs_remove_attr(fd, attribute);
if (fs_remove_attr(fd, glob.gl_pathv[i]) != 0)
result = fs_remove_attr(fd, attribute);
result = fs_remove_attr(localFD.FD(), attribute);
if (fs_remove_attr(fd, name) < 0)
HIDDEN_FUNCTION(fs_remove_attr);
return (fs_remove_attr(fFD, name) == 0 ? 0 : fssh_get_errno());