extattr.3 (2b47b55f69365b54f6d5d700dc2997b5a367734c) extattr.3 (32eef9aeb1f39a1623cea55da147c89abbd5b9a5)
1.\"
2.\" Copyright (c) 2001 Dima Dorfman <dd@FreeBSD.org>
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 22 unchanged lines hidden (view full) ---

31.Sh NAME
32.Nm extattr_namespace_to_string ,
33.Nm extattr_string_to_namespace
34.Nd convert an extended attribute namespace identifier to a string and
35vice versa
36.Sh LIBRARY
37.Lb libutil
38.Sh SYNOPSIS
1.\"
2.\" Copyright (c) 2001 Dima Dorfman <dd@FreeBSD.org>
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 22 unchanged lines hidden (view full) ---

31.Sh NAME
32.Nm extattr_namespace_to_string ,
33.Nm extattr_string_to_namespace
34.Nd convert an extended attribute namespace identifier to a string and
35vice versa
36.Sh LIBRARY
37.Lb libutil
38.Sh SYNOPSIS
39.Fd #include <sys/extattr.h>
40.Fd #include <libutil.h>
39.In sys/extattr.h
40.In libutil.h
41.Ft int
42.Fn extattr_namespace_to_string "int attrnamespace" "char **string"
43.Ft int
44.Fn extattr_string_to_namespace "const char *string" "int *attrnamespace"
45.Sh DESCRIPTION
46The
47.Fn extattr_namespace_to_string
48function converts a VFS extended attribute identifier to a human-readable

--- 52 unchanged lines hidden ---
41.Ft int
42.Fn extattr_namespace_to_string "int attrnamespace" "char **string"
43.Ft int
44.Fn extattr_string_to_namespace "const char *string" "int *attrnamespace"
45.Sh DESCRIPTION
46The
47.Fn extattr_namespace_to_string
48function converts a VFS extended attribute identifier to a human-readable

--- 52 unchanged lines hidden ---