|
Functions |
SXP_Node | getNextAttrNS_i (SXP_Node node) |
| returns the next attribute- or namespace-node of the node
|
SXP_Node | getPreviousAttrNS_i (SXP_Node node) |
| returns the previous attribute- or namespace-node of the current node
|
SXP_Node | getAttributeNo_i (SXP_Node node, int n) |
| returns the n-th attribute of the context node
|
node_xpsh * | getFileDirAttributeNo (node_xpsh *act_node, int n, attr_order *attr) |
| returns the n-th attribute of the (fsx:file,fsx:dir or fsx:symlink-) context node
|
void | set_canread (node_xpsh *node, struct stat *buf, char *path) |
| sets the value of the 'canread' attribute of a file or directory
|
void | set_hidden (node_xpsh *node, struct stat *buf, char *path) |
| sets the value of the 'hidden' attribute of a file or directory
|
void | set_name (node_xpsh *node, struct stat *buf, char *path) |
| sets the value of the 'name' attribute of a file or directory
|
void | set_size (node_xpsh *node, struct stat *buf, char *path) |
| set the value of the 'size' attribute of a file
|
void | set_regular (node_xpsh *node, struct stat *buf, char *path) |
| set the value of the 'regular' attribute of a file
|
void | set_mime (node_xpsh *node, struct stat *buf, char *path) |
| set the value of the 'mime' attribute of a file
|
void | set_dev (node_xpsh *node, struct stat *buf, char *path) |
| set the value of the 'dev' attribute of a file
|
void | set_ino (node_xpsh *node, struct stat *buf, char *path) |
| set the value of the 'ino' attribute of a file
|
void | set_nlink (node_xpsh *node, struct stat *buf, char *path) |
| set the value of the 'nlink' attribute of a file
|
void | set_uid (node_xpsh *node, struct stat *buf, char *path) |
| set the value of the 'uid' attribute of a file
|
void | set_gid (node_xpsh *node, struct stat *buf, char *path) |
| set the value of the 'gid' attribute of a file
|
void | set_blksize (node_xpsh *node, struct stat *buf, char *path) |
| set the value of the 'blksize' attribute of a file
|
void | set_blocks (node_xpsh *node, struct stat *buf, char *path) |
| set the value of the 'blocks' attribute of a file
|
void | set_atime (node_xpsh *node, struct stat *buf, char *path) |
| set the value of the 'atime' attribute of a file
|
void | set_ctime (node_xpsh *node, struct stat *buf, char *path) |
| set the value of the 'ctime' attribute of a file
|
void | set_mtime (node_xpsh *node, struct stat *buf, char *path) |
| set the value of the 'mtime' attribute of a file
|
void | set_mode (node_xpsh *node, struct stat *buf, char *path) |
| set the value of the 'mode' attribute of a file
|
void | set_sticky (node_xpsh *node, struct stat *buf, char *path) |
| set the value of the 'sticky' attribute of a directory
|
void | set_rdev (node_xpsh *node, struct stat *buf, char *path) |
| set the value of the 'rdev' attribute of a file
|
void | set_blockdev (node_xpsh *node, struct stat *buf, char *path) |
| set the value of the 'blockdev' attribute of a file
|
void | set_chardev (node_xpsh *node, struct stat *buf, char *path) |
| set the value of the 'chardev' attribute of a file
|
void | set_fifo (node_xpsh *node, struct stat *buf, char *path) |
| set the value of the 'fifo' attribute of a file
|
void | set_socket (node_xpsh *node, struct stat *buf, char *path) |
| set the value of the 'socket' attribute of a file
|
void | set_target (node_xpsh *node, struct stat *buf, char *path) |
| set the value of the 'target' attribute of a symlink "file"
|