|
libexplain
1.4.D001
|
Go to the source code of this file.
Functions | |
| int | explain_fileinfo_self_fd_n (int fildes, char *data, size_t data_size) |
| int explain_fileinfo_self_fd_n | ( | int | fildes, |
| char * | data, | ||
| size_t | data_size | ||
| ) |
The explain_fileinfo_self_fd_n function may be used to obtain the path name of the file corresponding to the given file descriptor.
| fildes | The file descriptor of interest. |
| data | Where to return the path. |
| data_size | The maximum size of the returned path. |
Definition at line 26 of file self_fd_n.c.
1.7.6.1