proc_fd_file_pid()

File name of a allocated file handle

Syntax:

int proc_fd_file_pid(int pid, int id, char *s);

Arguments:

Name Description
pid PID of process
id file identifier number (fd)
buffer to put the file name

Description:

File name of a allocated file handle.

Return Values:

On success, returns the file name lenght. On error, -1 is returned.

See Also:

proc_fd_num_pid()



INDEX