/*++ /* NAME /* file_id 3 /* SUMMARY /* file ID printable representation /* SYNOPSIS /* #include <file_id.h> /* /* const char *get_file_id_fd(fd, long_flag) /* int fd; /* int long_flag; /* /* const char *get_file_id_st(st, long_flag) /* struct stat *st; /* int long_flag; /* /* const char *get_file_id(fd) /* int fd; /* DESCRIPTION /* get_file_id_fd() queries the operating system for the unique /* file identifier for the specified file descriptor and returns /* a printable representation. The result is volatile. Make /* a copy if it is to be used for any appreciable amount of /* time. /* /* get_file_id_st() returns the unique identifier for the /* specified file status information. /* /* get_file_id() provides binary compatibility for old programs. /* This function should not be used by new programs. /* /* Arguments: /* .IP fd /* A valid file descriptor that is associated with an open file. /* .IP st /* The result from e.g., stat(2) or fstat(2). /* .IP long_flag /* Encode the result as appropriate for long or short queue /* identifiers. /* DIAGNOSTICS /* All errors are fatal. /* LICENSE /* .ad /* .fi /* The Secure Mailer license must be distributed with this software. /* AUTHOR(S) /* Wietse Venema /* IBM T.J. Watson Research /* P.O. Box 704 /* Yorktown Heights, NY 10598, USA
/*--*/
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.