Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gd_raw_filename(3) [debian man page]

gd_raw_filename(3)						      GETDATA							gd_raw_filename(3)

NAME
gd_raw_filename -- retrieve the pathname of a binary file in a dirfile SYNOPSIS
#include <getdata.h> const char *gd_raw_filename(DIRFILE *dirfile, const char *field_code); DESCRIPTION
The gd_raw_filename() function retrieves the pathname of the file backing the RAW field specified by field_code in the dirfile specified by dirfile. If field_code contains a valid representation suffix, it will be ignored. RETURN VALUE
On success, gd_raw_filename() returns the full pathname of the binary file associated with the specified field. On error, NULL is returned and the dirfile error is set to a non-zero error value. Possible error values are: GD_E_ALLOC The library was unable to allocate memory. GD_E_BAD_CODE The field specified by field_code was not found. GD_E_BAD_DIRFILE The supplied dirfile was invalid. GD_E_BAD_FIELD_TYPE The field specified by field_code was not a RAW field. GD_E_BAD_REPR The representation suffix specified in field_code was not recognised. GD_E_UNKNOWN_ENCODING The encoding scheme of the specified field could not be determined or was not understood by GetData. The dirfile error may be retrieved by calling gd_error(3). A descriptive error string for the last error encountered can be obtained from a call to gd_error_string(3). SEE ALSO
gd_entry(3), gd_error(3), gd_error_string(3), dirfile(5), dirfile-encoding(5), dirfile-format(5) Version 0.7.0 16 July 2010 gd_raw_filename(3)

Check Out this Related Man Page

gd_spf(3)							      GETDATA								 gd_spf(3)

NAME
gd_spf -- returns the samples per frame for a field in a dirfile SYNOPSIS
#include <getdata.h> gd_spf_t gd_spf(DIRFILE *dirfile, const char *field_code); DESCRIPTION
The gd_spf() function queries a dirfile(5) database specified by dirfile and returns the number of samples per frame for the field field_code. If field_code contains a valid representation suffix, it will be ignored. The gd_spf_t type is an unsigned 16-bit integer type. The dirfile argument must point to a valid DIRFILE object previously created by a call to gd_open(3). RETURN VALUE
Upon successful completion, gd_spf() returns the number of samples per frame for the field specified. On error, it returns zero and sets the dirfile error to a non-zero error value. Possible error values are: GD_E_BAD_CODE The field specified by field_code was not found in the database. GD_E_BAD_DIRFILE The supplied dirfile was invalid. GD_E_BAD_REPR The representation suffix specified in field_code was not recognised. GD_E_DIMENSION A scalar field was found where a vector field was expected. GD_E_INTERNAL_ERROR An internal error occurred in the library while trying to perform the task. This indicates a bug in the library. Please report the incident to the maintainer. GD_E_RECURSE_LEVEL Too many levels of recursion were encountered while trying to resolve field_code. This usually indicates a circular dependency in field specification in the dirfile. The dirfile error may be retrieved by calling gd_error(3). A descriptive error string for the last error encountered can be obtained from a call to gd_error_string(3). SEE ALSO
dirfile(5), gd_open(3), gd_error(3), gd_error_string(3) Version 0.7.0 24 July 2010 gd_spf(3)
Man Page

2 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

how to copy update without interactive

Dear, How to copy update without interactive confirmation? I am using #cp -Rfu dirfile dirfile But the interactive confirmation still exist. Thank you. (0 Replies)
Discussion started by: blesets
0 Replies

2. HP-UX

Converting RAW Disks to Filesystem

Hi, We have a new server which has 2.7 TB RAW Disk.Outof this we want to convery 1.2 TB to filesystem and nfs mount it on one of the servers. After our activity we need to convert this back to RAW Disks. Please let me know if this is possible and the complexity involved. Regards, VN (1 Reply)
Discussion started by: narayanv
1 Replies