Examples of using Returns a pointer in English and their translations into Japanese
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
-
Programming
Either case, tmpnam() returns a pointer to the file name.
Returns a pointer to 8 bytes worth of memory, initialized to"foo/bar".
The setstate() function returns a pointer to the previous state array;
Write a function that creates an instance of the class and returns a pointer to it.
The l64a() function returns a pointer to the radix-64 representation.
For example, consider the case where youcreate a custom memory allocator function that returns a pointer.
If value is 0, l64a() returns a pointer to an empty string.
COMCreateObject creates a new instance of an object class and returns a pointer to it.
The alloca() function returns a pointer to the beginning of the allocated space.
The getusershell()function leaves its result in an internal static object and returns a pointer to that object.
The alloca() function returns a pointer to the beginning of the allocated space.
The strdup() function allocates sufficient memory for a copy of the string s,does the copy, and returns a pointer to it.
Upon successful completion, mmap() returns a pointer to the mapped region.
K2HASH Returns a pointer to the structure PK2HSTATE which summarizes the data status, setting information, etc.
Malloc() allocates size bytes and returns a pointer to the allocated memory.
If this parameter is NULL, OpenSSL writes the string to a staticbuffer that is 256 bytes in length, and returns a pointer to that buffer.
The devtoname() function returns a pointer to the name of the device passed to it.
If resolved_path is specified as NULL, then realpath() uses malloc(3) to allocate a buffer of up toPATH_MAX bytes to hold the resolved pathname, and returns a pointer to this buffer.
Get the image from the camera, and returns a pointer to the data with the internal class that image has entered.
If resolved_path is specified as NULL, then realpath() uses malloc(3) to allocate a buffer of up toPATH_MAX bytes to hold the resolved pathname, and returns a pointer to this buffer.
The localeconv() function returns a pointer to a structure which provides parameters for formatting numbers, especially currency values:.
The strsignal()function accepts a signal number argument sig and returns a pointer to the corresponding message string.
The getusershell() function returns a pointer to a valid user shell as defined by the system manager in the shells database as described in shells(5).
The strerror()function accepts an error number argument errnum and returns a pointer to the corresponding message string.
The setstate() function returns a pointer to the previous state array; its argument state array is used for further random number generation until the next call to initstate() or setstate().
If no locale has been selected by setlocale(3) for the appropriate category,nl_langinfo() returns a pointer to the corresponding string in the"C" locale.
It takes a GUID and returns a pointer to the object's interface(either Automation or COM- see below) The arguments to COMCreateObjectByGUID are as follows: The first argument is a class identifier(CLSID) that uniquely identifies the object's class.
Calloc() allocates memory for an array of nmemb elements of size bytes each and returns a pointer to the allocated memory. The memory is set to zero.
The opendir() function opens the directory named by filename,associates a directory stream with it and returns a pointer to be used to identify the directory stream in subsequent operations.

