Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../../../usr/include/attr.h
Real path: /usr/include/attr.h
Zurück
/* * Copyright (c) 2007, 2016, Oracle and/or its affiliates. All rights reserved. */ #ifndef _ATTR_H #define _ATTR_H #include <sys/types.h> #include <sys/nvpair.h> #include <sys/attr.h> #ifdef __cplusplus extern "C" { #endif extern int getattrat(int, xattr_view_t, const char *, nvlist_t **); extern int fgetattr(int, xattr_view_t, nvlist_t **); extern int setattrat(int, xattr_view_t, const char *, nvlist_t *); extern int fsetattr(int, xattr_view_t, nvlist_t *); #ifdef __cplusplus } #endif #endif /* _ATTR_H */