Syscall BSD#221
svc · unix #221
setattrlist
Définit plusieurs attributs de fichier sélectionnés par un masque en un appel.
Prototype
int setattrlist(const char *path, struct attrlist *alist, void *attributeBuffer, size_t bufferSize, u_long options);Retour: int
Arguments
| Name | Type | Dir | Description |
|---|---|---|---|
| path | const char | - | |
| alist | struct attrlist | - | |
| attributeBuffer | void | - | |
| bufferSize | size_t | - | |
| options | u_long | - |
Historique des versions
| XNU tag | macOS | # |
|---|---|---|
| xnu-1456.1.26 | macOS 10.6 Snow Leopard | 221 |
| xnu-1486.2.11 | — | 221 |
| xnu-1504.15.3 | — | 221 |
| xnu-1504.3.12 | — | 221 |
| xnu-1504.7.4 | — | 221 |
| xnu-1504.9.17 | — | 221 |
| xnu-1504.9.26 | — | 221 |
| xnu-1504.9.37 | — | 221 |
Notes
Pas encore de documentation.