Results of 1 - 2 of about 2 for fhp (0.002 sec.)
- Man page of OPEN_BY_HANDLE_AT 9357
- OPEN_BY_HANDLE_AT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page
...
main(int argc, char *argv[]) { struct file_handle *fhp; int mount_id, fhsize, flags, dirfd; char *pathnam ...
* file_handle 構造体を確保する */ fhsize = sizeof(*fhp); fhp = malloc(fhsize); if (fhp == NULL) errExit(" ...
*/ flags = 0; /* For name_to_handle_at() calls */ fhp->handle_bytes = 0; if (name_to_handle_at(dirfd, pa ...
thname, fhp, &mount_id, flags) != -1 || errno != EOVERFLOW) { ...
-
https://man.plustar.jp/manpage/man2/name_to_handle_at.2.html
- [similar]
- Man page of OPEN_BY_HANDLE_AT 9357
- OPEN_BY_HANDLE_AT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page
...
main(int argc, char *argv[]) { struct file_handle *fhp; int mount_id, fhsize, flags, dirfd; char *pathnam ...
* file_handle 構造体を確保する */ fhsize = sizeof(*fhp); fhp = malloc(fhsize); if (fhp == NULL) errExit(" ...
*/ flags = 0; /* For name_to_handle_at() calls */ fhp->handle_bytes = 0; if (name_to_handle_at(dirfd, pa ...
thname, fhp, &mount_id, flags) != -1 || errno != EOVERFLOW) { ...
-
https://man.plustar.jp/manpage/man2/open_by_handle_at.2.html
- [similar]
PREV
1
NEXT